Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ dependencies:
easy_localization: ^3.0.7
ionicons: ^0.2.2
cupertino_icons: ^1.0.2
flutter_riverpod: ^3.1.0
riverpod: ^3.1.0
flutter_riverpod: ^3.3.2
riverpod: ^3.3.2
dio: ^5.9.0
freezed_annotation: ^3.1.0
riverpod_annotation: ^4.0.0
riverpod_annotation: ^4.0.3
logger: ^2.5.0
get_storage: ^2.1.1
gap: ^3.0.1
network_logger: ^1.0.4
json_annotation: ^4.9.0
json_annotation: ^4.12.0
go_router: ^17.0.1
fpdart: ^1.1.0
responsive_builder: ^0.7.0
Expand All @@ -53,7 +53,7 @@ dependencies:
intl: ^0.20.2
stack_trace: ^1.11.0
google_fonts: ^8.0.2
android_id: ^0.4.0
android_id: ^0.5.2+1
hive_ce: ^2.11.1
device_info_plus: ^12.4.0
crypto: ^3.0.6
Expand All @@ -80,12 +80,12 @@ dev_dependencies:
flutter_lints: ^6.0.0
# The "build_runner" package provides a way to generate files using Dart code
build_runner: ^2.10.4
json_serializable: ^6.9.4
riverpod_generator: ^4.0.0
riverpod_lint: ^3.1.0
freezed: ^3.2.3
json_serializable: ^6.14.1
riverpod_generator: ^4.0.4
riverpod_lint: ^3.1.4
freezed: ^3.2.6-dev.1
rider: ^0.0.1
hive_ce_generator: ^1.9.1
hive_ce_generator: ^1.11.2


# For information on the generic Dart part of this file, see the
Expand Down
Loading