-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
53 lines (43 loc) · 949 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
name: pokedex
description: Bayzat Pokedex home assignment
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
json_annotation: ^4.7.0
dio: ^4.0.6
shared_preferences: ^2.0.15
animations: ^2.0.1
infinite_scroll_pagination: ^3.2.0
flutter_bloc: ^8.1.1
get_it: ^7.2.0
event_bus: ^2.0.0
google_fonts: ^6.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
mockito: ^5.3.2
build_runner: ^2.3.2
json_serializable: ^6.5.4
flutter_native_splash: ^2.2.14
flutter_launcher_icons: ^0.10.0
flutter:
uses-material-design: true
assets:
- assets/images/
flutter_native_splash:
color: "#3558CD"
fullscreen: true
android_12:
color: "#3558CD"
icon_background_color: "#3558CD"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21