Kenny Mochizuki

Results 4 comments of Kenny Mochizuki

I fixed this problem adding "[5.1]" into my migrate. ![image](https://user-images.githubusercontent.com/17838591/39091941-7ca2ed94-45c5-11e8-8307-2ef8f407f424.png)

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...