flutter-geocoding
flutter-geocoding copied to clipboard
[Feature request]: Rename package `geocoding_ios` to `geocoding_darwin`
Is there already an issue requesting this feature?
- [X] I have searched the existing issues.
Please select affected platform(s)
- [ ] Android
- [X] iOS
Use case
Renaming geocoding_ios
to geocoding_darwin
will let us add support for macOS with only few changes to the iOS implementation. Hence, both iOS and macOS platform will use a shared codebase which will be easier to maintain.
Proposal
- Change all occurrences of
geocoding_ios
togeocoding_darwin
- Upload the new
geocoding_darwin
package to pub.dev - Discontinue the old
geocoding_ios
in favour ofgeocoding_darwin
Specific requirements or considerations
No response
Additional information or context
No response