blurhash_ffi 1.0.0 copy "blurhash_ffi: ^1.0.0" to clipboard
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.
69
likes
0
pub points
87%
popularity

Publisher

verified publisherfolksable.com

Blurhash encoder and decoder for flutter using native C code with ffi bindings.

Repository (GitHub)
View/report issues

Topics

#blurhash #ffi #images

License

unknown (LICENSE)

Dependencies

ffi, flutter, logging

More

Packages that depend on blurhash_ffi