digia_ui library
Classes
- ActionFlow
- AnalyticEvent
- ApiServerInfo
- AppConfigResolver
- DashboardHost
- DataSourceErrorInfo
- Debug
- DefaultActionExecutor
- DeveloperConfig
- DigiaUIClient
- DigiaUIHost
- DUIAnalytics
- DUIApp
- DUIFactory
- DUIFontFactory
- DUIInspector
- DUILogger
- DUIMessage
- DUIMessageHandler
- DUIPageAction
- DUIPageController
- FlavorInfo
- InitPriority
- MessagePayload
- NetworkConfiguration
- PrioritizeCache
- PrioritizeLocal
- PrioritizeNetwork
- Release
- RenderPayload
- Staging
- StateObserver
- Observer for monitoring state changes in StateContext hierarchy. Tracks state changes at page/component level scope.
- To
- UIResources
- Versioned
-
VirtualLeafStatelessWidget<
T> - VWImage
Enums
Functions
-
presentBottomSheet<
T> ({required BuildContext context, required WidgetBuilder builder, double scrollControlDisabledMaxHeightRatio = 1, Color? backgroundColor, Color? barrierColor, BoxBorder? border, BorderRadius? borderRadius, WidgetBuilder? iconBuilder, }) → Future< T?> -
presentDialog<
T> ({required BuildContext context, required WidgetBuilder builder, bool barrierDismissible = true, Color? barrierColor, bool useSafeArea = true, RouteSettings? routeSettings, }) → Future< T?>
Typedefs
-
DUIIconDataProvider
= IconData Function(Map<
String, Object?> map) -
DUIImageProviderFn
= ImageProvider<
Object> Function(String identifier) - DUIMessageHandler2 = void Function(MessagePayload)
- DUITextStyleBuilder = TextStyle Function(String identifier)