init cc
This commit is contained in:
35
pubspec.yaml
35
pubspec.yaml
@@ -35,6 +35,34 @@ dependencies:
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
# State Management
|
||||
flutter_riverpod: ^2.5.1
|
||||
riverpod_annotation: ^2.3.5
|
||||
|
||||
# Networking
|
||||
dio: ^5.7.0
|
||||
connectivity_plus: ^6.0.5
|
||||
pretty_dio_logger: ^1.4.0
|
||||
|
||||
# Navigation
|
||||
go_router: ^14.6.2
|
||||
|
||||
# Local Storage
|
||||
hive: ^2.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
|
||||
# Data Models
|
||||
freezed_annotation: ^2.4.1
|
||||
json_annotation: ^4.8.1
|
||||
equatable: ^2.0.5
|
||||
fpdart: ^1.1.0
|
||||
|
||||
# Secure Storage
|
||||
flutter_secure_storage: ^9.2.2
|
||||
|
||||
# Image Caching
|
||||
cached_network_image: ^3.3.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -46,6 +74,13 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
# Code Generation
|
||||
build_runner: ^2.4.7
|
||||
freezed: ^2.4.5
|
||||
json_serializable: ^6.7.1
|
||||
riverpod_generator: ^2.4.0
|
||||
hive_generator: ^2.0.1
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user