-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
96 lines (80 loc) · 2.16 KB
/
pubspec.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: programmingebook
description: A new Flutter application.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_launcher_icons: ^0.7.5
google_fonts: ^1.1.0
flutter_svg: ^0.17.4
flutter_bloc: ^4.0.0
equatable: ^1.1.1
http: ^0.12.1
fancy_bottom_navigation: ^0.3.2
badges: ^1.1.1
flutter_swiper: ^1.1.6
flutter_spinkit: ^4.1.2
cached_network_image: ^2.2.0+1
fluttertoast: ^3.1.3
shimmer: ^1.1.1
shared_preferences: ^0.5.7+3
url_launcher: ^5.4.11
rxdart: ^0.24.1
sqflite: ^1.3.1
connectivity: ^0.4.8+6
permission_handler: ^5.0.1
auto_size_text: ^2.1.0
animated_text_kit: ^2.2.0
pull_to_refresh: ^1.6.0
pretty_dio_logger: ^1.1.0
flutter_mdetect: ^0.0.3
easy_localization: ^2.3.2
rabbit_converter: ^0.0.1
flutter_rating: ^0.0.2
provider: 4.0.5
dio: ^3.0.9
flutter_shimmer: ^1.3.0
introduction_screen: ^1.0.7
logger: ^0.9.1
flutter_gradients: ^1.0.0+2
get_it: 4.0.1
progress_dialog: 1.2.1
image_picker: ^0.6.7+2
image_cropper: ^1.2.3
flutter_image_compress: ^0.6.8
json_serializable: ^3.3.0
flutter_custom_clippers: ^1.1.1
flutter_staggered_animations: ^0.1.2
youtube_player_flutter: ^7.0.0+6
font_awesome_flutter: ^8.8.1
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_icons:
image_path: "assets/images/logo.png" #flutter pub run flutter_launcher_icons:main
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
# The following section is specific to Flutter.
flutter:
# the material Icons class.
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/svgs/
- assets/logo/
- resources/langs/en-US.json
- resources/langs/my.json
fonts:
- family: GalleryIcons
fonts:
- asset: fonts/GalleryIcons.ttf
- asset: fonts/Roboto-Medium.ttf
- asset: fonts/Roboto-Thin.ttf
- asset: fonts/Roboto-Italic.ttf
- asset: fonts/Roboto-Light.ttf