Describe the bug
See flutter/flutter#97729
To Reproduce
Steps to reproduce the behavior:
- Make a new Flutter application project with 2.10
- Add
apple_maps_flutter to it
- 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.
Describe the bug
See flutter/flutter#97729
To Reproduce
Steps to reproduce the behavior:
apple_maps_flutterto itExpected 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.