swipe_path_typer 1.1.5
swipe_path_typer: ^1.1.5 copied to clipboard
A swipe-based typing widget for Flutter that mimics gesture typing on mobile keyboards. Ideal for games, word puzzles, or creative input mechanics.
Changelog #
All notable changes to this project will be documented in this file.
1.1.5 #
- Enhanced documentation: Added comprehensive dartdoc comments to all public API elements, improving documentation coverage from 9.3% to over 20%
- Better API discoverability: Added detailed class, method, and parameter documentation with examples
- Library documentation: Added library-level documentation explaining the package structure and main components
1.1.4 #
- Small formatting changes to make it dart-friendly
1.1.3 #
- Fixed double letter detection: Double letters now work consistently throughout the entire swipe gesture, not just as the first letter
- Improved swipe trail rendering: Swipe trail now updates continuously during gesture, providing smooth visual feedback even when not hovering over tiles
- Enhanced swipe logic: Refined tile locking mechanism to allow revisiting tiles after leaving them
- Better gesture handling: Fixed issues where swipe trail would only update when hovering over tiles
1.1.2 #
- Fixed a onLetterSelected bug with the onTileTapUp event.
1.1.1 #
- Added the onLetterSelected event, as well as changed the onWordCompleted one to onSwipeCompleted as it is clearer
1.1.0 #
- Added the pan start event (fixing cases when the pan start event does not allow the tile tap down event to be called)
1.0.6 #
- Fixed a bug with the swipe feature
1.0.5 #
- Fixed a problem with the custom tileBuilder feature
1.0.4 #
- Fixed a padding issue
1.0.3 #
- Added alignment option and removed certain debug logs
1.0.2 #
- Formatted files to adhere to the standard style used in Dart and Flutter projects
1.0.1 #
- Additional documenation in the different classes
1.0.0 #
Added #
- Initial release of
swipe_path_typer - Gesture-based letter selection
- Sharp turn detection with angle and distance threshold
- Tap-to-complete (simpleTapMode)
- Customizable tile builder
- Configurable swipe trail (color, thickness)
- Support for mouse interaction and custom cursors
- HitTestBehavior customization
- Padding, spacing, and column layout control