tprebs / fluttermap_heatmap

Heatmap plugin for flutter_map
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

Fix for heatmap not loading #16

Closed translibrius closed 11 months ago

translibrius commented 11 months ago

I'm assuming ImageStreamCompleter load() from dart:ui was updated to loadImage() and the override stopped working. This is my first ever pull request not sure what else to add 😆 @tprebs

JEndler commented 11 months ago

This fixed the #15 issue for me 🔥

tprebs commented 11 months ago

Thanks @translibrius. You were right, load was deprecated (https://docs.flutter.dev/release/breaking-changes/image-provider-load-buffer) in favour of loadImage and loadBuffer

tprebs commented 11 months ago

Released in v0.0.7