Files
deflock-app/pubspec.yaml

31 lines
558 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: ^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
uuid: ^4.0.0
flutter:
uses-material-design: true