mapbox_gl_flutterflow_web 1.0.5
mapbox_gl_flutterflow_web: ^1.0.5 copied to clipboard
Web platform implementation of mapbox_gl
1.0.5, March 27, 2024 #
- Fixed another animateCamera issue causing newLatLngBounds to fail
1.0.4, March 20, 2024 #
- Repaired issue in animateCamera that caused crash in release build
1.0.3, January 25, 2024 #
- Switched to fetching locale from ui_web to get ride of annoying error
- Upgraded to GL-js 2.9.0 from 2.7.0
- Added height: 100% to Mapbox container image to get rid of error
1.0.2, January 19, 2024 #
- Added pointerEventsEnabled option to MapboxMap to make the map invisible to pointer signals. This is the only way to make the map transparent to the cursor due to the way mapbox-gl-js and flutter interact.
1.0.1, January 19, 2024 #
- Updated mapbox_web_gl_platform.dart to set cursor to default when click and drag gestures are disabled
1.0.0, January 12, 2024 #
- Forked from flutter-mapbox-gl
- Maybe sort of made to work
0.16.0, May 19, 2022 #
- Fix type issues in query rendered features in rect #862
- Annotation manager moved to dart #779
- Fix issue with map disposal on web #895
- Fix for rescale issues on web #896
- Upgraded mapbox gl js to 2.7.0 #889
- Add support for layer zoom limits #934
- Implement layer filtering #997
- Drag event types support added #987
- Support filtering on addLayer #1024
0.15.0, January 13, 2022 #
- Callbacks added to onFeatureTapped will now also get the position (
Point<double>
) and the location (LatLng
) of the click passed when called #798 - Fix web issues with style loaded, feature tap, add promoteId, pointer change issue #785
- Add check for Dart formatting #803
- Remove unnecessary print of style height and width #847
- Full style source support #797
- Gesture fixes #851
- Fixed issue with return type of remove source on web #854
0.14.0, November 13, 2021 #
- Add support for Layers, properties and expressions backed by GeoJsonSource #723
- Add attribution button gravity, position normally #731
- Add getSymbolLatLng and getLineLatLngs for web #720
0.13.0, October 21, 2021 #
- Migrate to null-safety #607
- Add missing removeLines removeCircles and removeFills #622
- Fix Warning: Operand of null-aware operation '!' has type 'Locale' which excludes null #676
0.12.0, April 12, 2021 #
- Dependencies: updated image package #598
- Fix feature manager on release build #593
- Emit onTap only for the feature above the others #589
- Add annotationOrder to web #588
0.11.0, March 30, 2021 #
0.10.0, February 12, 2020 #
- Added web support for fills #501
- Add heading to UserLocation and expose UserLocation type #522
- Update tracked camera position in camera#onIdle #500
- Improved Image Source Support #469
0.9.0, October 24. 2020 #
- Breaking change: CameraUpdate.newLatLngBounds() now supports setting different padding values for left, top, right, bottom with default of 0 for all. Implementations using the old approach with only one padding value for all edges have to be updated. #382
- web:ignore myLocationTrackingMode if myLocationEnabled is false #363
- Add methods to access projection #380
- Listen to OnUserLocationUpdated to provide user location to app #237
- Get meters per pixel at latitude #416
0.8.0, August 22, 2020 #
- implementation of feature querying #177
- Allow setting accesstoken in flutter #321
- Batch create/delete of symbols #279
- Set dependencies from git #319
- Add multi map support #315
0.7.0 #
- Initial version