name: lifeflow description: Transform your daily routines into enjoyable habits publish_to: 'none' version: 1.0.0+1 environment: sdk: '>=3.0.0 <4.0.0' dependencies: flutter: sdk: flutter # State Management flutter_riverpod: ^2.4.0 riverpod_annotation: ^2.2.0 # Local Database hive: ^2.2.3 hive_flutter: ^1.1.0 # Notifications flutter_local_notifications: ^16.1.0 timezone: ^0.9.2 # UI Components cupertino_icons: ^1.0.6 flutter_svg: ^2.0.9 shimmer: ^3.0.0 flutter_slidable: ^3.0.1 fl_chart: ^0.65.0 percent_indicator: ^4.2.3 confetti: ^0.7.0 # Date/Time intl: ^0.18.1 jiffy: ^6.2.1 # Utilities uuid: ^4.2.1 equatable: ^2.0.5 freezed_annotation: ^2.4.1 json_annotation: ^4.8.1 # SMS (Android only) telephony: ^0.2.0 permission_handler: ^11.0.1 # Backend (Phase 2) # firebase_core: ^2.21.0 # firebase_auth: ^4.12.1 # cloud_firestore: ^4.12.2 # firebase_messaging: ^14.7.3 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.1 # Code Generation build_runner: ^2.4.7 freezed: ^2.4.5 json_serializable: ^6.7.1 riverpod_generator: ^2.3.5 hive_generator: ^2.0.1 # Testing mockito: ^5.4.4 flutter: uses-material-design: true assets: - assets/icons/ - assets/images/ - assets/animations/ fonts: - family: Inter fonts: - asset: assets/fonts/Inter-Regular.ttf - asset: assets/fonts/Inter-Medium.ttf weight: 500 - asset: assets/fonts/Inter-SemiBold.ttf weight: 600 - asset: assets/fonts/Inter-Bold.ttf weight: 700