mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
30 lines
543 B
YAML
30 lines
543 B
YAML
name: flock_map_app
|
||
description: Simple OSM camera‑mapping 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: ^6.2.1
|
||
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
|
||
|
||
flutter:
|
||
uses-material-design: true
|