cofounderella/pubspec.yaml

55 lines
1.1 KiB
YAML
Raw Normal View History

2024-04-29 14:36:25 +02:00
name: cofounderella
description: "App for Co-Founder Matching"
2024-04-29 14:36:25 +02:00
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.1
2024-04-29 14:36:25 +02:00
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
firebase_core: ^2.30.1
firebase_auth: ^4.19.4
cloud_firestore: ^4.17.2
provider: ^6.1.2
flutter_svg: ^2.0.10+1
geolocator: ^11.0.0
geocoding: ^3.0.0
2024-05-15 13:35:01 +02:00
collection: ^1.18.0
2024-05-24 00:30:08 +02:00
swipable_stack: ^2.0.0
image_picker: ^1.1.1
firebase_storage: ^11.7.7
2024-06-02 01:07:39 +02:00
image_cropper: ^6.0.0
2024-06-12 00:39:29 +02:00
percent_indicator: ^4.2.3
osm_nominatim: ^3.0.0
expandable_text: ^2.3.0
shared_preferences: ^2.2.3
flutter_launcher_icons: ^0.13.1
url_launcher: ^6.3.0
flutter_local_notifications: ^17.1.2
2024-04-29 14:36:25 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons:
android: true
ios: false
image_path: "lib/assets/app_icon/app_icon_blue.png"
2024-04-29 14:36:25 +02:00
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- lib/assets/languages.json
- lib/assets/flag_icons/
- lib/assets/app_icon/app_icon_blue.png