- เริ่มทำ วันที่ 12 /7 /2566
- ทำได้ วันที่ 13/7/2566 เวลา 2.15
-
API Pub dev :tflite: ^1.1.2
-
edit build gradle :
android {
compileSdkVersion 33 ndkVersion flutter.ndkVersion androidResources { noCompress 'tflite' } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } sourceSets { main.java.srcDirs += 'src/main/kotlin' } aaptOptions { noCompress 'tflite' noCompress 'lite' } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.old" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion 19 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true }

