jelly_blob 1.0.4
jelly_blob: ^1.0.4 copied to clipboard
A dynamic, animated blob effect package for Flutter widgets. [GitHub Repository](https://github.com/suojae/jelly-blob)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jelly_blobThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jelly_blob: ^1.0.4Alternatively, 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:jelly_blob/jelly_blob.dart';