-
Notifications
You must be signed in to change notification settings - Fork 189
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
build(android): fix build breaks with flutter v3.29.0 #410
Conversation
@bazookon Can you sync the master of this repo, I have fixed the CI issues. Also remove unnecessary commited files -- fvm related, cxx related -- feel free to add ignore rules for them as well. |
@bazookon Also make similar changes for If you can give me access to your fork, will fix this things myself -- if you are busy. |
@bazookon I can push now! Not sure if you did any changes! |
Implementing changes based on --> https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply |
This has landed in pub.dev @bazookon Thanks for your contribution, check yourself in the CONTRIBUTORS.md file! |
Fix Android Embedding V2, works with flutter 3.29
Closes #411