jelly_animation 0.0.1
jelly_animation: ^0.0.1 copied to clipboard
A lightweight Flutter widget that wraps any child with a smooth, continuous jelly-like breathing animation using sine curves and scale transforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jelly_animationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jelly_animation: ^0.0.1Alternatively, 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_animation/jelly_animation.dart';