-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
67 lines (58 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
name: flirt
description: "A new Flutter project."
publish_to: "none"
version: 1.3.0
environment:
sdk: ">=3.2.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_dotenv: ^5.1.0
flutter_secure_storage: ^9.0.0
http: ^1.1.2
json_annotation: ^4.8.1
nuxify_widgetbook:
git:
url: [email protected]:Nuxify/widgetbook.git
ref: v1.0.0
dev_dependencies:
bloc_test: ^9.1.7
build_runner: ^2.4.9
flutter_gen_runner: ^5.4.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
lint: ^2.3.0
mocktail: ^1.0.3
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito/Nunito-Regular.ttf
- asset: assets/fonts/Nunito/Nunito-Italic.ttf
style: italic
- asset: assets/fonts/Nunito/Nunito-Light.ttf
weight: 300
- asset: assets/fonts/Nunito/Nunito-LightItalic.ttf
weight: 300
style: italic
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/app-launcher-icon.png"
remove_alpha_ios: true
flutter_native_splash:
color: "#000000"
image: assets/images/logo.png
web: false
android_12:
color: "#000000"
icon_background_color: "#000000"
image: assets/images/logo-android12.png