PackageTrack
Sign in Get early access

anyline_tire_tread_plugin

The Anyline Tire Tread Flutter Plugin allows you to measure tire tread depth and wear with a mobile device.

15.3.3 4.1K downloads/mo #326 most downloaded on pub.dev Anyline/anyline-tiretread-flutter-plugin

What this package is like to depend on

Last release 1 months ago

21 Jul 2026

Release timing varies

gaps range from 8 days to 4 months

Nearly every release is documented

notes for 17 of 17 stable releases

3 versions withdrawn

withdrawn after publishing

2 years old

23 releases · first in 2025

8 releases in the last 12 months

see the full history below

Release timeline

23 releases · Jan 2025 to Jul 2026
2026
Release Pre-release Withdrawn

Releases

latest 23
  1. 15.3.3 21 Jul 2026
    Release notes Open source →
    Release notes

    Changed

    • Updated the bundled Anyline Tire Tread SDK to 15.3.3 (Android & iOS). Notable SDK changes:
      • Tire Sidewall Scanner (iOS): more robust camera-preview orientation handling on iPad, particularly in multi-window and split-view layouts.

    Fixed

    • Bundled SDK — iOS: Tire Sidewall Scanner could fail to open on a fresh app installation, showing a black screen until the OS terminated the app after about 10 seconds; subsequent attempts would gradually start working.

    Dependencies

    Tire Tread SDK 15.3.3: Release Notes.

    Open source →
    Release notes

    Changed

    • Updated the bundled Anyline Tire Tread SDK to 15.3.3 (Android & iOS). Notable SDK changes:
    • Tire Sidewall Scanner (iOS): more robust camera-preview orientation handling on iPad, particularly in multi-window and split-view layouts.

    Fixed

    • Bundled SDK — iOS: Tire Sidewall Scanner could fail to open on a fresh app installation, showing a black screen until the OS terminated the app after about 10 seconds; subsequent attempts would gradually start working.

    Dependencies

    Tire Tread SDK 15.3.3: Release Notes .

    Open source →
  2. 15.3.2 17 Jul 2026
    Release notes Open source →
    Release notes

    Changed

    • Updated the bundled Anyline Tire Tread SDK to 15.3.2 (Android & iOS). Notable SDK changes since 15.3.0:
      • Tire Sidewall Scanner: drastically faster scanner start, especially on older devices.
      • Tire Sidewall Scanner: more reliable captures when the device moves slightly during the capture.

    Fixed

    • Bundled SDK — Android: Tire Sidewall Scanner ANR/crash when closing during an active scan; scanner opening with a black preview that never recovers.
    • Bundled SDK — iOS: Tire Sidewall Scanner camera staying active after close; camera preview keeping a stale orientation on 180° rotation; isDeviceSupported() false-negative on iOS patch versions such as 18.1.1 (from SDK 15.3.1).

    Dependencies

    Tire Tread SDK 15.3.2: Release Notes.

    Open source →
    Release notes

    Changed

    • Updated the bundled Anyline Tire Tread SDK to 15.3.2 (Android & iOS). Notable SDK changes since 15.3.0:

    • Tire Sidewall Scanner: drastically faster scanner start, especially on older devices.

    • Tire Sidewall Scanner: more reliable captures when the device moves slightly during the capture.

    Fixed

    • Bundled SDK — Android: Tire Sidewall Scanner ANR/crash when closing during an active scan; scanner opening with a black preview that never recovers.

    • Bundled SDK — iOS: Tire Sidewall Scanner camera staying active after close; camera preview keeping a stale orientation on 180° rotation; isDeviceSupported() false-negative on iOS patch versions such as 18.1.1 (from SDK 15.3.1).

    Dependencies

    Tire Tread SDK 15.3.2: Release Notes .

    Open source →
  3. 15.3.0 08 Jul 2026
    Release notes Open source →
    Release notes

    Added

    • Configurable upload timeout — new optional uploadTimeoutMillis named argument on TireTreadPlugin.initialize(...) for tuning the per-attempt image-upload timeout. Default is 20 s. See the Getting Started page.

    Dependencies

    Tire Tread SDK 15.3.0: Release Notes.

    Open source →
    Release notes

    Added

    • Configurable upload timeout — new optional uploadTimeoutMillis named argument on TireTreadPlugin.initialize(...) for tuning the per-attempt image-upload timeout. Default is 20 s. See the Getting Started page.

    Dependencies

    Tire Tread SDK 15.3.0: Release Notes .

    Open source →
  4. 15.2.0 26 Jun 2026
    Release notes Open source →
    Release notes

    Added

    • Tire Sidewall (TSW) scanner — a new on-device scanner exposed over a dedicated anyline_tire_sidewall_plugin channel via TireSidewallPlugin:
      • scan({required String clientId, TireSidewallConfig? config}) completes with a TswScanOutcome (TswScanCompleted carrying the raw result JSON, the captured image bytes, and the detected EnvironmentLighting; TswScanAborted; or TswScanFailed with a structured SdkError).
      • isSupported() returns a TireSidewallSupport (on Android it checks Google Play Services + the TFLite runtime; on iOS it is always supported). Does not require SDK initialization.
      • resolvePlayServices() shows the Google Play Services resolution dialog after a user-resolvable isSupported() failure (Android only; no-op on iOS).
      • New types: TireSidewallConfig, TireSidewallTexts, TireSidewallSupport, TswScanOutcome, and the EnvironmentLighting enum.

    Dependencies

    Tire Tread SDK 15.2.0: Release Notes.

    Open source →
    Release notes

    Added

    • Tire Sidewall (TSW) scanner — a new on-device scanner exposed over a dedicated anyline_tire_sidewall_plugin channel via TireSidewallPlugin :

    • scan({required String clientId, TireSidewallConfig? config}) completes with a TswScanOutcome ( TswScanCompleted carrying the raw result JSON, the captured image bytes, and the detected EnvironmentLighting ; TswScanAborted ; or TswScanFailed with a structured SdkError ).

    • isSupported() returns a TireSidewallSupport (on Android it checks Google Play Services + the TFLite runtime; on iOS it is always supported). Does not require SDK initialization.

    • resolvePlayServices() shows the Google Play Services resolution dialog after a user-resolvable isSupported() failure (Android only; no-op on iOS).

    • New types: TireSidewallConfig , TireSidewallTexts , TireSidewallSupport , TswScanOutcome , and the EnvironmentLighting enum.

    Dependencies

    Tire Tread SDK 15.2.0: Release Notes .

    Open source →
  5. 15.1.0 17 Jun 2026
    Release notes Open source →
    Release notes

    Major version jump (3.0.1 → 15.1.0). Plugin versioning is now aligned with the underlying Anyline Tire Tread SDK version: the previous release (3.0.1) wrapped TTR SDK 14.0.1, and from this release the plugin's X.Y.Z mirrors the bundled SDK release.

    For native-side details on the v14 → v15 transition, see the SDK v14 → v15 Migration Guide.

    Breaking Changes

    • Updated to Anyline Tire Tread SDK 15.1.0 (Android & iOS).

    • scan() now returns a ScanOutcome: The scan Future completes directly with ScanCompleted, ScanAborted, or ScanFailed (carrying a structured SdkError). Await the outcome instead of listening to events.

    • Event stream removed: onScanningEvent and the ScanEvent types (ScanStarted, ScanProcessCompleted) no longer exist. ScanAborted and ScanFailed are now ScanOutcome variants; ScanFailed.error is a structured SdkError instead of a String.

    • Removed config options dropped by SDK 15: UiConfig.countdownConfig, UiConfig.scanDirectionConfig, UiConfig.tireOverlayConfig, and ScanConfig.showMeasuringSpots. Remove these keys from any JSON configs. See the Scan Configuration reference for the current options.

    • getHeatMap returns the heatmap URL of the generated image.

    • Result/heatmap polling timeout default changed from 30 to 60 seconds, and is now configurable per call via timeoutSeconds on getResult and getHeatMap.

    • Structured error codes: Failures surface SDK 15 ErrorCode names (e.g. INVALID_LICENSE, ALREADY_RUNNING, TIMEOUT) instead of the previous numeric plugin codes (1000, 1001). Starting a scan while one is in progress resolves with ScanFailed (alreadyRunning) instead of throwing. See the SDK Error Handling reference for the full list of codes and categories.

    Added

    • ScanOptions parameter on scan() (e.g. enableDebugLogging).
    • customTag parameter on initialize() for tagging measurements.
    • sendTireIdFeedback() for tire ID feedback.
    • isDeviceSupported() — checks whether the current device meets the hardware requirements for tire tread scanning. Call this before initialize() to verify compatibility. On Android, throws a PlatformException with code CAMERA_PERMISSION_DENIED if camera permission has not been granted at call time.
    • SdkError, ErrorCode, and ErrorType types — see the SDK Error Handling reference.

    Dependencies

    Tire Tread SDK 15.1.0: Release Notes.

    Open source →
    Release notes

    Major version jump (3.0.1 → 15.1.0). Plugin versioning is now aligned with the underlying Anyline Tire Tread SDK version: the previous release (3.0.1) wrapped TTR SDK 14.0.1, and from this release the plugin's X.Y.Z mirrors the bundled SDK release.

    For native-side details on the v14 → v15 transition, see the SDK v14 → v15 Migration Guide .

    Breaking Changes

    Updated to Anyline Tire Tread SDK 15.1.0 (Android & iOS).

    scan() now returns a ScanOutcome : The scan Future completes directly with ScanCompleted , ScanAborted , or ScanFailed (carrying a structured SdkError ). Await the outcome instead of listening to events.

    Event stream removed : onScanningEvent and the ScanEvent types ( ScanStarted , ScanProcessCompleted ) no longer exist. ScanAborted and ScanFailed are now ScanOutcome variants; ScanFailed.error is a structured SdkError instead of a String .

    Removed config options dropped by SDK 15 : UiConfig.countdownConfig , UiConfig.scanDirectionConfig , UiConfig.tireOverlayConfig , and ScanConfig.showMeasuringSpots . Remove these keys from any JSON configs. See the Scan Configuration reference for the current options.

    getHeatMap returns the heatmap URL of the generated image.

    Result/heatmap polling timeout default changed from 30 to 60 seconds , and is now configurable per call via timeoutSeconds on getResult and getHeatMap .

    Structured error codes : Failures surface SDK 15 ErrorCode names (e.g. INVALID_LICENSE , ALREADY_RUNNING , TIMEOUT ) instead of the previous numeric plugin codes ( 1000 , 1001 ). Starting a scan while one is in progress resolves with ScanFailed ( alreadyRunning ) instead of throwing. See the SDK Error Handling reference for the full list of codes and categories.

    Added

    • ScanOptions parameter on scan() (e.g. enableDebugLogging ).

    • customTag parameter on initialize() for tagging measurements.

    • sendTireIdFeedback() for tire ID feedback.

    • isDeviceSupported() — checks whether the current device meets the hardware requirements for tire tread scanning. Call this before initialize() to verify compatibility. On Android, throws a PlatformException with code CAMERA_PERMISSION_DENIED if camera permission has not been granted at call time.

    • SdkError , ErrorCode , and ErrorType types — see the SDK Error Handling reference .

    Dependencies

    Tire Tread SDK 15.1.0: Release Notes .

    Open source →
  6. 3.0.1 24 Feb 2026
    Release notes

    release Flutter 3.0.1 (#73)

    Open source →
    Release notes Open source →
    Release notes

    Fixed

    • [Android] System bars are now hidden during scanning in the Flutter wrapper scan Activity to prevent scan instruction UI overlap with the navigation bar on some devices.

    Dependencies

    Tire Tread SDK 14.0.1: Release Notes

    Open source →
    Release notes

    Fixed

    • [Android] System bars are now hidden during scanning in the Flutter wrapper scan Activity to prevent scan instruction UI overlap with the navigation bar on some devices.

    Dependencies

    Tire Tread SDK 14.0.1: Release Notes

    Open source →
  7. 3.0.0 16 Dec 2025
    Release notes Open source →
    Release notes

    Breaking Changes

    • Updated to Anyline Tire Tread SDK 14.0.0

    • UI Configuration API Change: The useDefaultUi and useDefaultHaptic boolean properties in UIConfig have been replaced with a unified appearance enum property.

      Migration Required:

      • Replace "useDefaultUi": true with "appearance": "Neon" (or omit, as Neon is the new default)
      • Replace "useDefaultUi": false with "appearance": "None"

      New Appearance Options:

      • "Neon" - New neon UI appearance with haptic feedback (new default)
      • "Classic" - Classic UI appearance with haptic feedback (the previous default UI style)
      • "None" - Disables both UI and haptic feedback (replaces useDefaultUi: false)

    Added

    • Support for new "Neon" UI theme with modern visual design
    • Support for "Classic" UI theme (the previous default UI style)

    Deprecated

    • [Android] The skipButtonText property in TireWidthInputConfig is now deprecated and will be removed in the next major SDK release. Tire width must be provided either via integration or through the SDK's UI input.

    Changed

    • [Android] Build requirements increased:
      • Minimum Gradle version: 8.7 (up from 8.2.1)
      • Minimum Android Gradle Plugin: 8.5.1 (up from 8.2.1)
      • compileSdk: 36 (up from 34)
      • targetSdk: 36 (up from 34)
      • Reason: Compliance with Android 15+ page size requirements (see Android Developer Guide)

    Dependencies

    Tire Tread SDK 14.0.0: Release Notes

    Open source →
    Release notes

    Breaking Changes

    Updated to Anyline Tire Tread SDK 14.0.0

    UI Configuration API Change : The useDefaultUi and useDefaultHaptic boolean properties in UIConfig have been replaced with a unified appearance enum property.

    Migration Required :

    • Replace "useDefaultUi": true with "appearance": "Neon" (or omit, as Neon is the new default)

    • Replace "useDefaultUi": false with "appearance": "None"

    New Appearance Options :

    • "Neon" - New neon UI appearance with haptic feedback (new default)

    • "Classic" - Classic UI appearance with haptic feedback (the previous default UI style)

    • "None" - Disables both UI and haptic feedback (replaces useDefaultUi: false )

    Added

    • Support for new "Neon" UI theme with modern visual design

    • Support for "Classic" UI theme (the previous default UI style)

    Deprecated

    • [Android] The skipButtonText property in TireWidthInputConfig is now deprecated and will be removed in the next major SDK release. Tire width must be provided either via integration or through the SDK's UI input.

    Changed

    • [Android] Build requirements increased:

    • Minimum Gradle version: 8.7 (up from 8.2.1)

    • Minimum Android Gradle Plugin: 8.5.1 (up from 8.2.1)

    • compileSdk: 36 (up from 34)

    • targetSdk: 36 (up from 34)

    • Reason : Compliance with Android 15+ page size requirements (see Android Developer Guide )

    Dependencies

    Tire Tread SDK 14.0.0: Release Notes

    Open source →
  8. 2.0.2 04 Sep 2025
    Release notes Open source →
    Release notes

    Fixed

    • [Android] Fixed an issue that prevented the tire width to be set via the TireWidthInput screen.

    Dependencies

    Tire Tread SDK 13.0: Release Notes

    Open source →
    Release notes

    Fixed

    • [Android] Fixed an issue that prevented the tire width to be set via the TireWidthInput screen.

    Dependencies

    Tire Tread SDK 13.0: Release Notes

    Open source →
  9. 2.0.1 17 Jul 2025
    Release notes

    Changed

    • UI Behaviour is now aligned between Android and iOS. When the Default UI is disabled, no UI will be displayed neither on Android nor on iOS.
    Open source →
    Release notes

    Changed

    • UI Behaviour is now aligned between Android and iOS. When the Default UI is disabled, no UI will be displayed neither on Android nor on iOS.
    Open source →
  10. 2.0.0 18 Jun 2025
    Release notes

    Breaking Changes

    • The ScanOptions class was removed.

      • The tireTreadPlugin.scan() function can now receive an instance of the new TireTreadConfig class to configure the Plugin instead.

    Added

    • The TireTreadConfig class was introduced, enabling the configuration of a scan. It consists of:

      • uiConfig: Configuration for all UI-related settings and elements
      • scanConfig: Configuration for the scanning process parameters
      • additionalContext: Additional contextual information required for measurements
    • The previous UI config properties have been reorganized under uiConfig:

      • scanSpeed
      • measurementSystem
      • useDefaultUi
      • distanceIndicatorConfig
      • focusPointTooltipConfig
      • tapToStartScanningTooltipConfig
      • tireOverlayConfig
      • uploadViewConfig
      • orientationWarningConfig
      • countdownConfig
      • scanDirectionConfig
      • tireWidthInputConfig
      • missingPermissionConfig

    Fixed

    • Fixed a potential crash when parsing measurements with empty regional results
    • Fixed NSInvalidArgumentException crash when using both the Anyline Mobile and Tire Tread SDKs in a single project.

    Dependencies

    Tire Tread SDK 13.0: Release Notes

    Open source →
    Release notes

    Breaking Changes

    The ScanOptions class was removed.

    • The tireTreadPlugin.scan() function can now receive an instance of the new TireTreadConfig class to configure the Plugin instead.

    Added

    The TireTreadConfig class was introduced, enabling the configuration of a scan. It consists of:

    • uiConfig : Configuration for all UI-related settings and elements

    • scanConfig : Configuration for the scanning process parameters

    • additionalContext : Additional contextual information required for measurements

    The previous UI config properties have been reorganized under uiConfig :

    • scanSpeed

    • measurementSystem

    • useDefaultUi

    • distanceIndicatorConfig

    • focusPointTooltipConfig

    • tapToStartScanningTooltipConfig

    • tireOverlayConfig

    • uploadViewConfig

    • orientationWarningConfig

    • countdownConfig

    • scanDirectionConfig

    • tireWidthInputConfig

    • missingPermissionConfig

    Fixed

    • Fixed a potential crash when parsing measurements with empty regional results

    • Fixed NSInvalidArgumentException crash when using both the Anyline Mobile and Tire Tread SDKs in a single project.

    Dependencies

    Tire Tread SDK 13.0: Release Notes

    Open source →
  11. 1.2.1 09 May 2025
    Release notes

    Added

    • A new event is sent upon successfully starting scanning: ScanStarted.

    Fixed

    • [Android] A ScanAborted event is now sent upon aborting a scan, even if the scan was not successfully started before.

    Dependencies

    Tire Tread SDK 12.1.0 : Release Notes

    Open source →
    Release notes

    Added

    • A new event is sent upon successfully starting scanning: ScanStarted .

    Fixed

    • [Android] A ScanAborted event is now sent upon aborting a scan, even if the scan was not successfully started before.

    Dependencies

    Tire Tread SDK 12.1.0 : Release Notes

    Open source →
  12. 1.2.0 24 Apr 2025
    Release notes

    Changed

    • The default scan speed is now ScanSpeed.Fast.
      • The scan process will now, by default, take 7 seconds to be completed (instead of 10 seconds).
      • This configuration can still be changed by setting the scanSpeed property of the TireTreadScanView to ScanSpeed.Slow.

    Added

    • The TireTreadScanView can now also be initialized without any config object/string.
      • In this scenario, the default config values will be used.
      • For more details, refer to the Scan Process - Overview page.

    iOS

    • Added support for iOS Simulator builds when using the SPM package
      • While the camera and scanning capabilites cannot be used in the simulator, the package from SPM now can also run on x64 and arm64 simulators, allowing running automated tests, or testing other features in your application.

    Dependencies

    Tire Tread SDK 12.1.0 : Release Notes

    Open source →
    Release notes

    Changed

    • The default scan speed is now ScanSpeed.Fast.

    • The scan process will now, by default, take 7 seconds to be completed (instead of 10 seconds).

    • This configuration can still be changed by setting the scanSpeed property of the TireTreadScanView to ScanSpeed.Slow.

    Added

    • The TireTreadScanView can now also be initialized without any config object/string.

    • In this scenario, the default config values will be used.

    • For more details, refer to the Scan Process - Overview page.

    iOS

    • Added support for iOS Simulator builds when using the SPM package
    • While the camera and scanning capabilites cannot be used in the simulator, the package from SPM now can also run on x64 and arm64 simulators, allowing running automated tests, or testing other features in your application.

    Dependencies

    Tire Tread SDK 12.1.0 : Release Notes

    Open source →
  13. 1.1.0 16 Apr 2025
    Release notes

    Breaking Changes

    Android

    • Minimum required Gradle version and AGP version is 8.2.1

    Added

    • Added a new MissingPermission screen to the DefaultUI, which can be configured via the MissingPermissionConfig
      • If DefaultUI is not used, a black screen will be shown, when the user denies camera permission.
    • Added edge-to-edge support in the DefaultUI for Android API 35 and above

    Dependencies

    Tire Tread SDK 12.0.1 : Release Notes

    Open source →
    Release notes

    Breaking Changes

    Android

    • Minimum required Gradle version and AGP version is 8.2.1

    Added

    • Added a new MissingPermission screen to the DefaultUI, which can be configured via the MissingPermissionConfig

    • If DefaultUI is not used, a black screen will be shown, when the user denies camera permission.

    • Added edge-to-edge support in the DefaultUI for Android API 35 and above

    Dependencies

    Tire Tread SDK 12.0.1 : Release Notes

    Open source →
  14. 1.1.0-sdk.12.0.1 16 Apr 2025 pre-release withdrawn

    Nothing published for this version

  15. 1.0.0 02 Apr 2025
    Release notes

    This release officially marks the Anyline Tire Tread Flutter Plugin as feature complete, stable, and fully supported for the Anyline Tire Tread SDK.

    Added

    • Introduced a new feature allowing users to send feedback values in 32" from the plugin. This will help us gather valuable insights and continuously improve the plugin.

    Fixed

    • Resolved minor bugs to enhance overall performance and stability.

    Dependencies

    Tire Tread SDK 11.2.0 : Release Notes

    Open source →
    Release notes

    This release officially marks the Anyline Tire Tread Flutter Plugin as feature complete, stable, and fully supported for the Anyline Tire Tread SDK.

    Added

    • Introduced a new feature allowing users to send feedback values in 32" from the plugin. This will help us gather valuable insights and continuously improve the plugin.

    Fixed

    • Resolved minor bugs to enhance overall performance and stability.

    Dependencies

    Tire Tread SDK 11.2.0 : Release Notes

    Open source →
  16. 0.0.4-alpha.3 28 Feb 2025 pre-release withdrawn

    Nothing published for this version

  17. 0.0.4-alpha.1 28 Feb 2025 pre-release withdrawn

    Nothing published for this version

  18. 0.0.3 24 Feb 2025
    Release notes

    Added

    • Introduced a new feature allowing users to send feedback comments directly from the plugin. This will help us gather valuable insights and continuously improve the plugin.

    Changed

    • tireTreadPlugin.getResult now returns a TreadDepthResult object instead of a string. This change provides a more structured and detailed result.

    Fixed

    • Resolved minor bugs to enhance overall performance and stability.

    Dependencies

    Tire Tread SDK 11.1.0 : Release Notes

    Open source →
    Release notes

    Added

    • Introduced a new feature allowing users to send feedback comments directly from the plugin. This will help us gather valuable insights and continuously improve the plugin.

    Changed

    • tireTreadPlugin.getResult now returns a TreadDepthResult object instead of a string. This change provides a more structured and detailed result.

    Fixed

    • Resolved minor bugs to enhance overall performance and stability.

    Dependencies

    Tire Tread SDK 11.1.0 : Release Notes

    Open source →
  19. 0.0.2 07 Feb 2025
    Release notes

    Breaking Changes

    Updated ScanEvent Handling:

    There are changes in ScanEvent which now provides the current state of the scanning process. Some events have been removed and consolidated with new events:

    • UploadAborted event has been removed and consolidated into ScanAborted to simplify communication with the app.
    • UploadCompleted event has been removed and consolidated into ScanProcessCompleted to simplify communication with the app.
    • UploadFailed event has been removed and consolidated into ScanFailed to simplify communication with the app.
    Open source →
    Release notes

    Breaking Changes

    Updated ScanEvent Handling:

    There are changes in ScanEvent which now provides the current state of the scanning process. Some events have been removed and consolidated with new events:

    • UploadAborted event has been removed and consolidated into ScanAborted to simplify communication with the app.

    • UploadCompleted event has been removed and consolidated into ScanProcessCompleted to simplify communication with the app.

    • UploadFailed event has been removed and consolidated into ScanFailed to simplify communication with the app.

    Open source →
  20. 0.0.1 13 Jan 2025
    Release notes
    • Initial stable release of the Anyline Tire Tread Flutter Plugin.
    Open source →
  21. 0.0.1-alpha.3 03 Jan 2025 pre-release
    Release notes
    • Fix pub.dev scores.
    Open source →
  22. 0.0.1-alpha.2 02 Jan 2025 pre-release
    Release notes
    • Fix pub.dev scores.
    Open source →
  23. 0.0.1-alpha.1 02 Jan 2025 pre-release
    Release notes
    • Initial alpha release of the Anyline Tire Tread Flutter Plugin. Please see the included Readme.md for details and usage instructions.
    Open source →
    Release notes
    • Initial alpha release of the Anyline Tire Tread Flutter Plugin. Please see the included Readme.md for details and usage instructions.

    2

    likes

    140

    points

    3.87k

    downloads

    Documentation

    Documentation

    API reference

    Publisher

    anyline.com

    Weekly Downloads

    Metadata

    The Anyline Tire Tread Flutter Plugin allows you to measure tire tread depth and wear with a mobile device.

    Homepage

    Repository (GitHub)

    View/report issues

    License

    unknown ( license )

    Dependencies

    flutter , json_schema , plugin_platform_interface , pubspec_parse

    More

    Packages that depend on anyline_tire_tread_plugin

    Packages that implement anyline_tire_tread_plugin

    ← Metadata

    2

    likes

    140

    points

    3.87k

    downloads

    Documentation

    Documentation

    API reference

    Publisher

    anyline.com

    Weekly Downloads

    Metadata

    The Anyline Tire Tread Flutter Plugin allows you to measure tire tread depth and wear with a mobile device.

    Homepage

    Repository (GitHub)

    View/report issues

    License

    unknown ( license )

    Dependencies

    flutter , json_schema , plugin_platform_interface , pubspec_parse

    More

    Packages that depend on anyline_tire_tread_plugin

    Packages that implement anyline_tire_tread_plugin

    Back

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive