-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
125 lines (68 loc) · 1.52 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
name: movie_bloc_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
#Fonts
google_fonts: ^6.2.1
#State Management
flutter_bloc: ^8.1.6
equatable: ^2.0.5
#Internet Connection
internet_connection_checker: ^1.0.0+1
#Routes
go_router: ^14.2.0
#Dependency Injection
get_it: ^7.7.0
#Local Storage
hive_flutter: ^1.1.0
#Youtube Player
youtube_player_flutter: ^9.0.1
#UI
carousel_slider: ^4.2.1
blur: ^4.0.0
custom_refresh_indicator: ^3.1.0
readmore: ^3.0.0
auto_size_text: ^3.0.0
#Theme
adaptive_theme: ^3.6.0
#Color Scheme
flex_color_scheme: ^7.3.1
#Animations
animate_do: ^3.3.4
loading_animation_widget: ^1.2.1
#Splash Screen
flutter_native_splash: ^2.4.0
#Icons
font_awesome_flutter: ^10.7.0
#Network
extended_image: ^8.2.1
dio: ^5.4.3+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
#Preview on other devices
device_preview: ^1.2.0
#Code Generator
build_runner: ^2.4.11
hive_generator: ^2.0.1
#Launcher Icons
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logos/app_logo.png"
min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/
- assets/placeholders/
- assets/logos/
- assets/splash/