ripple_touch 1.1.0 copy "ripple_touch: ^1.1.0" to clipboard
ripple_touch: ^1.1.0 copied to clipboard

Add a ripple touch effect when tap anywhere in the screen for a brief moment

Ripple_Touch #

Add a ripple touch effect when tap the screen

Installation #

Add ripple_touch in your pubspec.yaml dependencies. And import it:

import 'package:ripple_touch/RippleManager.dart';

How to use #

Initialize the overlay as soon as you want (preferably at the application start).


// Initialize
@override
void initState() {
  super.initState();
  Future.delayed(Duration.zero).then((value) => RippleManager().init(context));
}

// Destroy the thing
RippleManager().dispose();

For a more detail example please take a look at the example folder.

Demo #

- #

If something is missing, feel free to open a ticket or contribute!

2
likes
140
pub points
18%
popularity

Publisher

unverified uploader

Add a ripple touch effect when tap anywhere in the screen for a brief moment

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ripple_touch