dynamic library
Classes
-
ActionHandler<
A_T extends XAction> -
ActionHandler
A_T
is for type of action which extends from XAction - ActionMaterialShowDialog
- ActionMaterialShowSnackbar
- ActionPopPage
- ActionPushPage
- DialogHandler
-
DialogRoute<
T> - IconMapper
- LayoutConvert
- RouteHandler
- RouteRow
- XAction
- XActions
- XButton
- XCustomAction
- XIcon
- XIconData
- XIconData contains the data for dynamically loading icons registered via data sent from the server.
- XIcons
- XIcons is a remote icon repository. this is used for validations and injecting custom parser etc..
- XImage
-
XLayout<
Body> - XRouteAction
- XText
- XTranslator
- XTranslator is a primary translator/mapper/engine for decoding data from remote server, (or internal formed ui data)
- XTranslatorBuilder
- XView
Enums
- XIconType
- XIconType if this data is not provided, automatically detects the type & schema of the icon uri
- XImageMode
- XImageMode indicates the mode of the XImage.
Constants
- ACTION_MATERIAL_SHOW_DIALOG → const String
- ACTION_MATERIAL_SHOW_SNACKBAR → const String
- ACTION_POP_PAGE → const String
- ACTION_PUSH_PAGE → const String
- GROUP_CORE_BASIC_KEY → const String
- GROUP_CORE_MATERIAL_KEY → const String
- GROUP_CORE_ROUTE_KEY → const String
-
SUPPORTED_RESOURCE_FORMATS
→ const List<
String> - the list of supported file formats
Typedefs
-
RouteBuilder<
T> = MaterialPageRoute< T> Function(WidgetBuilder , RouteSettings)