get_suggestions 0.0.2
get_suggestions: ^0.0.2 copied to clipboard
A Flutter package for a suggestible text field.
Word Suggestions #
Word Suggestions is a Flutter package that provides a customizable TextField widget with word suggestions based on user input. The widget is designed to show suggestions after a brief delay of inactivity, enhancing the user experience.
Features #
- Word suggestions based on user input.
- Customizable
TextFieldwith various styling options. - Delayed suggestion display for better user experience.
- Easy integration into your Flutter applications.
Installation #
To use this package, add get_suggestions as a dependency in your pubspec.yaml file.
dependencies:
get_suggestions: ^0.1.0 # Replace with the latest version