-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
66 lines (58 loc) · 1.35 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
name: game_flix_flutter
description: A flutter game app consuming Rawg API to display popular video games
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
get_it: ^7.2.0
flutter_bloc: ^8.1.1
equatable: ^2.0.5
dartz: ^0.10.1
mocktail: ^0.3.0
bloc_test: ^9.1.0
floor: ^1.4.1
floor_generator: ^1.3.0
internet_connection_checker: ^1.0.0+1
cupertino_icons: ^1.0.2
retrofit: ^4.0.1
logger: ^1.1.0
cached_network_image: ^3.2.3
fluttericon: ^2.0.0
carbon_icons: ^0.0.1+2
carousel_slider: ^4.2.1
share_plus: ^7.0.2
fluttertoast: ^8.2.2
flutter_spinkit: ^5.2.0
flutter_native_splash: ^2.3.0
flutter_launcher_icons: ^0.13.1
shared_preferences: ^2.1.1
mockito: ^5.4.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.1.2
flutter_lints: ^2.0.0
flutter_native_splash:
image: assets/images/splash.png
color: "#1A1A1A"
color_dark: "#1A1A1A"
image_dark: assets/images/splash.png
android: true
ios: true
android_12:
image: assets/images/splash.png
icon_background_color: "#1A1A1A"
imge_dark: assets/images/splash.png
icon_background_color_dark: "#1A1A1A"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
flutter_icons:
ios: true
android: true
image_path: assets/images/splash.png