w 1.0.0 copy "w: ^1.0.0" to clipboard
w: ^1.0.0 copied to clipboard

A Flutter package that adds a fun dab animation to your widgets.

W #

w is a Flutter package that adds a fun dab animation to your widgets.

Getting Started #

  1. Add the package to your pubspec.yaml:
dependencies:
  w: ^1.0.0
  1. Import the package:
import 'package:w/dab_animation.dart';

Usage #

To use this package, simply wrap any widget with DabAnimation:

import 'package:w/dab_animation.dart';

DabAnimation(
  child: YourWidget(),
)

License #

This project is licensed under the BSD (3-Clause) License - see the LICENSE file for details.

0
likes
150
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that adds a fun dab animation to your widgets.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on w