-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f0e812
commit 5296982
Showing
11 changed files
with
35 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Change Log: | ||
|
||
## 1.3.2 | ||
|
||
* Android导航栏颜色优化。 | ||
|
||
## 1.3.1 | ||
|
||
* Flutter SDK升至3.16.5。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'BSD' } | ||
s.author = { 'Flutter Dev Team' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } | ||
s.ios.deployment_target = '11.0' | ||
s.ios.deployment_target = '12.0' | ||
# Framework linking is handled by Flutter tooling, not CocoaPods. | ||
# Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. | ||
s.vendored_frameworks = 'path/to/nothing' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: flutter_deer | ||
description: Flutter Deer | ||
|
||
version: 1.3.1+22 | ||
version: 1.3.2+22 | ||
# 唯鹿 <[email protected]> | ||
homepage: https://weilu.blog.csdn.net/ | ||
|
||
|
@@ -40,7 +40,7 @@ dependencies: | |
# 侧滑删除 https://github.com/letsar/flutter_slidable | ||
flutter_slidable: ^3.0.1 | ||
# WebView插件 https://github.com/flutter/packages/tree/main/packages/webview_flutter | ||
webview_flutter: 4.4.1 | ||
webview_flutter: 4.7.0 | ||
# 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions | ||
keyboard_actions: ^4.2.0 | ||
# 城市选择列表 https://github.com/flutterchina/azlistview | ||
|
@@ -76,7 +76,7 @@ dependencies: | |
# 刮刮卡 https://github.com/vintage/scratcher | ||
scratcher: ^2.5.0 | ||
# 动画效果 https://github.com/xvrh/lottie-flutter | ||
lottie: ^2.7.0 | ||
lottie: ^3.0.0 | ||
|
||
# https://github.com/simplezhli/flutter_deer/issues/187 | ||
dependency_overrides: | ||
|