swipe_effect 0.0.1 copy "swipe_effect: ^0.0.1" to clipboard
swipe_effect: ^0.0.1 copied to clipboard

A nice swipe effect

Usage #

SwipeEffect(
      color: Colors.cyanAccent.withAlpha(50),
      callback: () {
        Navigator.pop(context);
      },
      child: Scaffold(
        appBar: AppBar(
          title: Text(widget.title),
        ),
        floatingActionButton: FloatingActionButton(
          onPressed: () {
            Navigator.pushNamed(context, 'second');
          },
          child: const Icon(Icons.arrow_forward_rounded),
        ),
      ),
    );
15
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A nice swipe effect

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on swipe_effect