优化
This commit is contained in:
39
pubspec.yaml
39
pubspec.yaml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user