-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
69 lines (51 loc) · 1.38 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
name: structureflutter
description: A new Flutter project For Training.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
google_fonts: ^5.1.0
equatable: ^2.0.5
connectivity: ^3.0.6
# Resource localizations
flutter_localizations:
sdk: flutter
intl: ^0.18.1
shared_preferences: ^2.0.7
json_annotation: ^4.7.0
http: ^1.1.0
cached_network_image: ^3.2.3
flutter_svg: ^2.0.7
carousel_slider: ^4.1.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.1.1
json_serializable: ^6.5.4
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
# Generation resource
generate: true
assets:
- assets/
- assets/images/
fonts:
- family: HelveticaNeue
fonts:
- asset: assets/fonts/HelveticaNeue-Thin.ttf
weight: 100
- asset: assets/fonts/HelveticaNeue-Light.ttf
weight: 300
- asset: assets/fonts/HelveticaNeue-Medium.ttf
weight: 500
- asset: assets/fonts/HelveticaNeue-Bold.ttf
weight: 700
- asset: assets/fonts/HelveticaNeue-Black.ttf
weight: 900