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 116 forks source link

MissingPluginException (MissingPluginException(No implementation found for method downloadImage on channel plugins.ko2ic.com/image_downloader)) #37

Closed wyklif closed 5 years ago

wyklif commented 5 years ago

How do i solve this error while developing on my emulator? "MissingPluginException (MissingPluginException(No implementation found for method downloadImage on channel plugins.ko2ic.com/image_downloader))"

ko2ic commented 5 years ago

@wyklif I don't know under what conditions the error occurs. What is your project different from the example project?

ko2ic commented 5 years ago

It may be the same situation as the following. https://github.com/fluttercommunity/flutter_webview_plugin/issues/33

wyklif commented 5 years ago

Actually i just resolved this by running flutter clean and flutter run thanks for the amazing package

syntaxlexx commented 4 years ago

Running flutter clean did not resolve on my end