flutter_smart_suggestions library

Classes

FilteredSuggestionProvider
A suggestion provider that filters suggestions based on input text.
SmartSuggestions
Main class that provides context-aware input suggestions and autocomplete functionality.
SmartTextField
A smart text field widget that provides intelligent input suggestions and autocomplete functionality.
StaticSuggestionProvider
A simple suggestion provider that returns static suggestions.
Suggestion
Represents a single suggestion item that can be displayed to the user.
SuggestionContext
Provides context information for generating relevant suggestions.
SuggestionEngine
Coordinates multiple suggestion providers and manages the suggestion generation process.
SuggestionOverlay
A widget that displays suggestions in an overlay above the input field.
SuggestionProvider
Abstract class that defines the interface for providing suggestions. Implement this class to create custom suggestion providers.
SuggestionUtils
Utility functions for working with suggestions and platform detection.