runable
This commit is contained in:
40
pubspec.yaml
40
pubspec.yaml
@@ -35,6 +35,35 @@ dependencies:
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
|
||||
# Hive CE - Local Database
|
||||
hive_ce: ^2.6.0
|
||||
hive_ce_flutter: ^2.1.0
|
||||
|
||||
# Path Provider - For getting app directory
|
||||
path_provider: ^2.1.5
|
||||
|
||||
# UUID - For generating unique IDs
|
||||
uuid: ^4.5.1
|
||||
|
||||
# State Management - Riverpod 3.0
|
||||
flutter_riverpod: ^3.0.0
|
||||
riverpod_annotation: ^3.0.0
|
||||
|
||||
# Network
|
||||
dio: ^5.7.0
|
||||
connectivity_plus: ^6.1.1
|
||||
|
||||
# Image Caching
|
||||
cached_network_image: ^3.4.1
|
||||
|
||||
# Utilities
|
||||
intl: ^0.20.1
|
||||
equatable: ^2.0.7
|
||||
dartz: ^0.10.1
|
||||
|
||||
# Dependency Injection
|
||||
get_it: ^8.0.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@@ -46,6 +75,17 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
# Hive CE Generator - For generating type adapters
|
||||
hive_ce_generator: ^1.6.0
|
||||
|
||||
# Build Runner - For code generation
|
||||
build_runner: ^2.4.14
|
||||
|
||||
# Riverpod Code Generation
|
||||
riverpod_generator: ^3.0.0
|
||||
riverpod_lint: ^3.0.0
|
||||
custom_lint: ^0.8.0
|
||||
|
||||
# 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