-
Notifications
You must be signed in to change notification settings - Fork 137
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!: rename Maplibre
to MapLibre
#441
feat!: rename Maplibre
to MapLibre
#441
Conversation
9328b99
to
1f78968
Compare
@@ -1,6 +1,6 @@ | |||
part of '../maplibre_gl_platform_interface.dart'; | |||
|
|||
class MethodChannelMaplibreGl extends MapLibreGlPlatform { | |||
class MethodChannelMapLibreGl extends MapLibreGlPlatform { |
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.
Lets go with MapLibreGlMethodChannel
for this?
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.
How about shorten it down to MapLibreMethodChannel
? (and MapLibreGlPlatform
to MapLibrePlatform
)
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.
I don't mind, we have a mix of names with and without the gl suffix anyways.
We have currently a mix of `Maplibre` and `MapLibre`. This pull request changes all occurrences to `MapLibre` to be in line with the underlaying packages. I added deprecations for MaplibreMap, MaplibreMapController and MaplibreStyles to help users migrate.
We have currently a mix of `Maplibre` and `MapLibre`. This pull request changes all occurrences to `MapLibre` to be in line with the underlaying packages. I added deprecations for MaplibreMap, MaplibreMapController and MaplibreStyles to help users migrate.
We have currently a mix of `Maplibre` and `MapLibre`. This pull request changes all occurrences to `MapLibre` to be in line with the underlaying packages. I added deprecations for MaplibreMap, MaplibreMapController and MaplibreStyles to help users migrate.
We have currently a mix of
Maplibre
andMapLibre
. This pull request changes all occurrences toMapLibre
to be in line with the underlaying packages.I added deprecations for MaplibreMap, MaplibreMapController and MaplibreStyles to help users migrate.