fluttercommunity / flutter_blurhash

Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium. Maintainer: @Solido
https://pub.dev/packages/flutter_blurhash
MIT License
513 stars 65 forks source link

Error: Type 'DecoderCallback' not found. blurhash_widget.dart:218 #65

Closed lesnitsky closed 8 months ago

lesnitsky commented 8 months ago

I'm getting the following error when using flutter_blurhash: ^0.7.0 and Flutter 3.16.0

../../../../../.pub-cache/hosted/pub.dev/flutter_blurhash-0.7.0/lib/src/blurhash_widget.dart:218:42: Error: Type 'DecoderCallback'
not found.
  ImageStreamCompleter load(UiImage key, DecoderCallback decode) => OneFrameImageStreamCompleter(_loadAsync(key));
lesnitsky commented 8 months ago

See it fixed in ^0.8.0