platform_maps_flutter
platform_maps_flutter copied to clipboard
add zIndex in marker and cloudMapId for map style (google map style)
add zIndex in marker and cloudMapId for map style (google map style)
Pre-launch Checklist
- [ ] I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy].
- [ ] I updated CHANGELOG.md to add a description of the change.
- [ ] I updated/added relevant documentation (doc comments with
///). - [ ] I added new tests to check the change I am making if a test is possible.
- [ ] All existing and new tests are passing.
i also enable to use flutter_map in this repo
i also enable to use flutter_map in this repo
I noticed indeed. We created a new setup, which introduced a lot of conflicts here, but that makes it possible to only add flutter_map if you want to.
When do you think using flutter_map makes most sense? On all non-mobile platforms? (web, macos, windows, linux)