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"
android {
compileSdkVersion 28
compileSdkVersion 29
sourceSets {
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).
applicationId "com.akuCommunity.app"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {

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

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

Loading…
Cancel
Save