-
Notifications
You must be signed in to change notification settings - Fork 282
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
url_launcher plugin broken #642
Comments
What should we do? Edit 13/05/2022
fixed in go-flutter-desktop/plugins#74 |
TBH except for packaging to mac and linux the official embedder has become superior :( I already talked with @GeertJohan about maybe extracting the packaging code and making a separate tool for just packaging flutter desktop apps. |
I'm not supporting adding new feature/refactoring parts of the go-flutter project. Having the official embedder become superior was just a question of time. Our software is good. The use of golang is an excellent way of writing plugins. |
I tried to fix it, did some simple test on my MacOS , it did works. |
FYI this is a Flutter bug: flutter/flutter#103660 Changes like the one referenced above were supposed to have no effect on custom embeddings like this one. |
This PR breaks the go-flutter
url_launcher
plugin implementation completely.The text was updated successfully, but these errors were encountered: