We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700a90d commit 21b69ffCopy full SHA for 21b69ff
1 file changed
pubspec.yaml
@@ -14,8 +14,8 @@ dependencies:
14
path: ../
15
# Uncomment to build standalone project.
16
# responsive_framework: ^1.0.0
17
- google_fonts: ^5.1.0
18
- animations: ^2.0.8
+ google_fonts: ^6.1.0
+ animations: ^2.0.11
19
loading_gifs: ^0.3.0
20
21
dev_dependencies:
@@ -27,10 +27,18 @@ dev_dependencies:
27
flutter_icons:
28
android: true
29
ios: true
30
+ remove_alpha_ios: true
31
+ image_path: "assets/Minimal-Logo.png"
32
image_path_android: "assets/Minimal-Logo.png"
33
image_path_ios: "assets/Minimal-Logo-iOS.png"
34
adaptive_icon_background: "#FFFFFFFF"
35
adaptive_icon_foreground: "assets/Minimal-Logo-Adaptive.png"
36
+ web:
37
+ generate: true
38
+ macos:
39
40
+ windows:
41
42
43
flutter:
44
uses-material-design: true
0 commit comments