All notable changes to this project will be documented in this file.
- 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.