-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iOS integration #3
Comments
If I can switch the ios part to swift, I can help you.. |
@andrea689 go ahead, afaik no limitations on using kotlin or swift! |
List of methods to implementFlutter to iOS
iOS to Flutter
|
Hi Andrea! On the Android branch we're using code ported from the Google Maps Flutter plugin. They have an iOS implementation, which I think should be quite easy to modify, even though it uses (the somewhat infamous) Objective-C. What do you think about it? |
For me is much simplest convert Java to Swift that understand and modify Objective-C. |
An initial integration has landed in #18, thank you for picking this up @andrea689. We should start ticking out missing features for it. Closing this issue as resolved by #18 |
Original issue mapbox/flutter-mapbox-gl#61.
Current repository state only supports building a flutter plugin to be run on Android. We need to integrate repo link on the iOS side, a WIP implementation lives in https://github.com/Fontinalis/flunama.
cc @Fontinalis @yoavrofe
The text was updated successfully, but these errors were encountered: