-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
56 lines (42 loc) · 967 Bytes
/
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
name: the_movie_db_flutter
description: Flutter TheMovieDB Application with BLoC State Management
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
cached_network_image: ^3.2.0
connectivity_plus: ^2.2.0
convex_bottom_bar: ^3.0.0
cupertino_icons: ^1.0.4
dio: ^4.0.4
#flutter
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_i18n: ^0.31.1
flutter_svg: ^1.0.3
#getx
get: ^4.6.1
get_storage: ^2.0.3
google_fonts: ^2.3.1
http: ^0.13.4
hydrated_bloc: ^8.0.0
path_provider: ^2.0.9
responsive_framework: ^0.1.5
dev_dependencies:
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.4
flutter_native_splash: ^2.0.2
flutter_test:
sdk: flutter
flutter_icons:
android: true
image_path_android: assets/icons/app_icon.png
ios: true
image_path_ios: assets/icons/app_icon.png
flutter:
assets:
- assets/flutter_i18n/
- assets/icons/
uses-material-design: true