Initial commit: Eventify frontend
This commit is contained in:
45
pubspec.yaml
Normal file
45
pubspec.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
name: figma
|
||||
description: A Flutter event app
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.2
|
||||
shared_preferences: ^2.0.15
|
||||
image_picker: ^0.8.4+3
|
||||
table_calendar: ^3.2.0
|
||||
geolocator: ^9.0.2
|
||||
geocoding: ^2.0.5
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
flutter_native_splash: ^2.4.1
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/images/
|
||||
|
||||
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icon/app_icon.png"
|
||||
adaptive_icon_background: "#FFFFFF"
|
||||
min_sdk_android: 21
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#FFFFFF"
|
||||
image: assets/images/splash_icon.png
|
||||
|
||||
android_12:
|
||||
color: "#FFFFFF"
|
||||
image: assets/images/splash_icon.png
|
||||
Reference in New Issue
Block a user