hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Please upgrade to null-safety version #97

Open diepvicuong opened 3 years ago

nitishk72 commented 3 years ago

Its' already migrated just need to publish

amanokerim commented 3 years ago

Thanks to your package my app is fast as 🚀 Thank you!!!

PAMAZ commented 3 years ago

@nitishk72 Do you have any updates for us?

shinlh commented 3 years ago

@nitishk72 any updates? I need this to migrate my app to Flutter 2.2.1

tbm98 commented 3 years ago

@shinlh just fork it and point to your git repo

mahidul-islam commented 3 years ago

Is there a technical problem with publishing it?

marcodafonseca commented 3 years ago

We have temporarily gotten around this problem by adding the following to our pubspec.yaml:

dio_http_cache:
    git:
      url: https://github.com/vrtdev/dio-http-cache.git
      ref: feature/nullsafety-dio4

This obviously isn't ideal. When will an official null-safe version be released?

kalliattShibin commented 3 years ago

pls enable null safety. please maintain developers trust on your plugin. thank u