-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
78 lines (65 loc) · 1.67 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
name: bubudex
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
auto_route: ^3.0.1
cached_network_image: ^3.1.0
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_svg: ^0.23.0+1
hive: ^2.0.4
hive_flutter: ^1.1.0
http: ^0.13.4
json_annotation: ^4.3.0
marquee: ^2.2.0
provider: ^6.0.1
retry: ^3.1.0
syncfusion_flutter_core: ^19.3.46
syncfusion_flutter_sliders: ^19.3.46
dev_dependencies:
auto_route_generator: ^3.0.1
build_runner: ^2.1.4
flutter_launcher_icons: ^0.9.2
flutter_lints: ^1.0.0
flutter_native_splash: ^1.2.4
flutter_test:
sdk: flutter
hive_generator: ^1.1.1
json_serializable: ^6.0.0
flutter_icons:
android: true
ios: true
image_path: "assets/app_icon/icon.png"
flutter:
uses-material-design: true
assets:
- assets/poke_heights/
- assets/poke_types/
- assets/poke_weights/
- assets/poke_patterns/
- assets/poke_generations/generation1/
- assets/poke_generations/generation2/
- assets/poke_generations/generation3/
- assets/poke_generations/generation4/
- assets/poke_generations/generation5/
- assets/poke_generations/generation6/
- assets/poke_generations/generation7/
- assets/poke_generations/generation8/
fonts:
- family: PokeIcons
fonts:
- asset: assets/poke_icons/PokeIcons.ttf
flutter_native_splash:
color: "#ffffff"
image: assets/app_splash/splash_icon.png
color_dark: "#000000"
image_dark: assets/app_splash/splash_icon.png
android: true
ios: true
web: false
fullscreen: false
android12: false