lite_vision_ai 1.0.4
lite_vision_ai: ^1.0.4 copied to clipboard
A lightweight and elegant Flutter library for TensorFlow Lite image classification.
1.0.4 #
- 📱 Platforms: Explicitly scoped supported platforms to iOS and Android in
pubspec.yaml. - 🛠️ Android Build: Upgraded Gradle, Kotlin, and AGP configuration to match modern Flutter templates.
- 📦 Added default sample TFLite model and labels to the example project.
1.0.3 #
- 📦 Added default sample TFLite model and labels to the example project.
- 📝 Improved example code and doc comments for seamless asset configuration.
- 🎨 Refined README instructions for quick initialization.
1.0.2 #
- Fixed pixel normalization and image processing for
imagev4+ compatibility. - Fixed project structure and dependencies in the example app.
- Resolved
flutter analyzewarnings and cleaned up test files.
1.0.1 #
- Updated repository URL and publisher information in
pubspec.yaml.
1.0.0 #
🎉 Initial release of LiteVision AI
- Added full TensorFlow Lite image classification support.
- Supports loading custom
.tflitemodels and.txtlabels. - Supports configurable top-N predictions.
- Easy-to-use API for developers.
- Example Flutter app included.