morphing_glow 0.0.1
morphing_glow: ^0.0.1 copied to clipboard
A stunning, high-end Flutter widget that combines smooth shape-morphing animations, multi-layered breathing glow effects, glassmorphism, and dynamic color transitions — all in a single, performant, an [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add morphing_glowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
morphing_glow: ^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:morphing_glow/morphing_glow.dart';