first commit
This commit is contained in:
54
pubspec.yaml
Normal file
54
pubspec.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
name: yung_riotz
|
||||
description: "RIOTZ - Underground Social & Music Platform"
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.5
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.8
|
||||
flutter_riverpod: ^2.6.1
|
||||
go_router: ^16.0.0
|
||||
supabase_flutter: ^2.10.3
|
||||
google_fonts: ^6.3.1
|
||||
image_picker: ^1.1.2
|
||||
just_audio: ^0.9.46
|
||||
file_picker: ^8.1.7
|
||||
cached_network_image: ^3.4.1
|
||||
flutter_secure_storage: ^9.2.2
|
||||
intl: ^0.19.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
flutter_native_splash: ^2.4.1
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/images/app_icon.png"
|
||||
adaptive_icon_background: "#000000"
|
||||
adaptive_icon_foreground: "assets/images/app_icon_foreground.png"
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#000000"
|
||||
image: "assets/images/splash.png"
|
||||
branding: "assets/images/splash_branding.png"
|
||||
color_dark: "#000000"
|
||||
image_dark: "assets/images/splash.png"
|
||||
android_12:
|
||||
image: "assets/images/splash_android12.png"
|
||||
icon_background_color: "#000000"
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/textures/
|
||||
Reference in New Issue
Block a user