adeptviews library

Classes

AdeptDrawer
AdeptDropDownButton<T>
AdeptDropDownButtonFormField<T>
AdeptIconButton
AdeptIconButtonState
AdeptShimmer<T>
AdeptTextField
AdeptTextFieldState<S extends AdeptTextField>
AutoCompleteDropDownFormField<T>
AutoCompleteDropDownFormFieldState<T>
AutoCompleteItem<T>
Badge
BottomModalContainer
CheckboxPreference
CheckboxPreferenceState
DateTextField
DateTextFieldState
DrawerItem
DrawerWrapper
FocusOverlay
FocusShape
FocusShapeCircle
FocusShapeRectangle
FocusShapeSquare
HintView
ListPreference
ListPreferenceState
MultiSelectListPreference
MultiSelectListPreferenceState
NiceDialog
NoKeyboardEditableText
NoKeyboardEditableTextFocusNode
NoKeyboardEditableTextState
PreferenceDialog
PreferenceDialogState
PreferenceHider
PreferencePage
PreferencePage isn't required if you init PrefService in your main() function
PreferencePageState
PreferenceText
PreferenceTitle
PrefService
RadioPreference<T>
RadioPreferenceState<T>
ReactiveRefreshIndicator
This is a customization of the RefreshIndicator widget that is reactive in design. This makes it much easier to integrate into code that has multiple avenues of refresh instigation. That is, refreshing in response to the user pulling down a ListView, but also in response to some other stimuli, like swiping a header left or right.
ReactiveRefreshIndicatorState
SlideCountDownClock
SlideCountDownClockState
SlideCountForwardClock
SlideCountForwardClockState
SwipeView
SwitchPreference
SwitchPreferenceState
TextFieldPreference
TextFieldPreferenceState
UnfocusView
Hides keyboard when user taps on any widget without any gesture detector.

Extensions

TimerTypeUtils on TimerType

Typedefs

AutoCompleteOverlayItemBuilder<T> = Widget Function(BuildContext context, AutoCompleteItem<T> autoCompleteItem)
Filter<T> = bool Function(AutoCompleteItem<T> autoCompleteItem, String query)
InputEventCallback<T> = dynamic Function(AutoCompleteItem<T>? autoCompleteItem)
OnDateTimeSelected = dynamic Function(DateTime? dateTime)
OnItemSelected = void Function(int? selectedItemId, int? unselectedItemId)
RefreshCallback = void Function()
The signature for a function that's called when the user has dragged a ReactiveRefreshIndicator far enough to demonstrate that they want to instigate a refresh.
StringCallback = dynamic Function(String data)