controllers library
Flutter widgets implementing controllers required to perform certain UI-related operations on 'lit_ui_kit' widgets.
To use, import package:lit_ui_kit/controllers.dart
.
Classes
- AnimationOnScrollController
- A controller playing animations triggered by scrolling.
- ApplicationLicensesController
- A controller class to retrieve the licenses registered in the application.
- CalendarController
- ImageCacheController
- A controller class to precache a list of provided images on startup.
- LitFocusController
- Controlls the focus of the currently displayed Widget by accessing the BuildContext.
- LitNotificationController
- LitRouteController
- The LitRouteController enables navigation between multiple screens without the need to specify a particular PageRoute on every navigation as it is done by using Navigator.push. Pushing the PageRoute into the widget stack is done by calling the either pushCupertinoWidget
Enums
- AnimationDirection
- A List of available animation directions.