FLUTTER ECOSYSTEM

swipe

The easy way to detect swipe up, down, left and right in Flutter.

Latest version
0.0.1
30-day downloads
1.9K
Likes
46
Pub points
140

Package Overview

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

Overview

The swipe package provides a simple and intuitive way to detect directional swipes—up, down, left, and right—in Flutter applications. It abstracts the complexity of gesture recognition, allowing developers to easily add swipe interactions to widgets with minimal code. Ideal for creating interactive UIs such as sliders, navigation panels, or game controls, it supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux. The package is lightweight and integrates seamlessly into existing Flutter projects.

Use cases
  • Implementing swipe-to-navigate interfaces
  • Creating gesture-based game controls
  • Building interactive sliders or carousels
  • Adding quick actions via swipe gestures
  • Designing responsive touch-based layouts
Key features
  • Simple API for detecting swipe directions
  • Supports all major platforms
  • Minimal boilerplate code
  • Built-in gesture recognition
  • Easy integration with existing widgets
Suitable for
  • Developers building touch-heavy apps
  • UI designers seeking gesture interactivity
  • Cross-platform mobile and web applications
  • Projects requiring intuitive swipe navigation
Considerations
  • May require tuning for sensitive gesture detection
  • Not suitable for complex multi-touch gestures
  • Limited to basic swipe directions
  • Performance impact on high-frequency gesture handling
  • Depends on Flutter's gesture system stability
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add swipe

Categories

Source repository

Related projects