-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (36 loc) · 761 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (36 loc) · 761 Bytes
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: toughest
description: A new Flutter project.
version: 2.0.2+4
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
lottie: ^1.4.2
share_plus: any
shrink_sidemenu: ^2.0.0+2-null-safety
carousel_slider: ^4.1.1
url_launcher: ^6.1.5
flutter_test:
sdk: flutter
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_lints: ^5.0.0
mockito: null
test: null
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/local.json
- assets/confetti.json
fonts:
- family: Acme
fonts:
- asset: assets/font/Acme-Regular.ttf
weight: 600
- family: Josefin Sans
fonts:
- asset: assets/font/JosefinSans-Regular.ttf
weight: 200