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 pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1235,10 +1235,10 @@ packages:
dependency: "direct main"
description:
name: retrofit
sha256: "7d78824afa6eeeaf6ac58220910ee7a97597b39e93360d4bda230b7c6df45089"
sha256: "0f629ed26b2c48c66fe54bd548313c6fdf7955be18bff37e08a46dd3f97f8eaf"
url: "https://pub.dev"
source: hosted
version: "4.9.0"
version: "4.9.2"
retrofit_generator:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
# HTTP Client
dio: ^5.9.1
dio_retry_plus: ^2.0.8
retrofit: ">=4.4.0 <4.9.1" # Capped: 4.9.1+ adds Parser.DartMappable which requires retrofit_generator 10.x (needs build ^4.0.0, conflicts with riverpod_generator 2.x)
retrofit: ^4.9.2 # Capped: 4.9.1+ adds Parser.DartMappable which requires retrofit_generator 10.x (needs build ^4.0.0, conflicts with riverpod_generator 2.x)
http: ^1.6.0

# UI & Design
Expand Down
Loading