This commit is contained in:
Hamza-Ayed
2024-06-26 19:24:12 +03:00
parent 0407d37e9d
commit 75d0d02da2
34 changed files with 118 additions and 81 deletions

View File

@@ -31,7 +31,7 @@ dependencies:
flutter_secure_storage: ^9.0.0
geolocator: ^10.0.0
flutter_paypal: ^0.2.0
# flutter_launcher_icons: ^0.13.1 #to be remove
flutter_launcher_icons: ^0.13.1 #to be remove
# crypto: ^3.0.3
flutter_rating_bar: ^4.0.1
flutter_font_icons: ^2.2.5
@@ -71,23 +71,23 @@ dev_dependencies:
envied_generator: ^0.5.2
build_runner: ^2.4.6
# flutter_launcher_icons:
# android: "launcher_icon"
# ios: true
# image_path: "assets/images/logo.png"
# min_sdk_android: 21
# web:
# generate: true
# image_path: "assets/images/logo.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"
# windows:
# generate: true
# image_path: "assets/images/logo.png"
# icon_size: 48
# macos:
# generate: true
# image_path: "assets/images/logo.png"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21
web:
generate: true
image_path: "assets/images/logo.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/images/logo.png"
icon_size: 48
macos:
generate: true
image_path: "assets/images/logo.png"
flutter:
uses-material-design: true