Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.12.0 (October 27, 2025)
* Android 16KB page size support for Google Play 2025 compliance
* Updated Android Gradle Plugin to 8.6.1
* Updated Compile SDK to 36 (Android 15+)
* Modernized Gradle build system with plugins DSL
* Updated Kotlin to 1.8.10
* Fixed deprecated withOpacity warnings across examples
* All 14 example projects verified working

## 0.11.0 (September 3, 2024)
* FFI update, Dart/Flutter version updates

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name: tflite_flutter
description: TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.
version: 0.11.0
version: 0.12.0
homepage: https://github.com/tensorflow/flutter-tflite

environment:
Expand Down