sbb_maps_flutter 2.6.0
sbb_maps_flutter: ^2.6.0 copied to clipboard
Incorporate SBB styled maps into your flutter application based on Maplibre.
Changelog #
2.6.0 (2025-05-25) #
Features #
- add selectPointOfInterestAt to select poi after camera movement to coordinates (#128) (cd5f820)
- drop support for flutter 3.24.x (#119) (85144d2)
Bug Fixes #
SBBMapFloorSelector
only draws if floors available (#126) (b1904da)- filter POIs for categories and floors at the same time (#127) (d39fb85)
- map style change does not update camera position (#124) (a796bc7)
- poi controller available only called first style loaded (#125) (a375dc8)
2.5.0 (2025-03-06) #
Features #
- add getCategoryFilterByLayer in SBBRokasPoiController (75f2c0e)
- add getVisibilityByLayer in SBBRokasPoiController (75f2c0e)
- add hideAllPointsOfInterests to SBBRokasPoiController (75f2c0e)
- add new ROKAS POI customization possibilities (#96) (75f2c0e)
- add SBBRokasPoiLayer with baseWithFloor and highlighted (75f2c0e)
- deprecate currentPOICategories, isPointsOfInterestVisible in SBBRokasPoiController (75f2c0e)
- deprecate isPointOfInterestVisible in SBBMapPoiSettings (75f2c0e)
- do not show ROKAS POIs by default, use showPointsOfInterest in SBBRokasPoiController (75f2c0e)
- dropped support for flutter 3 22 x (#93) (54b4f6f)
- extend hidePointsOfInterest with optional layer in SBBRokasPoiController (75f2c0e)
- extend showPointsOfInterest with optional layer in SBBRokasPoiController (75f2c0e)
- extend the set of possible SBBPoiCategoryType to match latest categories (75f2c0e)
- minimum supported Flutter SDK is 3.22.0 (#74) (a4fe10c)
Bug Fixes #
- deps: update dependency maplibre_gl to ^0.21.0 (#91) (2bb9c36)
- repeatedly calling addAnnotations results in fatal crash (#78) (3f0dcaa)
- synchronize style switching to filtered PointsOfInterests (75f2c0e)
2.4.0 (2024-11-27) #
Features #
- add convenience constructor for SBBMapProperties allDisabled (#33) (2b8abf2)
- deprecate JOURNEY_MAPS_API_KEY env. replace with JOURNEY_MAPS_TILES_API_KEY (#52) (3833568)
- deprecate old ROKAS map styles and replace with new map styles (08e7f7a)
- enable accessing INT ROKAS data (#54) (5aedf40)
Bug Fixes #
2.3.1 (2024-11-13) #
Bug Fixes #
- dismissTracking called only when SBBMap leaves tracking mode (#28) (8ba8ae2)
- initialCameraPosition null causes crash in SBBMap (#30) (57b15b7)
- rebuilding the CustomMapStyler correctly wires it to the MapStyleButton (6ff2a70)