update home card

hmxc
小赖 4 years ago
parent 7958be966e
commit 9fc593c29e

@ -32,7 +32,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
compileSdkVersion 28 compileSdkVersion 29
sourceSets { sourceSets {
main.java.srcDirs += 'src/main/kotlin' main.java.srcDirs += 'src/main/kotlin'
@ -46,7 +46,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.akuCommunity.app" applicationId "com.akuCommunity.app"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 29
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
ndk { ndk {

@ -57,7 +57,6 @@ class _AnimateAppBarState extends State<AnimateAppBar> {
), ),
Text( Text(
'${appProvider.weatherType} ${appProvider.weatherTemp}', '${appProvider.weatherType} ${appProvider.weatherTemp}',
// '阴 27℃',
style: TextStyle( style: TextStyle(
fontSize: 20.sp, fontSize: 20.sp,
color: Color(0xff333333), color: Color(0xff333333),

@ -55,6 +55,7 @@ class ActivityCard extends StatelessWidget {
model.title.text model.title.text
.size(28.sp) .size(28.sp)
.black .black
.bold
.make() .make()
.pSymmetric(h: 24.w, v: 16.w), .pSymmetric(h: 24.w, v: 16.w),
[ [

Loading…
Cancel
Save