MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader)
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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
.