Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 715 Bytes

File metadata and controls

15 lines (12 loc) · 715 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.1.0] - 2025-07-05

  • Initial project setup with Flutter and real-time object detection using TFLite.
  • Integrated camera and tflite_v2 packages.
  • Added support for bounding box overlays on detected objects.
  • Migrated Android Gradle and plugin versions for compatibility with latest Flutter and Java versions.
  • Updated all dependencies to their latest versions.
  • Added namespace to Android build files for Gradle 8+ compatibility.
  • Fixed compatibility issues with tflite_v2 plugin by adding namespace.
  • Added detailed documentation in README.md for solving tflite namespace issue and running the project.

[Unreleased]