blurhash_web 0.3.0-dev
blurhash_web: ^0.3.0-dev copied to clipboard
The web implementation of firebase_core
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blurhash_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
blurhash_web: ^0.3.0-dev
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:blurhash_web/blurhash_web.dart';