-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
42 lines (38 loc) · 900 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
name: pokedex
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
auto_size_text: ^2.1.0
cached_network_image: ^3.0.0
flutter_launcher_icons: ^0.9.0
flutter_staggered_animations: ^1.0.0
get: ^4.1.4
md2_tab_indicator: ^1.0.2
simple_animations: ^1.3.6
sliding_sheet: ^0.5.0
flutter_icons:
image_path: 'assets/icon/icon.png'
android: true
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/pokeball.png
- assets/images/pokeball_dark.png
- assets/images/egg.png
- assets/gifs/gif_poke.gif
fonts:
- family: Google
fonts:
- asset: assets/fonts/ProductSans-Regular.ttf
- asset: assets/fonts/ProductSans-Bold.ttf
weight: 700