flutter_ui_kit library

A comprehensive Flutter package for beautiful UI components including error banners, selection boxes, session dialogs, and more.

Classes

AnimatedSplashScreen
A generic widget that animates a series of background gradients while also animating any number of custom child widgets.
ErrorBanner
Short red banner used to display non-critical errors inline.
ErrorMessageCard
A stylized error message card used when a full screen error view isn't appropriate.
GradientTween
Tween that interpolates between two LinearGradients.
HaveOrNotAccount
Small text widget used on auth screens for sign-in/sign-up switching.
SelectionBox
Wraps any child in a rounded box with customizable border colors based on selection state.
SessionExpiredDialog
Dialog shown when the auth token is invalid/expired.

Typedefs

SplashChildBuilder = Widget Function(BuildContext context, Animation<double> animation)
Signature for building animated splash children.