-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
74 lines (52 loc) · 1.09 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
name: kraken_pokedex
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.17.3 <3.0.0"
dependencies:
flutter:
sdk: flutter
#Core
flutter_bloc: ^8.0.1
bloc_concurrency: ^0.2.0
equatable: ^2.0.3
authentication:
path: packages/authentication
flow_builder: ^0.0.9
easy_localization: ^3.0.1
#Network
chopper: ^4.0.6
#Ui
flutter_svg: ^1.1.1
fluttertoast: ^8.0.9
palette_generator: ^0.3.3+1
percent_indicator: ^4.2.2
shimmer: ^2.0.0
dev_dependencies:
#Linter
very_good_analysis: ^3.0.1
#Testing
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
bloc_test: ^9.0.3
mocktail: ^0.3.0
#Code generators
build_runner: ^2.1.11
chopper_generator: ^4.0.5
json_annotation: ^4.5.0
json_serializable: ^6.2.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/pokemon/
- assets/languages/
- assets/svg/
fonts:
- family: orbitron
fonts:
- asset: assets/fonts/Orbitron-ExtraBold.ttf