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
528 stars 66 forks source link

Fixed DecoderCallback deprecated #59

Closed MominRaza closed 11 months ago

MominRaza commented 1 year ago

fixes #57 Fixed DecoderCallback deprecated issue and added flutter linter analysis

BirjuVachhani commented 11 months ago

DecoderCallback seems to be removed in latest stable release of Flutter v3.16.0. I can't use this package anymore! Please fix this asap. Thanks!

MominRaza commented 11 months ago

@Robert-Scub Please review and merge this PR. @BirjuVachhani You can use my repo till this PR is not merged. https://dart.dev/tools/pub/dependencies#git-packages

Solido commented 11 months ago

Modifications have been included but their was frictions with others commits and this one. Thanks for the PR!