containers library
Flutter widgets implementing custom containers used to wrap child widgets, or to fill empty space.
To use, import package:lit_ui_kit/containers.dart
.
Classes
- BluredBackgroundContainer
- CleanInkWell
- A stripped out transparent InkWell to hide the default Material's InkWell appearance.
- FadeInTransformContainer
- FadeInTransformScaleContainer
- IndexedPageView
- A widget to display the provided children inside a PageView.
- LitAnimatedGradientBackground
- LitConstrainedSizedBox
- LitDivider
- A widget visually seperating two similar looking widget.
- LitDraggable
- LitElevatedCard
- A widget combining layout dependent box constraints and box shadow painting.
- LitElevatedGlassCard
- A widget to display an blurred and elevated background.
- LitGradientCard
- A widget combining layout dependent box constraints and gradient style painting.
- LitNotificationContainer
- A widget to show multiple notifications on top of the provided child.
- A widget displaying a List of minimalist buttons on a LitFooter.
- LitUserIcon
- A widget displaying an username on a colored background.
- OnValueChangedAnimatedContainer
- ScrollableColumn
- A widgets that wrapps the provided children inside a column, which then is wrapped inside a scroll view to allow scrolling through children.