Files
deflock-app/pubspec.yaml

52 lines
998 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: flock_map_app
description: Simple OSM cameramapping client
publish_to: "none"
version: 0.5.0
environment:
sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+
dependencies:
flutter:
sdk: flutter
# UI & Map
provider: ^6.1.2
flutter_map: ^8.2.1
# (removed: using built-in Scalebar from flutter_map >= v6)
latlong2: ^0.9.0
geolocator: ^10.1.0
http: ^1.2.1
# Auth, storage, prefs
oauth2_client: ^4.2.0
flutter_web_auth_2: 5.0.0-alpha.3
flutter_secure_storage: 10.0.0-beta.4
# Persistence
shared_preferences: ^2.2.2
uuid: ^4.0.0
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_native_splash: ^2.4.6
flutter:
uses-material-design: true
assets:
- assets/info.txt
- assets/app_icon.png
- assets/transparent_1x1.png
flutter_native_splash:
color: "#202020"
image: assets/app_icon.png
android: true
ios: true
flutter_icons:
android: true
ios: true
image_path: "assets/app_icon.png"
min_sdk_android: 21