stacked_services library

Classes

BottomSheetService
A service that allows you to show a bottom sheet
DialogRequest<T>
DialogResponse<T>
The response returned from awaiting a call on the DialogService
DialogService
A DialogService that uses the Get package to show dialogs from the business logic
Provides a service that can be injected into the ViewModels for navigation.
OverlayRequest<T>
OverlayResponse<T>
RouterService
Provides a service to perform
SheetRequest<T>
SheetResponse<T>
The response returned from awaiting a call on the BottomSheetService
SnackbarConfig
Stores the configuration for the visual appearance of a snackbar
SnackbarService
A service that allows the user to show the snackbar from a ViewModel
StackedService
This service exposes properties that is required to be set before any of the services can be used

Enums

DialogPlatform
SnackPosition
Indicates if snack is going to start at the TOP or at the BOTTOM
SnackStyle
Indicates if snack will be attached to the edge of the screen or not
Transition

Typedefs

DialogBuilder = Widget Function(BuildContext context, DialogRequest request, void completer(DialogResponse response))
SheetBuilder = Widget Function(BuildContext context, SheetRequest request, void completer(SheetResponse response))