platform_maps_flutter icon indicating copy to clipboard operation
platform_maps_flutter copied to clipboard

Made package work on Flutter >=2.10

Open ChopinDavid opened this issue 3 years ago • 2 comments

This commit simply updates the apple_maps_flutter version so that the app can build on Flutter 2.10 or greater. This fix was implemented in apple_maps_flutter release 1.0.2.

I'm unsure if the changes are needed in

  • example/ios/Flutter/AppFrameworkInfo.plist
  • example/ios/Podfile.lock
  • example/ios/Runner.xcodeproj/project.pbxproj
  • or example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme.

Pre-launch Checklist

  • [x] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
  • [x] I updated CHANGELOG.md to add a description of the change.
  • [x] I updated/added relevant documentation (doc comments with ///).
  • [x] I added new tests to check the change I am making if a test is possible.
  • [x] All existing and new tests are passing.

ChopinDavid avatar May 02 '22 21:05 ChopinDavid

I think it is outdated and has https://github.com/albert-heijn-technology/platform_maps_flutter/pull/66 replacing it

millerf avatar Mar 09 '24 11:03 millerf

probably 🤷‍♂️

ChopinDavid avatar Mar 12 '24 01:03 ChopinDavid