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

Android embedding issues. #30

Closed BrianTum closed 2 years ago

BrianTum commented 2 years ago

The plugin uses a deprecated version of the Android embedding. If you are the plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Solido commented 2 years ago

This is a pure dart implementation. No plugin involved.