Start to build app skeleton
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-07-01 09:29:03 -04:00
parent 369a5ec764
commit ab8974c0a8
30 changed files with 1264 additions and 185 deletions

View File

@ -35,6 +35,22 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
# Preferences management
shared_preferences: ^2.5.3
# Splash screen
flutter_native_splash: ^2.4.6
# A reactive caching and data-binding framework.
hooks_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
# Implement React hooks in Flutter
flutter_hooks: ^0.21.2
# Router
go_router: ^15.2.4
dev_dependencies:
flutter_test:
sdk: flutter
@ -46,6 +62,12 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^5.0.0
# Generate source code
build_runner: ^2.5.4
# Riverpod code generation
riverpod_generator: ^2.6.5
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec