All Projects → aleksanderwozniak → simple_gesture_detector

aleksanderwozniak / simple_gesture_detector

Licence: Apache-2.0 license
Easy to use, reliable and lightweight gesture detector for Flutter apps, exposing simple API for basic gestures

Programming Languages

dart
5743 projects
swift
15916 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to simple gesture detector

Fusuma
Multitouch gestures with libinput driver on Linux
Stars: ✭ 2,870 (+10938.46%)
Mutual labels:  swipe, gesture
flutter easyloading
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web
Stars: ✭ 1,021 (+3826.92%)
Mutual labels:  flutter-plugin, flutter-package
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (+784.62%)
Mutual labels:  swipe, gesture
fancy bar
A fancy yet beautiful animated widget for your Flutter apps
Stars: ✭ 33 (+26.92%)
Mutual labels:  flutter-plugin, flutter-package
Intel-Realsense-Hand-Toolkit-Unity
Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
Stars: ✭ 72 (+176.92%)
Mutual labels:  gesture, gesture-detection
Rxgesture
RxSwift reactive wrapper for view gestures
Stars: ✭ 1,069 (+4011.54%)
Mutual labels:  swipe, gesture
flutter ume
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
Stars: ✭ 1,792 (+6792.31%)
Mutual labels:  flutter-plugin, flutter-package
React Native Swipe Gestures
4-directional swipe gestures for react-native
Stars: ✭ 471 (+1711.54%)
Mutual labels:  swipe, gesture
getwidget-docs
Get Widgets UI library docs.
Stars: ✭ 17 (-34.62%)
Mutual labels:  flutter-plugin, flutter-package
stop watch timer
This is Stop Watch Timer for flutter plugin.🏃‍♂️
Stars: ✭ 76 (+192.31%)
Mutual labels:  flutter-plugin, flutter-package
Any Touch
👋 手势库, 按需2kb~5kb, 兼容PC / 移动端
Stars: ✭ 567 (+2080.77%)
Mutual labels:  swipe, gesture
seo renderer
A Flutter Web Plugin to display Text Widget as Html for SEO purpose
Stars: ✭ 103 (+296.15%)
Mutual labels:  flutter-plugin, flutter-package
Nanogallery2
a modern photo / video gallery and lightbox [JS library]
Stars: ✭ 488 (+1776.92%)
Mutual labels:  swipe, gesture
React Soft Slider
Simple, fast and impartial slider
Stars: ✭ 54 (+107.69%)
Mutual labels:  swipe, gesture
Comfortable Swipe
Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++
Stars: ✭ 483 (+1757.69%)
Mutual labels:  swipe, gesture
flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+388.46%)
Mutual labels:  flutter-plugin, flutter-package
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (+226.92%)
Mutual labels:  swipe, gesture
Gnome Shell Extended Gestures
Better touchpad gesture handling for GNOME
Stars: ✭ 281 (+980.77%)
Mutual labels:  swipe, gesture
barcode.flutter
barcode generate library for Flutter
Stars: ✭ 58 (+123.08%)
Mutual labels:  flutter-plugin, flutter-package
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+430.77%)
Mutual labels:  flutter-plugin, flutter-package

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.0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].