-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingPluginException(No implementation found for method initialize on channel vn.hunghd/downloader) #200
Comments
@RafaelR7 same issue |
I got the same issue. I did flutter clean then re-run. got it fixed |
Same issue. When exit with back key and then reopen to app immediately, I got follow error in debug console. I use |
just need to re-run the project |
What is the solution for this? Any idea? I am facing this issue. |
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 |
@congfandi @rakib205 Kindly refer #393 (comment) |
the solution for this error plzzz help me plzzzz plzzzzz |
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();
andawait FlutterDownloader.initialize();
how can I resolve this error?
The text was updated successfully, but these errors were encountered: