-
Notifications
You must be signed in to change notification settings - Fork 226
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
Upgrade to Support Flutter 2.0 #82
Comments
Yes please |
Here too |
Yes please, same here! |
That's updated pubspec.yaml name: dio_http_cache
description: http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.
version: 0.2.11
authors:
- Hurshi <ihsruh@gmail.com>
homepage: https://github.com/hurshi/dio-http-cache
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
quiver: ^3.0.0
json_serializable: ^4.0.2
json_annotation: ^4.0.0
dio: ^4.0.0-beta7
sqflite: ^2.0.0+2
path: ^1.8.0
crypto: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.11.5
flutter:
module:
androidX: true @hurshi Please fix dependencies, it is quick and painless task. |
Any update? Thank you. |
See #84 for a PR. |
up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The package dependencies do not support the current stable version of Flutter 2.0.x
The text was updated successfully, but these errors were encountered: