Skip to content

Commit

Permalink
适配flutter 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed May 11, 2023
1 parent 9eda809 commit 435adc3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
4 changes: 2 additions & 2 deletions ios/Flutter/Flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# NOTE: This podspec is NOT to be published. It is only used as a local source!
# This is a generated file; do not edit or check into version control.
# This podspec is NOT to be published. It is only used as a local source!
# This is a generated file; do not edit or check into version control.
#

Pod::Spec.new do |s|
Expand Down
1 change: 1 addition & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# 去除网页URL中的“#”(hash) https://flutter.cn/docs/development/ui/navigation/url-strategies
url_strategy: 0.2.0
# Localization https://github.com/dart-lang/intl
intl: ^0.17.0
intl: ^0.18.0
# Toast插件 https://github.com/OpenFlutter/flutter_oktoast
oktoast: ^3.3.1
# 网络库 https://github.com/cfug/dio
Expand Down

0 comments on commit 435adc3

Please sign in to comment.