-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
74 lines (65 loc) · 1.59 KB
/
pubspec.yaml
File metadata and controls
74 lines (65 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# App Name
name: foodwallfy
# App Description
description: A Food Wallpapers app.
# App Version for both Android & iOS
version: 1.0.4+5
# Dart SDK Version
environment:
sdk: ">=2.10.0 <3.0.0"
# App Packages from pub.dev for both debug & release mode & for both Android & iOS
dependencies:
flutter:
sdk: flutter
cached_network_image: ^2.2.0+1
connectivity: ^0.4.8+6
cupertino_icons: ^0.1.2
dio: ^3.0.9
esys_flutter_share: ^1.0.2
file_utils: ^0.1.4
firebase_admob: ^0.10.1
firebase_analytics: ^6.1.0
firebase_core: ^0.5.1
flutter_spinkit: ^4.1.2+1
flutter_staggered_grid_view: ^0.3.0
fluttertoast: ^4.0.1
frazile_algorithm: ^1.0.0
fzregex: ^1.0.1
fztimeago: ^1.0.0
fzwallpaper: ^1.0.0
http: ^0.12.1
in_app_purchase: ^0.3.4
package_info: ^0.4.0+18
path_provider: ^1.6.9
permission_handler: ^4.0.0
provider: ^4.1.2
razorpay_flutter: ^1.2.1
shared_preferences: ^0.5.7+3
sqflite: ^1.3.0+2
stripe: ^2.0.4
stripe_payment: ^1.0.7
# App Packages from pub.dev only for debug mode for both Android & iOS
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.5
test: any
# flutter pub run flutter_launcher_icons:main
flutter_icons:
android: false
ios: true
image_path: "assets/icon/iconios.png"
flutter:
uses-material-design: true
# Assets
assets:
- assets/images/
# Fonts
fonts:
- family: google
fonts:
- asset: assets/fonts/Product-Sans-Regular.ttf
- asset: assets/fonts/Product-Sans-Bold.ttf
weight: 500
- asset: assets/fonts/Product-Sans-Bold-Italic.ttf
style: italic