-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
89 lines (74 loc) · 2.02 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name: mindwrite
description: "clone app of google keepNote with Bloc"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.1+5
environment:
sdk: '>=3.4.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
bloc: ^8.1.4
hive: ^2.2.3
uuid: ^4.5.0
intl: ^0.19.0
get_it: ^7.7.0
equatable: ^2.0.5
go_router: ^14.2.7
hive_flutter: ^1.1.0
flutter_bloc: ^8.1.6
image_picker: ^1.1.2
flutter_svg: ^2.0.10+1
flutter_animate: ^4.5.0
loading_animation_widget: ^1.2.1
flutter_staggered_grid_view: ^0.7.0
syncfusion_flutter_signaturepad: ^26.2.14
share_plus: ^10.0.2
url_launcher: ^6.3.0
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_gen: ^5.7.0
flutter_lints: ^4.0.0
build_runner: ^2.4.11
better_commit: ^1.6.0
hive_generator: ^2.0.1
flutter_gen:
output: lib/core/gen/
integrations:
flutter_svg: true
flutter:
uses-material-design: true
assets:
- assets/fonts/google sans/
- assets/fonts/samim/
- assets/images/
- lib/core/localization/app_fa.arb
- lib/core/localization/app_en.arb
fonts:
- family: Google sans
fonts:
- asset: assets/fonts/google sans/GoogleSans-Bold.ttf
weight: 700
- asset: assets/fonts/google sans/GoogleSans-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/google sans/GoogleSans-Italic.ttf
style: italic
- asset: assets/fonts/google sans/GoogleSans-Medium.ttf
weight: 500
- asset: assets/fonts/google sans/GoogleSans-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/google sans/GoogleSans-Regular.ttf
weight: 100
- family: Samim
fonts:
- asset: assets/fonts/samim/Samim-Bold.ttf
weight: 700
- asset: assets/fonts/samim/Samim-FD.ttf
weight: 600
- asset: assets/fonts/samim/Samim-Medium.ttf
weight: 500