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

Presence of android/ directory breaks Android builds on Flutter 2.10 #33

Closed
stuartmorgan opened this issue Feb 4, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@stuartmorgan
Copy link

Describe the bug
See flutter/flutter#97729

To Reproduce
Steps to reproduce the behavior:

  1. Make a new Flutter application project with 2.10
  2. Add apple_maps_flutter to it
  3. Try to build the app for Android

Expected behavior
Successful build.

While this is a bug in Flutter, and will be fixed there, you can fix this in the plugin simply by removing the unused android/ folder; see flutter/flutter#97729 (comment).

You should set its minimum Flutter version to 1.17 as part of that change.

@stuartmorgan stuartmorgan added the bug Something isn't working label Feb 4, 2022
@LuisThein LuisThein added this to To do in platform_maps_flutter via automation Feb 9, 2022
@LuisThein LuisThein moved this from To do to In progress in platform_maps_flutter Feb 9, 2022
@LuisThein
Copy link
Collaborator

Hey, thank you for letting me know!
I updated the package and removed the unused android folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants