-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
53 lines (46 loc) · 1.08 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
name: m_and_m
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.1.0+1
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_riverpod: ^2.4.9
go_router: ^13.0.1
dbus: ^0.7.10
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
recase: ^4.1.0
rive: ^0.12.4
circular_reveal_animation: ^2.0.1
collection: ^1.18.0
confetti: ^0.7.0
google_fonts: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
custom_lint: ^0.5.8
riverpod_lint: ^2.3.7
go_router_builder: ^2.4.1
build_runner: ^2.4.8
build_verify: ^3.1.0
freezed: ^2.4.6
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- assets/img/
- assets/rive/
fonts:
- family: SfProDisplay
fonts:
- asset: assets/fonts/SFPRODISPLAYREGULAR.OTF
weight: 400
- asset: assets/fonts/SFPRODISPLAYMEDIUM.OTF
weight: 500
- asset: assets/fonts/SFPRODISPLAYBOLD.OTF
weight: 700