Closed ARASHz4 closed 3 months ago
You can add this in your pubspec.yaml
to temporally support the latest changes in this library, supported in flutter_map 7.0.0 (I
tested)
dependency_overrides:
flutter_map_dragmarker:
git:
url: https://github.com/ibrierley/flutter_map_dragmarker
ref: master # You can change this reference to a specific commit if you want to prevent unwanted upgrades
Of course that isn't a production solution, but for temporal use until the library reaches the latest version with flutter_map 7 support.
Apologies, I haven't been following flutter_map closely recently...if someone wants to do a PR, I'll give it a test and check all is ok (or is it literally just a version change and nothing else that should affect dragmarker?)
@ibrierley flutter_map says that v7 is pain free upgrade, so theoretically nothing should be broken.
Also, on my own I tested your example project (branch master) and works perfectly, in my implementations also works perfectly. The only thing that you should change is the flutter_map version to ^7.0.0
Not compatible with flutter_map v7.0.0