ui/buddy/buddy_widget library
Classes
- BuddyConfig
- Configuration for the buddy system.
- BuddyService
- Service that owns tip generation, context tracking, and the built-in tip library. Stateless with respect to Flutter — can be used outside the widget tree.
- BuddySuggestion
- A single suggestion the buddy can show.
- BuddyWidget
- An animated buddy avatar with tooltip-style popup for contextual suggestions. Tap to dismiss the current suggestion; long-press for an options menu.
Enums
- BuddyPersonality
- Tone / verbosity of buddy suggestions.
- BuddyState
- Visual & logical state of the buddy avatar.
- SuggestionCategory
- Semantic category of a suggestion.
- UserAction
- User action events the buddy tracks to provide relevant tips.