AFCoreLibraryExtensionContext class

Inheritance

Constructors

AFCoreLibraryExtensionContext({required AFLibraryID id, required AFAppLibraryExtensionContext app})

Properties

app AFAppLibraryExtensionContext
final
createApp AFCreateAFAppDelegate?
getter/setter pairinherited
defineAppFundamentalTheme AFInitAppFundamentalThemeDelegate?
getter/setter pairinherited
defineCore List<AFInitCoreDelegate>
finalinherited
defineFundamentalLibraryThemes List<AFInitPluginFundamentalThemeDelegate>
finalinherited
defineScreenMaps List<AFInitScreenMapDelegate>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id AFLibraryID
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test AFTestExtensionContext
getter/setter pairinherited
themeInitializers List<AFInitPluginFundamentalThemeDelegate>
finalinherited
thirdParty AFAppLibraryExtensionContext
finalinherited

Methods

addCreateFunctionalTheme(AFInitCoreDelegate init) → void
inherited
addPluginFundamentalThemeArea(AFInitPluginFundamentalThemeDelegate initArea) → void
Used by third parties to register screens that can be used by the app.
inherited
addPluginInitScreenMapAction(AFInitScreenMapDelegate defineScreenMap) → void
Used by third parties to register screens that can be used by the app.
inherited
createScreenTestHolder() AFLibraryTestHolder
defineAllCore(AFCoreDefinitionContext context) → void
inherited
defineScreenMap(AFScreenMap screenMap, Iterable<AFCoreLibraryExtensionContext> libraries) → void
inherited
installCoreLibrary({AFInitCoreDelegate? defineCore, AFInitPluginFundamentalThemeDelegate? defineFundamentalTheme}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited