add loading
This commit is contained in:
23
pubspec.yaml
23
pubspec.yaml
@@ -48,5 +48,26 @@ dev_dependencies:
|
||||
hive_ce_generator:
|
||||
riverpod_generator: ^2.4.0
|
||||
|
||||
# App Icon Generation
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
uses-material-design: true
|
||||
|
||||
# Assets
|
||||
assets:
|
||||
- assets/app_icon.jpg
|
||||
|
||||
# Flutter Launcher Icons Configuration
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/app_icon.jpg"
|
||||
min_sdk_android: 21
|
||||
|
||||
# Android adaptive icon
|
||||
adaptive_icon_background: "#FFFFFF"
|
||||
adaptive_icon_foreground: "assets/app_icon.jpg"
|
||||
|
||||
# iOS configuration
|
||||
remove_alpha_ios: true
|
||||
Reference in New Issue
Block a user