animated_gesture_detector 1.0.0 animated_gesture_detector: ^1.0.0 copied to clipboard
A package that allows u to create animated press/hold effect.
example/animated_gesture_detector_example.dart
import 'package:animated_gesture_detector/animated_gesture_detector.dart';
void main() {
print('U are awesome');
}