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
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