tflite_flutter
TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.
0.12.1
58K downloads/mo
#1396 most downloaded on pub.dev
tensorflow/flutter-tflite
What this package is like to depend on
Last release 9 months ago
28 Oct 2025
Ships unpredictably
gaps range from 9 days to 1.8 years
Most releases are documented
notes for 20 of 26 stable releases
1 version withdrawn
withdrawn after publishing
6 years old
27 releases · first in 2020
2 releases in the last 12 months
see the full history below
Release timeline
27 releases · Apr 2020 to Oct 2025Releases
latest 27-
0.12.128 Oct 2025Release notes
Open source →- CRITICAL FIX: Properly implement Android 16KB page size support
- Migrated from TensorFlow Lite 2.12.0 to Google AI Edge LiteRT 1.4.0
- LiteRT provides native libraries with 16KB page alignment required by Google Play
- Added verification script (scripts/verify_16kb.sh) to check page size alignment
- Note: Version 0.12.0 claimed 16KB support but used TensorFlow Lite 2.12.0 (incompatible)
-
0.12.027 Oct 2025Release notes
Open source →- Android 16KB page size support attempted (incomplete - fixed in 0.12.1)
- 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.003 Sep 2024 -
0.10.407 Dec 2023Nothing published for this version
-
0.10.309 Oct 2023Nothing published for this version
-
0.10.227 Sep 2023 -
0.10.102 Jun 2023 -
0.10.022 May 2023Release notes
Open source →- Use ffi for binding to iOS dependencies. Use the ios/tflite_flutter.podspec file to specify tensorflow lite library version. Dependencies are automatically downloaded without user intervention (no need for releases/download folder)
- Use ffi for binding with Android dependencies. Use the android/build.gradle file to specify tensorflow lite library version. Dependencies are automatically downloaded without user intervention (no need for releases/download folder)
- Use ffigen to generate the binding code in dart
- Enable delegates in text_classification example
- Add conversion for tensors of type uint8
- Add image classification example using mobilenet
- Add super resolution example using esrgan
- Add style transfer example
- IsolateInterpreter to run inference in an isolate. Related to Use isolates to run inference #52
- Support for melos added
- Text classification example fixed
-
0.9.505 May 2023Nothing published for this version
-
0.9.426 Apr 2023Nothing published for this version
-
0.9.326 Apr 2023 withdrawnNothing published for this version
-
0.9.225 Apr 2023Nothing published for this version
-
0.9.102 Apr 2023Nothing published for this version
-
0.9.028 Jun 2021Release notes
Open source →- Support for Windows, Mac and Linux platforms.
- Improved gpu delegate support and bug fixes.
- Support for CoreML and XnnPack delegates.
-
0.8.021 Apr 2021Release notes
Open source →- Null-safety major bug fix in tensor.dart
- Expose byte-object interconversion APIs
-
0.7.021 Apr 2021 -
0.6.013 Mar 2021 -
0.5.017 Jul 2020 -
0.4.206 Jul 2020 -
0.4.122 Jun 2020 -
0.4.018 Jun 2020Release notes
Open source →- run supports UintList8 and ByteBuffer objects
- Bug fix, resize input tensor
- Improved efficiency
-
0.3.001 Jun 2020Release notes
Open source →- New features
- multi-dimensional reshape with type
- Bug fixes
- extension flatten on List fixed.
- error on passing not dynamic type list to interpreter output fixed
- New features
-
0.2.011 May 2020Release notes
Open source →- Direct conversion support for more TfLiteTypes
- int16, float16, int8, int64
- Pre-built tf 2.2.0 stable binaries
-
0.1.318 Apr 2020 -
0.1.211 Apr 2020 -
0.1.111 Apr 2020 -
0.1.011 Apr 2020