MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader)

See original GitHub issue

I got this error MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader) when I run the widget test, I also had to put on the main() TestWidgetsFlutterBinding.ensureInitialized(); and await FlutterDownloader.initialize(); how can I resolve this error?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

5reactions
congfandicommented, Jul 2, 2020

this is real bug guys… please help… event i close the app and reopen it the app will got crash cs this lib. always say MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader

2reactions
htetaunglincommented, Jan 31, 2020

Same issue. When exit with back key and then reopen to app immediately, I got follow error in debug console. E/flutter ( 7222): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader) E/flutter ( 7222): #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:154 E/flutter ( 7222): <asynchronous suspension> E/flutter ( 7222): #1 MethodChannel.invokeMethod package:flutter/…/services/platform_channel.dart:329 E/flutter ( 7222): #2 FlutterDownloader.initialize package:flutter_downloader/src/downloader.dart:37 E/flutter ( 7222): #3 _AsyncAwaitCompleter.start (dart:async-patch/async_patch.dart:47:6) E/flutter ( 7222): #4 FlutterDownloader.initialize package:flutter_downloader/src/downloader.dart:29

I use flutter_downloader: ^1.4.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues - GitHub
MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader) #226.
Read more >
MissingPluginException(No implementation found for method ...
Whenever you add a plugin in your pubspec.yaml, you need to stop the app and re-run it again because the plugin contains native...
Read more >
MissingPluginException (No implementation found for method)
MissingPluginException ( No implementation found for method ). This error is a common development error that is solved in this video.
Read more >
MissingPluginException (No implementation found..) | Flutter fix
Consider a running project that has 3 Bottom Nav Tabs, each having a Listview, Cards & Containers. The Cause. If you notice I...
Read more >
missingpluginexception(no implementation found for method
This error mostly occurs when you try to Hot Reload or Hot Restart after just adding new package to your pubspec.yaml . Just...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found