common_widget library

Classes

AppButton
A customizable, reusable button widget for Flutter apps.
AppDashedDivider
A customizable dashed or dotted divider widget for Flutter.
AppDivider
A simple, clean line divider widget with optional rounded corners.
AppLoader
A flexible loader widget powered by flutter_spinkit.
AppOutlineButton
An outlined button with customizable borders, icons, and loading state.
AppText
A rich text widget with Google Fonts, shadows, and selectable support.
AppTextField
A highly customizable input field widget.

Enums

LoaderType

Functions

appSnackBar({required BuildContext context, required String message, Color? backgroundColor, Color? textColor, double? fontSize, SnackBarBehavior? behavior, Duration duration = const Duration(seconds: 3), EdgeInsetsGeometry? margin, double? elevation, SnackBarAction? action, IconData? icon, Color? iconColor, double? iconSize}) → void
A helper function to easily show customizable SnackBars.