widgets library

Classes

Bucket
Bucket Widget, a new Material widget that provides you a simple and pretty way to send your main menu behind of screen. To take full advantages of this we recommend you to set a RouterWidget as his child.
BucketActionButton
BucketActionButton, is used as the default button to manage event on Bucket.
BucketActionButtonState
BucketState
ComponentState<T extends StatefulComponent>
KareeMaterialApp
KareeMaterialApp
RoutableWidget
RoutableWidget, is an abstract widget that allows you to extend injectable widget in your RouterWidget.
RouterWidget
RouterWidget is a widget that allows you to use internal navigation in your application.
ScreenState<T extends StatefulScreen>
StatefulComponent
StatefulComponent that is used to substitute the StatefulWidget for accessing ComponentState.screenSize, ComponentState.mediaQuery and ComponentState.arguments
StatefulScreen
StatefulWidget that is used to add some view in Navigation context.
StatelessComponent
StatelessComponent that is used to substitue StatelessWidget to access context outside the build function, expose also screenSize, mediaQuery and arguments
StatelessScreen
StatelessWidget that is used to add some view in Navigation context.