eksplicit mapping af envs
Some checks failed
Backend CI / test (push) Has been cancelled
Flutter CI / analyze-and-test (push) Has been cancelled

This commit is contained in:
Henrik Jess Nielsen
2026-05-12 18:21:25 +02:00
parent b7a435f8b9
commit 99e9b509a0
67 changed files with 8060 additions and 9 deletions

26
app/pubspec.yaml Normal file
View 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