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
- ClipHalfRect
- DateTextField
- DateTextFieldState
- Digit
- DigitState
- DrawerItem
- DrawerWrapper
-
DropdownPreference<
T> -
DropdownPreferenceState<
T> - FocusOverlay
- FocusShape
- FocusShapeCircle
- FocusShapeRectangle
- FocusShapeSquare
- HintView
- ListPreference
- ListPreferenceState
- MultiSelectListPreference
- MultiSelectListPreferenceState
- NiceDialog
- NoKeyboardEditableText
- NoKeyboardEditableTextFocusNode
- NoKeyboardEditableTextState
- PreferenceDialog
- PreferenceDialogLink
- PreferenceDialogState
- PreferenceHider
- PreferencePage
- PreferencePage isn't required if you init PrefService in your main() function
- PreferencePageLink
- 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
- SizeRenderer
- SlideCountDownClock
- SlideCountDownClockState
- SlideCountForwardClock
- SlideCountForwardClockState
- SwipeView
- SwitchPreference
- SwitchPreferenceState
- TextFieldPreference
- TextFieldPreferenceState
- UnfocusView
- Hides keyboard when user taps on any widget without any gesture detector.
Enums
Extensions
Typedefs
-
AutoCompleteOverlayItemBuilder<
T> = Widget Function(BuildContext context, AutoCompleteItem< T> autoCompleteItem) - DigitFunction = int Function(DateTime? dateTime)
-
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)