flutter_text_detect_area 1.0.2
flutter_text_detect_area: ^1.0.2 copied to clipboard
Flutter Text Detect Area's text recognition can recognize/detect text from image's particular area by dragging/moving/panning area selector.
Changelog #
All notable changes to flutter_text_detect_area will be documented in this file
1.0.2 #
- Implement camera freeze, manual rotation, and selection lock functionality for live text recognition.
- Fix
TextRecognizermemory leaks by closing recognizer instances properly on dispose. - Fix unhandled
FileSystemExceptionduring temporary file deletion on dispose. - Await async image saving in notifier initialization.
- Optimize package archive size on pub.dev using
.pubignore. - Update dependencies to latest compatible versions (
google_mlkit_text_recognition: ^0.16.0,camera: ^0.12.0+2,image: ^4.8.0,provider: ^6.1.5+1). - Modernize Color APIs to
withValues()and useconst SizedBox.shrink()for cleaner widget builds. - Fix safe navigation pop scheduling when image path is empty.
- Enhance camera error handling and back navigation with
PopScope.
1.0.1 #
- Change CHANGELOG.md file
- Update README.md file
1.0.0 #
- Update flutter latest dependency
- Change CHANGELOG.md file
- Update README.md file
0.0.4 #
- Update flutter latest dependency
- Change CHANGELOG.md file
- Update README.md file
- Update UI
0.0.3+1 #
- Remove unnecessary code and container decorations for pixelation shader.
- Change CHANGELOG.md file
0.0.3 #
- Change CHANGELOG.md file
- Remove un-used comment and code
- Update flutter 3.20.0 and set all latest dependency
0.0.2 #
- Update README.md and CHANGELOG.md file
- Add multi-language support for scan images
0.0.1+4 #
- Update README.md and CHANGELOG.md file
- Add live camera to detect text and upload gif
0.0.1+3 #
- Update README.md and CHANGELOG.md file
- Add demo gif
0.0.1+2 #
- Update README.md and CHANGELOG.md file
0.0.1+1 #
- Update README.md and CHANGELOG.md file
0.0.1 #
- Describe initial release.
- Sound Null Safety and compatible with dart 3