-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (36 loc) · 903 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
name: flippr_app
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.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
salomon_bottom_bar: ^2.0.0
cached_network_image: ^2.3.2+1
get: ^3.12.1
auto_size_text: ^2.1.0
http: ^0.12.2
lazy_data_table: ^0.1.5
url_launcher: ^5.7.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-Regular.ttf
- asset: assets/fonts/Rubik-Bold.ttf
weight: 700
- asset: assets/fonts/Rubik-Black.ttf
weight: 900
- asset: assets/fonts/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/Rubik-Light.ttf
weight: 300