blurhash_ffi 1.0.0 blurhash_ffi: ^1.0.0 copied to clipboard
Blurhash encoder and decoder for flutter using native C code with ffi bindings.
0.0.1 #
- a minimum viable alternative to blurhash_dart and flutter_blurhash but faster.
1.0.0 #
Breaking Changes & Stable API (v1.0.0) #
- added a uniform API that's similar to both blurhash_dart and flutter_blurhash
- now all types of
ImageProviders
are supported (which was not the case in 0.0.1) - added a
BlurhashFfi
Widget to directly integrate with flutter's widget system which does all the decoding and redering in one go. - added a
BlurhashFfiImage
ImageProvider to support your own custom widgets. - added Logging support to help you debug your blurhashes.
- this package now no longer depends on
image
package or other packages for the core logic, so you have everything in one place.