flutter_blurhash 0.1.0 copy "flutter_blurhash: ^0.1.0" to clipboard
flutter_blurhash: ^0.1.0 copied to clipboard

outdated

Compact representation of a placeholder for an image

flutter_blurhash #

Compact representation of a placeholder for an image see https://blurha.sh/

Example #

class BlurHashApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) => MaterialApp(
        home: Scaffold(
            appBar: AppBar(
              title: Text("BlurHash"),
            ),
            body: Container(
              width: 800,
              child: AspectRatio(
                  aspectRatio: 1.6, child: BlurHash(hash: "L5H2EC=PM+yV0g-mq.wG9c010J}I")),
            )),
      );

  const BlurHashApp();
}
1399
likes
0
pub points
98%
popularity

Publisher

verified publisherfluttercommunity.dev

Compact representation of a placeholder for an image

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, image

More

Packages that depend on flutter_blurhash