common library
Helper classes and functions
Classes
- AppBarChangeNotifier
- A class used for observing the AppBarState of a EditableList
- AuthenticationReason
- A class that holds information about the reason a navigation request is redirecting to the authentication workflow
- ColorAwareCircularProgressIndicator
-
Presents a constant color
CircularProgressIndicator - DeletedItemsChangeNotifier
- A class used for observing the items to be deleted from a EditableList
- EditableList
- A Generic list of editable elements
- EditableListConfiguration
- A class that holds information about a navigation request
- A widget only used on web to provide share options
Enums
- AppBarState
-
Represents the state of the
AppBarin an EditableList - Mode
- Represents the mode of the EditableList
Constants
- platform → const MethodChannel
Functions
-
largeFormatAwareAppBar(
BuildContext context, String title, {Color? background, List< Widget> ? actions, VoidCallback? onDismiss}) → AppBar -
Wraps an
AppBarand configures the automaticallyImplyLeading flag based onisLargeFormatLayout
Typedefs
-
DataFunction = Future<
List> Function(BuildContext context, bool refresh) - OnModeChanged = dynamic Function(Mode)