mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 116 forks source link

feature: fixed private MapModel class and MapType enum #93

Closed efraespada closed 2 years ago

mattermoran commented 2 years ago

Hey! :) I'm not a Kotlin expert, could you please explain why they would need to be public? We don't really have a need for them to be accessed outside of this file.

efraespada commented 2 years ago

I had some conflicts when compiling Android with those Kotlin classes. The problem has been resolved 😄

Forget this PR.