- Add Runner.entitlements with aps-environment capability - Add UIBackgroundModes (remote-notification, fetch) to Info.plist - Add CODE_SIGN_ENTITLEMENTS to Debug/Release/Profile build configs - Add GoogleService-Info.plist for both apps - Upgrade Firebase packages and web_socket_channel to fix CocoaPods conflict - Set client_app Podfile iOS platform to 15.0 - Fix mitra_app Xcode bundle ID to match Firebase (com.halobestie.mitra) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
51 lines
864 B
YAML
51 lines
864 B
YAML
name: client_app
|
|
description: Halo Bestie - Client App
|
|
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# Firebase
|
|
firebase_core: ^3.12.1
|
|
firebase_auth: ^5.5.1
|
|
firebase_messaging: ^15.2.5
|
|
|
|
# Social login
|
|
google_sign_in: ^6.2.1
|
|
sign_in_with_apple: ^6.1.0
|
|
|
|
# HTTP & WebSocket
|
|
dio: ^5.4.3
|
|
web_socket_channel: ^3.0.3
|
|
|
|
# State management
|
|
flutter_riverpod: ^2.6.1
|
|
hooks_riverpod: ^2.6.1
|
|
riverpod_annotation: ^2.6.1
|
|
flutter_hooks: ^0.20.5
|
|
|
|
# Storage
|
|
shared_preferences: ^2.2.3
|
|
|
|
# Navigation
|
|
go_router: ^13.2.1
|
|
flutter_local_notifications: ^21.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
riverpod_generator: ^2.6.2
|
|
build_runner: ^2.4.13
|
|
custom_lint: ^0.7.0
|
|
riverpod_lint: ^2.6.2
|
|
|
|
flutter:
|
|
uses-material-design: true
|