Skip to content

Latest commit

 

History

History

flutter_thumbhash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pub package

Flutter implementation of ThumbHash algorithm — a very compact representation of an image placeholder.

Usage

final hash = ThumbHash.fromBase64('3OcRJYB4d3h/iIeHeEh3eIhw+j3A');
Image(
  image: hash.toImage(),
)

resulting placeholder image