-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpubspec.yaml
46 lines (41 loc) · 1.03 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
name: flutter_riverpod_todo_app
description: A new Flutter project.
publish_to: 'none'
version: 1.2.6+4
environment:
sdk: ">=3.2.6 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
hooks_riverpod: ^2.4.10
flutter_hooks: ^0.20.5
uuid: ^4.3.3
shared_preferences: ^2.2.2
backdrop: ^0.9.1
url_launcher: ^6.2.5
path_provider: ^2.1.2
permission_handler: ^11.3.0
share_plus: ^7.2.2
file_picker: ^6.1.1
carbon_icons: ^0.0.1+2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/rubik/Rubik-Regular.ttf
- asset: assets/fonts/rubik/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/rubik/Rubik-SemiBold.ttf
weight: 600
- asset: assets/fonts/rubik/Rubik-Bold.ttf
weight: 700
- asset: assets/fonts/rubik/Rubik-Light.ttf
weight: 300