27 lines
764 B
YAML
27 lines
764 B
YAML
|
|
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
|