Skip to content
Open
Show file tree
Hide file tree
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
28 changes: 14 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "2.10.0"
bloc:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -140,7 +140,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
version: "1.17.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -175,7 +175,7 @@ packages:
name: dio
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.6"
version: "5.0.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -346,14 +346,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.12"
version: "0.12.13"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5"
version: "0.2.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -437,14 +437,14 @@ packages:
name: retrofit
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
version: "4.0.1"
retrofit_generator:
dependency: "direct dev"
description:
name: retrofit_generator
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.0"
version: "5.0.0+1"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -484,21 +484,21 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.9.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "1.11.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
stream_transform:
dependency: transitive
description:
Expand All @@ -512,7 +512,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
term_glyph:
dependency: transitive
description:
Expand All @@ -526,7 +526,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.12"
version: "0.4.16"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -554,7 +554,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
watcher:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies:
get_it: ^7.2.0
pin_code_fields: ^7.4.0
another_flushbar: ^1.12.29
collection: ^1.16.0
dio: ^4.0.6
retrofit: ^3.3.1
collection: ^1.17.0
dio: ^5.0.3
retrofit: ^4.0.1
intl: ^0.18.0

dev_dependencies:
Expand All @@ -61,7 +61,7 @@ dev_dependencies:
json_serializable: ^6.5.4
freezed: ^2.3.2
injectable_generator: ^2.1.3
retrofit_generator: ^4.2.0
retrofit_generator: ^5.0.0+1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down