generated from readytowork-org/flutter-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
51 lines (40 loc) · 984 Bytes
/
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
name: flutter_app
description: My journey to learn Flutter
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dio: ^5.0.0
provider: ^6.0.5
easy_localization: ^3.0.1
flutter_form_builder: ^7.7.0
form_builder_validators: ^8.4.0
sizer: ^2.0.15
shared_preferences: ^2.0.17
english_words: ^4.0.0
go_router: ^6.5.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/translations/
fonts:
- family: "Lato"
fonts:
- asset: assets/fonts/Lato-Regular.ttf
weight: 400
- family: "Montserrat"
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 300