ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 119 forks source link

After upgrading to Flutter 2.5.0, facing deprecated message #107

Closed ahaneef29 closed 2 years ago

ahaneef29 commented 3 years ago

Flutter 2.5.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4cc385b4b8 (27 hours ago) • 2021-09-07 23:01:49 -0700 Engine • revision f0826da7ef Tools • Dart 2.14.0

The plugin image_downloader uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Morena96 commented 3 years ago

same issue..

mrgnhnt96 commented 3 years ago

Any update when this is going to be fixed?

remi-martin commented 3 years ago

same:

The plugins `ext_storage, flutter_absolute_path, image_downloader` use a deprecated version of the Android embedding.
williamzheng0711 commented 3 years ago

same issue

squallsama commented 3 years ago

I made change for myself, but you can use it -

 image_downloader:
    git:
      url: https://github.com/squallsama/image_downloader.git
      ref: flutter_migration_v2
MarwanAlsaaidi commented 3 years ago

same issue please update

squallsama commented 3 years ago

same issue please update

You can use version from my fork above

sushantdhumal commented 2 years ago

Same issue

priyeshbhuva commented 2 years ago

@ko2ic

ko2ic commented 2 years ago

Sorry for the delay. It's released!