anyline_tire_tread_plugin 0.0.2
anyline_tire_tread_plugin: ^0.0.2 copied to clipboard
The Anyline Tire Tread Flutter Plugin allows you to measure tire tread depth and wear with a mobile device.
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:
UploadAborted
event has been removed and consolidated intoScanAborted
to simplify communication with the app.UploadCompleted
event has been removed and consolidated intoScanProcessCompleted
to simplify communication with the app.UploadFailed
event has been removed and consolidated intoScanFailed
to 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.