-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
64 lines (56 loc) · 1.25 KB
/
pubspec.yaml
File metadata and controls
64 lines (56 loc) · 1.25 KB
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
name: nextstep
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
cached_network_image: ^3.4.1
cupertino_icons: ^1.0.8
eva_icons_flutter: ^3.1.0
file_picker: ^10.3.8
flutter:
sdk: flutter
flutter_dotenv: ^6.0.0
flutter_spinkit: ^5.2.2
flutter_svg: ^2.2.3
get: ^4.7.3
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^1.6.0
image_picker: ^1.2.1
intl: ^0.20.2
shared_preferences: ^2.5.4
supabase_flutter: ^2.12.0
svg_flutter: ^0.0.1
dev_dependencies:
build_runner: 2.4.13
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/images/icones/
- assets/images/logo/
- .env
fonts:
- family: DM Sans
fonts:
- asset: assets/fonts/DMSans-Regular.ttf
- asset: assets/fonts/DMSans-Medium.ttf
weight: 500
- asset: assets/fonts/DMSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/DMSans-Bold.ttf
weight: 700
flutter_assets:
assets_path: assets/images
output_path: lib/core/constants/
filename: app_image.dart
field_prefix: null
ignore_comments: true
classname: AppImage