maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
185 stars 106 forks source link

refactor: move `MaplibreStyles` to `maplibre_gl` #435

Closed josxha closed 4 weeks ago

josxha commented 4 weeks ago

Issue

Description

It is currently required to add the platform interface package as a dependency to use MaplibreStyles.demo. Because it is only used in the example app or user specific code there is not really a reason it's in the maplibre_gl_platform_interface package.