-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
pubspec.yaml
62 lines (50 loc) · 1.18 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
name: flutter_getx_the_moviedb
description: Flutter TheMovieDB Application with GetX State, Route & Dependency Managements
module:
androidPackage: com.hazarbelge.getx_moviedb
iosBundleIdentifier: com.hazarbelge.getx_moviedb
publish_to: 'none'
version: 1.0.0+1
environment:
flutter: "3.22.2"
sdk: ">=3.2.0 <4.0.0"
dependencies:
another_flushbar: ^1.12.29
cached_network_image: ^3.3.1
connectivity_plus: ^3.0.3
convex_bottom_bar: ^3.2.0
cupertino_icons: ^1.0.8
dio: ^5.4.3+1
dropdown_search: ^5.0.6
equatable: ^2.0.5
#flutter
flutter:
sdk: flutter
flutter_i18n: ^0.36.0
flutter_svg: ^2.0.10+1
#getx
get: ^4.6.5
get_storage: ^2.1.1
google_fonts: ^6.2.1
nil: ^1.1.1
responsive_framework: ^0.2.0
url_launcher: ^6.1.10
url_strategy: ^0.2.0
video_player: ^2.9.1
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_native_splash: ^2.4.0
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/
- assets/flutter_i18n/
- assets/icons/
uses-material-design: true