Update to flutter 3.27.1 & Fix android build

This commit is contained in:
2024-12-17 17:21:10 +08:00
parent ab3953292b
commit a55e4eff67
3 changed files with 4 additions and 5 deletions

View File

@@ -53,7 +53,6 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="false"/>
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and

View File

@@ -1126,10 +1126,10 @@ packages:
dependency: "direct main"
description:
name: zip_flutter
sha256: "72b85f84dc5737e1c1dd7ed97ed0242f397872acc8d03044a5789b466dbf42b2"
sha256: "71373aad51bf4ab287f75a33d0ff3b45828482c3364f5f799f80019d2a284d8e"
url: "https://pub.dev"
source: hosted
version: "0.0.2"
version: "0.0.3"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"

View File

@@ -6,7 +6,7 @@ version: 1.1.1+111
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: 3.27.0
flutter: 3.27.1
dependencies:
flutter:
@@ -51,7 +51,7 @@ dependencies:
sliver_tools: ^0.2.12
flutter_file_dialog: ^3.0.2
file_selector: ^1.0.3
zip_flutter: ^0.0.2
zip_flutter: ^0.0.3
lodepng_flutter:
git:
url: https://github.com/venera-app/lodepng_flutter