circular_reveal 0.0.3 copy "circular_reveal: ^0.0.3" to clipboard
circular_reveal: ^0.0.3 copied to clipboard

Give circular reveal animation to any widget

Install #

dependencies: circular_reveal: 0.0.1

Demo Animation #

reveal_anim.gif

Getting Started #

class ButtonWidget extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return RevealWidget(Container(
        color: Colors.red,
        width: 100,
        height: 60,
        child: Align(
          alignment: Alignment.center,
          child: Text(
            "Hello",
            style: TextStyle(fontSize: 20),
          ),
        )));
  }
}
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Give circular reveal animation to any widget

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_reveal