FLUTTER ECOSYSTEM

swipe_gesture_recognizer

A simple and lightweight swipe gesture recognizer for a widget in Flutter.

Latest version
0.0.2
30-day downloads
14
Likes
27
Pub points
30

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A lightweight and straightforward swipe gesture recognizer for Flutter widgets. It enables developers to detect horizontal and vertical swipes with minimal setup, enhancing user interaction in apps that rely on touch gestures. Designed for simplicity, it integrates seamlessly into existing widget trees without adding significant overhead. Ideal for creating intuitive navigation or interactive elements based on swipe actions.

Use cases
  • Implementing swipe-to-dismiss functionality
  • Adding horizontal/vertical navigation between screens
  • Creating interactive game controls
  • Enabling gesture-based app interactions
Key features
  • Simple API for detecting swipes
  • Supports horizontal and vertical swipe directions
  • Lightweight with low performance impact
  • Easy integration into any Flutter widget
  • Minimal boilerplate code
Suitable for
  • Developers seeking basic swipe detection
  • Apps requiring simple gesture-based navigation
  • Projects prioritizing performance and simplicity
  • Beginners learning gesture recognition in Flutter
Considerations
  • Limited to basic swipe detection (no complex gestures)
  • No built-in animation support
  • Does not handle multi-touch gestures
  • Not suitable for advanced gesture workflows
Supported platformsNot available

Install package

flutter pub add swipe_gesture_recognizer

Categories

Source repository

Related projects

No data available yet.