The package is using version 0.11.0 of tflite_flutter, which is incompatible with Android 15+ devices with 16KB memory pages. The "tflite_flutter" dependency needs to be updated to the latest 0.12.1 version:
https://pub.dev/packages/tflite_flutter/changelog
0.12.1 (October 28, 2025) 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.0 (October 27, 2025) 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.0 (September 3, 2024) FFI up
The package is using version 0.11.0 of tflite_flutter, which is incompatible with Android 15+ devices with 16KB memory pages. The "tflite_flutter" dependency needs to be updated to the latest 0.12.1 version:
https://pub.dev/packages/tflite_flutter/changelog
0.12.1 (October 28, 2025) 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.0 (October 27, 2025) 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.0 (September 3, 2024) FFI up