nav_layouts_component

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

nav layouts component

nav_layouts_component #
Common layouts with built in navigation capabilities
Layout Structures #
The following class diagrams outline how the layout widgets are stacked to create different layout and navigation experiences.
Splash Layout #
classDiagram
class RootLayout
class RootState
class RootSplashLayout
class RootSplashState
class Scaffold
class NotificationScope

RootLayout --> RootState
RootState <|-- RootSplashState

RootSplashLayout --> RootLayout
RootLayout --> Scaffold
RootSplashLayout --> RootSplashState
Scaffold --> NotificationScope
copied to clipboard
Navigation Layout #
classDiagram
class RootLayout
class RootState
class RootNavLayout
class NavLayout
class Scaffold
class NotificationScope

RootLayout --> RootState

RootNavLayout --> RootLayout
RootLayout --> NavLayout
NavLayout --> NotificationScope
NotificationScope --> Scaffold
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.