flutter-geocoding icon indicating copy to clipboard operation
flutter-geocoding copied to clipboard

[Enhancement proposal]: Add SPM Support

Open engels-all-win-software opened this issue 1 year ago • 0 comments

Please check the following before submitting a new issue.

Please select affected platform(s)

  • [ ] Android
  • [x] iOS

Proposal

Since Flutter is now moving forward to support SPM in order to deprecate CocoaPods, implementing SPM in advance for flutter-geocoding would be great.

Here's a Package.swift for flutter_geoconfig's iOS interface

Image

Pitch

These changes will improve the developer experience and make the package future-proof when CocoaPods gets deprecated. Using SPM improves build times, so it will be beneficial for all Flutter projects to use SPM instead of CocoaPods, as Flutter suggests.

engels-all-win-software avatar Feb 04 '25 15:02 engels-all-win-software