flutter_gesture_zone 0.0.4
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 #
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 #
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