updated new flutter version

This commit is contained in:
2023-12-15 21:34:23 +08:00
parent bcf21d90ac
commit f8a90ad305
20 changed files with 304 additions and 297 deletions

View File

@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.1+2
environment:
sdk: ">=2.7.0 <3.0.0"
@@ -43,8 +43,8 @@ dependencies:
splashscreen: ^1.3.5
carousel_slider: ^4.0.0
badges: ^2.0.1
url_launcher: ^6.0.9 #^5.7.10
flutter_html: ^2.1.1
url_launcher: ^6.1.5 #^6.0.9 #^5.7.10
# flutter_html: ^2.1.1
flutter_markdown: ^0.6.4 #^0.5.1
hive: ^2.0.4 #^1.4.4+1
hive_flutter: ^1.1.0 #^0.3.1
@@ -54,7 +54,7 @@ dependencies:
email_validator: ^2.0.1
flappy_search_bar: ^1.7.2
flutter_launcher_icons: ^0.9.1 #^0.8.1
package_info: ^2.0.2
# package_info: ^2.0.2
catcher: ^0.6.8 #^0.4.2
share: ^2.0.4 #^0.6.5+4
universal_io: ^2.0.4 #^1.0.2
@@ -64,7 +64,7 @@ dependencies:
flutter_inappwebview: ^5.3.2 #^4.0.0+4
youtube_player_iframe: ^2.2.1 #^1.2.0+2
fluttertoast: ^8.0.8 #^7.1.8
percent_indicator: ^3.0.1
percent_indicator: ^4.2.2 #^3.0.1
image_picker: ^0.8.0+3 #^0.6.7+22
countdown: ^0.1.0
gender_selection: ^1.0.0
@@ -83,7 +83,7 @@ dependencies:
# url: git://github.com/romme86/stripe-sdk.git
stripe_sdk:
git:
url: git://github.com/ezet/stripe-sdk.git
url: https://github.com/ezet/stripe-sdk.git
uuid: ^3.0.4 #^2.2.2
ffi: ^1.0.0
# firebase_messaging: ^10.0.4 #^7.0.3
@@ -91,12 +91,14 @@ dependencies:
geolocator: ^7.4.0 #^6.2.1
url_strategy: ^0.2.0
hovering: ^1.0.4
universal_html: ^2.0.8
#dev_dependencies:
# flutter_test:
# sdk: flutter
#dependency_overrides:
# webview_flutter: ^3.0.4
# path: ^1.8.0
# For information on the generic Dart part of this file, see the