-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
69 lines (58 loc) · 1.44 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: flutter_project_templates
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.1.1
intl: ^0.17.0
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
logger: ^1.1.0
path: ^1.8.2
path_provider: ^2.0.11
dev_dependencies:
build_runner: ^2.3.2
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.16
flutter_test:
sdk: flutter
isar_generator: ^3.0.5
flutter_icons:
image_path: "assets/icons/app-icon-1024x1024.png"
android: true
ios: true
# command: flutter pub run flutter_launcher_icons:main
flutter_native_splash:
color: "#ffffff"
image: "assets/icons/splash-icon-384x384.png"
android: true
ios: true
web: true
# command: flutter pub run flutter_native_splash:create
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/files/
- assets/fonts/
- assets/icons/
- assets/images/
- assets/svgs/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito-Regular.ttf
- asset: assets/fonts/Nunito-Bold.ttf
weight: 400
- asset: assets/fonts/Nunito-Italic.ttf
style: italic