widgets library

Classes

AkoBadge
AkoBadge is a widget that takes a future and displays the returned list of AkoBadgeLabel as badges.
AkoBadgeLabel
AkoBadgeLabel is a extendable class for AkoBadge
AkoBadgeStyle
AkoBadgeStyle is used to style AkoBadge.
AkoFuture<T>
AkoFutureOptional<T>
AkoImageSource
AkoImageSource is a way to launch the AkoImageSourceSheet with AkoImageSourceOptions
AkoImageSourceOptions
AkoImageSourceOptions is a wrapper for arguments to AkoImageSourceSheet
AkoImageSourceSheet
AkoImageSourceSheet is a bottom sheet for selecting one of two image sources.
AkoImageSourceStyle
AkoImageSourceStyle is a wrapper for style to AkoImageSourceSheet
AkoResponsiveLayout
AkoResponsiveLayout provides a simple mechanism to show a mobile, tablet or desktop layout.
This widget uses a LayoutBuilder to get the available width for the widget,
then AkoResponsiveDevice is used to decide which widget is shown.
When one of the widgets is missing, a Placeholder is shown instead.
AkoSearchField
AkoSearchField implements a simple search field
AkoSearchFieldOptions
AkoSearchFieldOptions is a wrapper for arguments to AkoSearchField
AkoSearchFieldStyle
AkoSearchFieldStyle is a wrapper for style of AkoSearchField
AkoSearchFilter
AkoSearchFilter is a way to launch the AkoSearchFilterSheet with AkoSearchFilterOptions
AkoSearchFilterOptions
AkoSearchFilterOptions is a wrapper for arguments to AkoSearchFilterSheet
AkoSearchFilterOptionsStyle
AkoSearchFilterOptionsStyle is a wrapper for style to AkoSearchFilterSheet
AkoSearchFilterSelection
AkoSearchFilterSelection defines a section in the AkoSearchFilterSheet.
AkoSearchFilterSheet
AkoSearchFilterSheet is a bottom-sheet widget that implements a filter menu The design and layout is inspired by TripAdvisor
AkoSearchFilterTerm
AkoSearchFilterTerm defines a Term that can be filtered, terms are passed to AkoSearchSelectionSheet
AkoSearchSelection
AkoSearchSelection is a way to launch the AkoSearchSelectionSheet with AkoSearchSelectionOptions
AkoSearchSelectionOptions
AkoSearchSelectionOptions is a wrapper for arguments to AkoSearchSelectionSheet
AkoSearchSelectionSheet
AkoSearchSelectionSheet is a bottom-sheet widget that implements a multi-select searchable list The design and layout is inspired by TripAdvisor
AkoSearchSelectionStyle
AkoSearchSelectionStyle is a wrapper for style to AkoSearchSelectionSheet
AkoShowEither
AkoShowEither is a widget that shows one of two widgets based on a condition.
When condition is true the result of onTrue is shown, when it is false the result of onFalse is shown.
AkoShowWhen
AkoShowWhen is a widget that either shows a child widget or an empty SizedBox.
When condition is true, the result of builder is shown, otherwise a SizedBox is shown.