-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
71 lines (63 loc) · 1.28 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
70
71
name: mixter
description: Mixter App
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.3.3 <4.0.0"
dependencies:
animate_do: ^3.3.4
cupertino_icons: ^1.0.8
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_highlighter: ^0.1.1
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.1
flutter_web_plugins:
sdk: flutter
go_router: ^13.2.4
google_fonts: ^6.2.1
intl: ^0.18.1
ionicons: ^0.2.2
markdown: ^7.2.2
mixter_ai:
path: packages/mixter_ai
mixter_bloc:
path: packages/mixter_bloc
mixter_hive:
path: packages/mixter_hive
mixter_supabase:
path: packages/mixter_supabase
mixter_ui:
path: packages/mixter_ui
url_launcher: ^6.2.6
dev_dependencies:
build_runner: ^2.4.9
flutter_gen_runner: ^5.4.0
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
melos: ^5.3.0
very_good_analysis: ^5.1.0
flutter:
generate: true
assets:
- assets/images/
flutter_launcher_icons:
image_path: "logo.png"
android: "ic_launcher"
ios: true
remove_alpha_ios: true
min_sdk_android: 21
web:
generate: true
image_path: "logo.png"
background_color: "#161718"
theme_color: "#F6671A"
macos:
generate: true
image_path: "logo.png"
flutter_gen:
output: lib/app/assets
line_length: 80