Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated library dio-http-cache to flutter 2.8 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ environment:

dependencies:
crypto: ^3.0.1
dio: ^4.0.0
dio: ^4.0.4
flutter:
sdk: flutter
json_serializable: ^4.1.4
json_serializable: ^6.1.4
Copy link

@clragon clragon May 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json_serializable should be in dev_dependencies not the normal dependencies,
because its not needed when compiling.

this will also prevent conflicts in the future.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agniswarmandal can you update this PR based on @clragon's comment?

json_annotation: ^4.0.1
path: ^1.8.0
quiver: ^3.0.1
sqflite: ^2.0.0+3

dev_dependencies:
build_runner: ^2.0.6
build_runner: ^2.1.7
flutter_test:
sdk: flutter

Expand Down