Getx Clean
GetX 的清晰架构
入门
运行前,在 “android/app/build.gradle” 中添加以下内容
android {
compileSdkVersion 33
....
}
defaultConfig {
....
minSdkVersion 18
....
}
在支持的 Flutter 语言软件中运行
GetX 的清晰架构
运行前,在 “android/app/build.gradle” 中添加以下内容
android {
compileSdkVersion 33
....
}
defaultConfig {
....
minSdkVersion 18
....
}
在支持的 Flutter 语言软件中运行