This commit is contained in:
ytc1012
2025-11-26 16:32:47 +08:00
parent 96658339e1
commit 0195cdf54b
18 changed files with 1052 additions and 240 deletions

View File

@@ -27,25 +27,26 @@ environment:
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
# MVP Required Dependencies
hive: ^2.2.3 # Local storage
hive_flutter: ^1.1.0 # Hive Flutter integration
flutter_local_notifications: ^17.0.0 # Notifications
permission_handler: ^11.0.0 # Runtime permissions (Android 13+)
path_provider: ^2.1.0 # File paths
shared_preferences: ^2.2.0 # Simple key-value storage (for onboarding)
intl: ^0.20.2 # Date formatting and i18n
google_fonts: ^6.1.0 # Google Fonts (Nunito)
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
# MVP Required Dependencies
hive: ^2.2.3 # Local storage
hive_flutter: ^1.1.0 # Hive Flutter integration
flutter_local_notifications: ^17.0.0 # Notifications
permission_handler: ^11.0.0 # Runtime permissions (Android 13+)
path_provider: ^2.1.0 # File paths
shared_preferences: ^2.2.0 # Simple key-value storage (for onboarding)
intl: ^0.20.2 # Date formatting and i18n
google_fonts: ^6.1.0 # Google Fonts (Nunito)
get_it: ^7.7.0 # Dependency injection framework
dev_dependencies:
flutter_test: