FLUTTER ECOSYSTEM

swipe_to

SwipeTo is a wrapper for a chat view widget which can be used initiate callback when user horizontally swipe on it.

swipe_to cover
Latest version
1.0.6
30-day downloads
4.6K
Likes
348
Pub points
160

Package Overview

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

Overview

SwipeTo is a Flutter package that wraps a chat view widget, enabling developers to trigger callbacks when users perform horizontal swipes. It's designed for chat interfaces where swipe gestures can initiate actions like message deletion or quick replies. The package supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux, making it versatile for cross-platform applications. With a simple API, it integrates seamlessly into existing chat UIs without requiring complex setup. It enhances user interaction by adding gesture-based functionality to chat elements.

Use cases
  • Chat message deletion
  • Quick reply actions
  • Gesture-driven navigation
  • Interactive chat interfaces
  • Swipe-to-dismiss messages
  • Enhanced user engagement in chats
Key features
  • Horizontal swipe detection
  • Callback triggers on swipe
  • Cross-platform compatibility
  • Simple integration with chat widgets
  • Supports multiple platforms
  • Lightweight and minimal overhead
Suitable for
  • Developers building chat apps
  • UI designers seeking gesture interactions
  • Apps needing swipe-to-action features
  • Cross-platform mobile and web apps
  • Interactive messaging interfaces
Considerations
  • Requires proper gesture handling setup
  • May need customization for complex swipe behaviors
  • Limited to horizontal swipes only
  • Depends on underlying chat widget structure
  • Not suitable for vertical swipe scenarios
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add swipe_to

Categories

Source repository

Related projects