mapgl_2gis_web 0.0.3
mapgl_2gis_web: ^0.0.3 copied to clipboard
A high-performance Flutter Web wrapper for 2GIS MapGL JS API. Fully supports Dart 3 JS Interop and WASM.
0.0.2-dev.1 #
- Split map widget architecture into
MapGl2GisWeb(UX-rich) andMapGl2GisWebCanvas(Low-level). - Added dynamic marker support (
addMarker,removeMarker,clearMarkers) viaMapglController. - Improved
web/index.htmlloading strategy with preconnect and preload network hints. - Native WASM compilation optimization for Flutter 3.47+.
0.0.1 #
- Initial release to reserve the package name.