Kenny Mochizuki
Kenny Mochizuki
I fixed this problem adding "[5.1]" into my migrate. 
Compress your GIF using gifsicle ```sh $ gifsicle --colors=255 /path/to/source.gif /path/to/output.gif ``` It works for me.
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...
@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...