act_thumbhash 1.0.0-dev.1 copy "act_thumbhash: ^1.0.0-dev.1" to clipboard
act_thumbhash: ^1.0.0-dev.1 copied to clipboard

A pure Dart implementation of the ThumbHash image placeholder algorithm. Encode images into compact hashes and decode them into lossy previews.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add act_thumbhash

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  act_thumbhash: ^1.0.0-dev.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:act_thumbhash/act_thumbhash.dart';
2
likes
0
points
47
downloads

Publisher

verified publisheract-app.de

Weekly Downloads

A pure Dart implementation of the ThumbHash image placeholder algorithm. Encode images into compact hashes and decode them into lossy previews.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on act_thumbhash