eksplicit mapping af envs
This commit is contained in:
26
app/pubspec.yaml
Normal file
26
app/pubspec.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: sighej
|
||||
description: Social Proximity — nudging people into real, face-to-face conversation.
|
||||
publish_to: "none"
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_blue_plus: ^1.31.0 # BLE scanning and advertising
|
||||
http: ^1.2.0 # REST API client
|
||||
flutter_local_notifications: ^18.0.0 # Rich system notifications (no Firebase needed)
|
||||
provider: ^6.1.0 # State management
|
||||
shared_preferences: ^2.2.0 # Persist interests locally
|
||||
permission_handler: ^11.3.0 # BLE + location permissions
|
||||
uuid: ^4.3.0 # Ephemeral token generation
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user