swipe_path_typer 1.0.1
swipe_path_typer: ^1.0.1 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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add swipe_path_typerWith Flutter:
$ flutter pub add swipe_path_typerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
swipe_path_typer: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:swipe_path_typer/swipe_path_typer.dart';