w is a Flutter package that adds a fun dab animation to your widgets.
- Add the package to your
pubspec.yaml:
dependencies:
w: ^1.0.0- Import the package:
import 'package:w/w.dart';To use this package, simply wrap any widget with DabAnimation:
import 'package:w/w.dart';
DabAnimation(
child: YourWidget(),
)This project is licensed under the BSD (3-Clause) License - see the LICENSE file for details.
Woo, who didn't claim this package name on pub before me, ripperoni in pepperoni.
