chore: upgrade to flutter 3.27.1

This commit is contained in:
Kingkor Roy Tirtho 2024-12-23 19:23:10 +06:00
parent b40c0b7772
commit db3aaa4b83
4 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
"flutterSdkVersion": "3.27.0"
"flutterSdkVersion": "3.27.1"
}

2
.fvmrc
View File

@ -1,4 +1,4 @@
{
"flutter": "3.27.0",
"flutter": "3.27.1",
"flavors": {}
}

View File

@ -28,5 +28,5 @@
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
"*.dart": "${capture}.g.dart,${capture}.freezed.dart"
},
"dart.flutterSdkPath": ".fvm/versions/3.27.0"
"dart.flutterSdkPath": ".fvm/versions/3.27.1"
}

View File

@ -2,6 +2,7 @@ package oss.krtirtho.spotube.glance
import HomeWidgetGlanceState
import HomeWidgetGlanceStateDefinition
import android.R
import android.content.Context
import android.graphics.drawable.Icon
import android.net.Uri