Skip to content
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

Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider) #56

Closed
thealteria opened this issue Mar 18, 2021 · 3 comments

Comments

@thealteria
Copy link

As I'm using the get_storage in my app, my app freezes on the startup showing the white screen while building the release apk.
Getting the following error:

[+2458 ms] E/flutter (11801): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception:
MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel        
plugins.flutter.io/path_provider)
[   +2 ms] E/flutter (11801): #0      GetStorage._init (package:get_storage/src/storage_impl.dart:47)        
[   +1 ms] E/flutter (11801): <asynchronous suspension>
[   +1 ms] E/flutter (11801): #1      new GetStorage._internal.<anonymous closure>
(package:get_storage/src/storage_impl.dart:28)
[   +1 ms] E/flutter (11801): <asynchronous suspension>
[   +1 ms] E/flutter (11801): #2      Initializer._initStorage
(package:scm_study/app/common/util/initializer.dart:22)
[   +1 ms] E/flutter (11801): <asynchronous suspension>
[        ] E/flutter (11801): #3      Initializer.init
(package:scm_study/app/common/util/initializer.dart:12)
[   +1 ms] E/flutter (11801): <asynchronous suspension>
[   +1 ms] E/flutter (11801): #4      main (package:scm_study/main.dart:13)
[        ] E/flutter (11801): <asynchronous suspension>
[   +1 ms] E/flutter (11801): 
@aiuric
Copy link

aiuric commented Mar 19, 2021

me too!

@rodrigorafaeldamaceno
Copy link

me too! only in release mode.

@jonataslaw
Copy link
Owner

duplicate of #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants