coba camera

This commit is contained in:
Sas Andy
2024-01-17 08:02:09 +07:00
parent 824216701a
commit 1235fd9e10
13 changed files with 1249 additions and 356 deletions

View File

@@ -52,6 +52,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
buildTypes {
@@ -69,4 +70,5 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:multidex:1.0.3'
}