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

Upgrade to Support Flutter 2.0 #82

Open
SmarterVision opened this issue Mar 5, 2021 · 8 comments
Open

Upgrade to Support Flutter 2.0 #82

SmarterVision opened this issue Mar 5, 2021 · 8 comments

Comments

@SmarterVision
Copy link

The package dependencies do not support the current stable version of Flutter 2.0.x

@pratikbaid3
Copy link

Yes please

@ghenry
Copy link

ghenry commented Mar 8, 2021

Here too

@haydgately
Copy link

Yes please, same here!

@slavap
Copy link

slavap commented Mar 10, 2021

That's updated pubspec.yaml
The only change in code needed is replacing MD5 to Hash in CacheManager

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.

@deadsoul44
Copy link

Any update? Thank you.

@erickok
Copy link
Contributor

erickok commented Mar 24, 2021

See #84 for a PR.

@muhammadsaddamnur
Copy link

up

@deadsoul44
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants