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
4 changes: 2 additions & 2 deletions starterkit_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,10 @@ packages:
dependency: "direct main"
description:
name: retrofit
sha256: be571b11e3d7c62d0894fc193d1199864f761fc84bf8ccca5efe0bb0b6b0c38b
sha256: "661ec56ecb891dfb8bbfad40827ad012daca7c69d6693b1703d72eb1ae1a5ec5"
url: "https://pub.dev"
source: hosted
version: "4.7.3"
version: "4.8.0"
retrofit_generator:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion starterkit_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
path: ^1.9.1
path_provider: ^2.1.5
platform: ^3.1.6
retrofit: ^4.6.0
retrofit: ^4.8.0
uuid: ^4.5.1

dev_dependencies:
Expand Down
Loading