flutter_mobile_vision_2 0.1.15
flutter_mobile_vision_2: ^0.1.15 copied to clipboard
(+Non NULL)Flutter implementation for Google Mobile Vision. Scan Barcodes, Recognize Text and Detect Faces.
0.1.15 2022-12-6 #
- updated changelog
0.1.14 2022-12-6 #
- updated changelog
0.1.13 2022-12-6 #
- bug fix for onDetached
0.1.12 - 2021-11-16 #
- added imagePath and forceCloseOnTap
0.1.11 - 2021-07-20 #
- updated readme.md to show migration tip
0.1.10 - 2021-07-20 #
- implemented adding scan area overlay. thanks to @SamuelHaws
0.1.9 - 2021-07-13 #
- updated readme.md.
0.1.8 - 2021-07-13 #
- added assets.
0.1.7+1 - 2021-07-13 #
- updated readme.md.
0.1.7 - 2021-07-13 #
- updated readme.md.
0.1.6 - 2021-07-13 #
- perform non-null/null-safety test.
0.1.5 - 2021-07-13 #
- non-null/null-safety plugin package.
0.1.4+1 - 2020-04-28 #
- Rename the plugin package.
0.1.4 - 2020-04-25 #
- Project structure update.
0.1.3 - 2018-12-23 #
- Improvements to get camera permission.
0.1.2 - 2018-12-16 #
- Camera preview size implementation. Important!! FlutterMobileVision.start()
0.1.1 - 2018-07-08 #
- Bug fixed - Crash when the permission is not granted on Android #7
0.1.0 - 2018-05-06 #
- Production mode on.
0.0.4 - 2018-05-04 #
- Face Detection.
0.0.3 - 2018-05-02 #
- Text Recognition.
- Improvements.
0.0.2 - 2018-04-23 #
- Multiple Scans.
- And a lot of new features.
0.0.1 - 2018-04-22 #
- Basic test functions.
- Only Scan Barcodes.
- Only Android support.