anyline_tire_tread_plugin 0.0.3
anyline_tire_tread_plugin: ^0.0.3 copied to clipboard
The Anyline Tire Tread Flutter Plugin allows you to measure tire tread depth and wear with a mobile device.
0.0.3 #
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.getResultnow returns aTreadDepthResultobject 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
0.0.2 #
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:
UploadAbortedevent has been removed and consolidated intoScanAbortedto simplify communication with the app.UploadCompletedevent has been removed and consolidated intoScanProcessCompletedto simplify communication with the app.UploadFailedevent has been removed and consolidated intoScanFailedto simplify communication with the app.
0.0.1 #
- Initial stable release of the Anyline Tire Tread Flutter Plugin.
0.0.1-alpha.3 #
- Fix pub.dev scores.
0.0.1-alpha.2 #
- Fix pub.dev scores.
0.0.1-alpha.1 #
- Initial alpha release of the Anyline Tire Tread Flutter Plugin. Please see the included Readme.md for details and usage instructions.