-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpubspec.yaml
58 lines (47 loc) · 1.15 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
name: defacto
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: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_riverpod: ^2.4.6
path_provider: ^2.1.1
flutter_displaymode: ^0.6.0
easy_localization: ^3.0.3
hive: ^2.2.3
hive_flutter: ^1.1.0
ionicons: ^0.2.2
flutter_widget_from_html_core: ^0.14.11
freezed_annotation : any
json_annotation: any
window_manager: ^0.3.8
url_launcher: ^6.2.4
html: ^0.15.4
material_design_icons_flutter: ^7.0.7296
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.7
freezed: any
json_serializable: any
flutter:
uses-material-design: true
assets:
- assets/translations/
- assets/fake_data/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito-Medium.ttf
weight: 500
- asset: assets/fonts/Nunito-Regular.ttf
weight: 400
- asset: assets/fonts/Nunito-Light.ttf
weight: 300