camera_process 1.1.0
camera_process: ^1.1.0 copied to clipboard
On-device face detection and text recognition for Flutter, powered by Google ML Kit. Process still images or a live camera stream on Android and iOS.
Changelog #
All notable changes to this package are documented here, newest first.
1.1.0 #
- Support Flutter 3.47.2 and Dart 3 (
sdk: '>=3.0.0 <4.0.0'). - Relicensed under the MIT License.
- Added dartdoc comments across the public API.
- Added
topics,repository,issue_tracker, andfundingmetadata for pub.flutter-io.cn. - Added unit tests for the plugin's public surface.
- Rewrote the README with usage, permissions, and platform setup.
- Modernized the Android build (namespace,
compileSdk34) and the iOS podspec metadata. - Added a Swift Package Manager scaffold and documented its current MLKit limitation.
- Updated the example app to current
image_picker/cameraAPIs.
1.0.1 #
- Updated README.
1.0.0 #
- Migrated to Flutter 3.
0.0.7 #
- Fixed Google Play services dependency.
0.0.6 #
- Fixed Google Play services dependency.
0.0.5 #
- Formatted source files.
0.0.4 #
- Updated README.
0.0.3 #
- Updated description and iOS fixes.
0.0.2 #
- Initial iOS release.
0.0.1 #
- Initial release.