flutter_gesture_zone 0.0.4 copy "flutter_gesture_zone: ^0.0.4" to clipboard
flutter_gesture_zone: ^0.0.4 copied to clipboard

A Flutter package for creating custom gesture zones with advanced touch handling, multi-touch support, and gesture recognition.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

0.0.4 - 2024-01-01 #

Fixed #

  • Updated README.md to reflect current package version
  • Ensured version consistency across all documentation

Changed #

  • Improved documentation version alignment

0.0.3 - 2024-01-01 #

Fixed #

  • Fixed remaining Dart formatting issues in gesture_recognition.dart and gesture_zone_controller.dart
  • Resolved all static analysis formatting warnings
  • Ensured complete compliance with Dart formatter standards

Changed #

  • Improved code formatting consistency across all source files
  • Enhanced static analysis score to 50/50 points

0.0.2 - 2024-01-01 #

Fixed #

  • Fixed Dart formatting issues across all source files
  • Resolved static analysis warnings and linting issues
  • Added proper CHANGELOG.md following Keep a Changelog format

Changed #

  • Improved code formatting and consistency
  • Enhanced package documentation structure

0.0.1 - 2024-01-01 #

Added #

  • Initial release of flutter_gesture_zone package
  • GestureZone widget for advanced gesture recognition
  • Support for multiple gesture types: tap, double tap, long press, drag, swipe, pinch, and rotation
  • Configurable gesture recognition parameters
  • Multi-touch gesture support
  • Velocity-based gesture recognition
  • Pressure sensitivity support (when available)
  • GestureZoneController for programmatic control
  • Comprehensive gesture configuration options

Features #

  • Customizable gesture thresholds and timing
  • Factory constructors for common use cases (default, precise, relaxed)
  • Immutable configuration with copyWith support
  • Touch point tracking and management
  • Gesture state management and callbacks
2
likes
160
points
97
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A Flutter package for creating custom gesture zones with advanced touch handling, multi-touch support, and gesture recognition.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_gesture_zone