Skip to content

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

Description

@stuartmorgan-g

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions