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

Problems with Flutter Desktop and MVC_APLICATION #8

Closed
tenroberto2011 opened this issue Oct 8, 2019 · 6 comments
Closed

Problems with Flutter Desktop and MVC_APLICATION #8

tenroberto2011 opened this issue Oct 8, 2019 · 6 comments

Comments

@tenroberto2011
Copy link

Gentlemen, when installing and configuring according to the video of friend Jacob on Youtube, I was able to use FD in the examples, but in a particular project where I use mvc_application, he runs FD and this information comes out on screen:
"MissingPluginException (No implementation found for method getApplicationDocumentsDirectory on channel plugin flutter.io/path_provider)"

@tenroberto2011
Copy link
Author

Captura de Tela 2019-10-08 às 11 01 36

@tenroberto2011
Copy link
Author

"MissingPluginException (No implementation found for method getApplicationDocumentsDirectory on channel plugin flutter.io/path_provider)"

@Andrious
Copy link
Member

From the screenshot, I see you're in your IDE. From the query of the error message, a 'hot reload' may be the issue:
"MissingPluginException (No implementation found for method getApplicationDocumentsDirectory on channel plugin flutter.io/path_provider)"

@tenroberto2011
Copy link
Author

An important note, when running on an iOS or Android simulator, the code works, but not on Flutter Desktop.
It will present the screen above ...

@Andrious
Copy link
Member

Admittedly, MVC_Application was designed for mobile apps and not desktop applications. And so, yes, I would see it working in the iOS and Android mobile app simulators, but not the Flutter Desktop as of yet.

As it is, Flutter Desktop is still under development, it hasn't yet a stable plugin system:
"Writing plugins is supported on all platforms, however there are currently very few plugins that actually have desktop support."

You will find a short list of plugins that can be used, but the path_provider plugin is currently not one of them: Desktop Plugins

I appreciate your intent to use MVC_Application in a Flutter Desktop app, but neither is ready for the other at this time. In a few months, this may change.

Cheers.

Greg

@tenroberto2011
Copy link
Author

Thank you very much !!!
Excellent explanation !!!

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

2 participants