-
-
Notifications
You must be signed in to change notification settings - Fork 23
feat!: Remove web-only MapOptions.webControls and all WebControl classes #138
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
feat!: Remove web-only MapOptions.webControls and all WebControl classes #138
Conversation
josxha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far!
There is no abition for the js interop code to be as complete as possible as it just increases the code that needs to be maintained. So we can remove
addControl()from/lib/src/platform/web/interop/map.dart- and
/lib/src/platform/web/interop/controls.dartall together
|
Changes made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks (: There is a small merge conflict, then we can merge.
Merge remote-tracking branch 'origin/HEAD' into feat/remove-web-only-map-controls
|
I need to make the android integration tests more reliable. 🥲 |
Closes a task of #113