aleksanderwozniak / simple_gesture_detector

Easy to use, reliable and lightweight gesture detector for Flutter apps, exposing simple API for basic gestures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Gesture Detector

Pub Package

Easy to use, reliable and lightweight gesture detector for Flutter apps. Exposes simple API to react to basic gestures.

Features

  • Detect swipe gesture - and expose simple callbacks
  • Detect tap gestures (onTap, onDoubleTap, onLongPress)
  • Configure gesture recognition

Usage

Make sure to check out example project. For additional info please refer to API docs.

Installation

Add to pubspec.yaml:

dependencies:
  simple_gesture_detector: ^0.2.1

About

Easy to use, reliable and lightweight gesture detector for Flutter apps, exposing simple API for basic gestures

License:Apache License 2.0


Languages

Language:Dart 94.9%Language:Swift 3.6%Language:Kotlin 1.1%Language:Objective-C 0.3%