This repository was archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (63 loc) · 1.57 KB
/
pubspec.yaml
File metadata and controls
69 lines (63 loc) · 1.57 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
65
66
67
68
69
name: supabase_hackthon_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+5
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
cached_network_image: ^3.3.0
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_dotenv: ^5.1.0
flutter_rating_bar: ^4.0.1
flutter_riverpod: ^2.4.5
font_awesome_flutter: ^10.5.0
freezed_annotation: ^2.4.1
go_router: ^12.1.1
image_picker: ^1.0.4
json_annotation: ^4.8.1
loading_animation_widget: ^1.2.0+4
logger: ^2.0.2+1
riverpod_annotation: ^2.3.0
settings_ui: ^2.0.2
share_plus: ^7.2.1
supabase_flutter: ^1.10.25
url_launcher: ^6.2.1
dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.5.6
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.0
flutter_native_splash: ^2.3.5
flutter_test:
sdk: flutter
freezed: ^2.4.5
json_serializable: ^6.7.1
riverpod_generator: ^2.3.5
riverpod_lint: ^2.3.3
yumemi_lints: ^1.0.0
flutter_icons:
android: true
ios: true
image_path: "assets/launcher_icon/icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/launcher_icon/icon.png"
flutter_native_splash:
color: "#ffffff"
image: 'assets/splash/splash.png'
color_dark: "#ffffff"
image_dark: 'assets/splash/splash.png'
fullscreen: true
android_12:
icon_background_color: "#ffffff"
image: 'assets/splash/splash_android12.png'
icon_background_color_dark: "#ffffff"
image_dark: 'assets/splash/splash_android12.png'
flutter:
uses-material-design: true
assets:
- assets/image/
- assets/icon/
- assets/error/
- .env