flutter/ui/license/page library
Classes
- LicenseAuthorGeneralFrameworkWidget
- UncompleteDocumentation
- LicenseDetailData
- This is a collection of licenses and the packages to which they apply. packageLicenseBindings records the m+:n+ relationship between the license and packages as a map of package names to license indexes.
- LicenseGeneralFrameworkPage
- The amount of vertical space to separate chunks of text. A page that shows licenses for software used by the application.
- MasterDetailFlowWidget
- A Master Detail Flow widget. Depending on screen width it builds either a lateral or nested navigation flow between a master view and a detail page. bloc pattern.
- MasterDetailFlowWidgetProxy
- Interface for interacting with the MasterDetailFlowWidget.
- MasterDetailFlowWidgetState
- UncompleteDocumentation
- MasterDetailScaffoldWidget
- UncompleteDocumentation
- MasterDetailScaffoldWidgetState
- UncompleteDocumentation
- PackageLicenseLandscapeGeneralUiPage
- UncompleteDocumentation
- PackageLicenseLandscapeGeneralUiPageState
- UncompleteDocumentation
- PackageLicenseLandscapeGeneralUiPageTitle
- UncompleteDocumentation
Enums
- ActionLevelType
- Describes which type of app bar the actions are intended for.
- FocusLicenseType
- UncompleteDocumentation
Typedefs
-
ActionBuilderWidget
= List<
Widget> Function(BuildContext context, ActionLevelType actionLevel) -
Signature for the builder callback used by
MasterDetailFlowWidget.actionBuilder
. - DetailPageBuilderWidget = Widget Function(BuildContext context, Object? arguments, ScrollController? scrollController)
- Signature for the builder callback used by MasterDetailFlowWidget.detailPageBuilder.
- MasterViewBuilderWidget = Widget Function(BuildContext context, bool isLandscapeUI)
- Signature for the builder callback used by MasterDetailFlowWidget.