flutter_utils_project library

Classes

ApiErrorHandler
AutoSizeGroup
Controller to synchronize the fontSize of multiple AutoSizeTexts.
AutoSizeText
Flutter widget that automatically resizes text to fit perfectly within its bounds.
CircleButton
FlutterErrorPage
FlutterUtilsProject
FuAppTheme
FuAppThemeNotifier
FuButton
FuCard
FuContainer
FuCustomTheme
FuDashedDivider
FuErrorResponse
FuInputValidation
FuLog
FuLog - provides a way to print anything in the console-
FuShadow
FuSharedPreferences
FuSpacing
FuText
FuTextField
FuTextStyle
FxDottedLine
FxDottedLineCorner
FxTextUtils
FxTextUtils - provides different functions for paring, generating and formatting a string.
Patterns
SnapHelperWidget<T>

Constants

textPrimaryColor → const Color
textSecondaryColor → const Color
whiteColor → const Color

Properties

alphaRegExp RegExp
getter/setter pair
defaultBlurRadius double
getter/setter pair
defaultInkWellHighlightColor Color?
getter/setter pair
defaultInkWellHoverColor Color?
getter/setter pair
defaultInkWellRadius double?
getter/setter pair
defaultInkWellSplashColor Color?
getter/setter pair
defaultLoaderAccentColorGlobal Color?
getter/setter pair
defaultLoaderBgColorGlobal Color
getter/setter pair
defaultRadius double
getter/setter pair
defaultSpreadRadius double
getter/setter pair
fontFamilyBoldGlobal String?
getter/setter pair
fontFamilyPrimaryGlobal String?
getter/setter pair
fontFamilySecondaryGlobal String?
getter/setter pair
fontWeightBoldGlobal FontWeight
getter/setter pair
fontWeightPrimaryGlobal FontWeight
getter/setter pair
fontWeightSecondaryGlobal FontWeight
getter/setter pair
shadowColorGlobal Color
getter/setter pair
textBoldSizeGlobal double
getter/setter pair
textPrimaryColorGlobal Color
getter/setter pair
textPrimarySizeGlobal double
getter/setter pair
textSecondaryColorGlobal Color
getter/setter pair
textSecondarySizeGlobal double
getter/setter pair

Functions

boxDecorationDefault({BorderRadiusGeometry? borderRadius, Color? color, Gradient? gradient, BoxBorder? border, BoxShape? shape, BlendMode? backgroundBlendMode, List<BoxShadow>? boxShadow, DecorationImage? image}) Decoration
boxDecorationWithShadow({Color backgroundColor = whiteColor, Color? shadowColor, double? blurRadius, double? spreadRadius, Offset offset = const Offset(0.0, 0.0), LinearGradient? gradient, BoxBorder? border, List<BoxShadow>? boxShadow, DecorationImage? decorationImage, BoxShape boxShape = BoxShape.rectangle, BorderRadius? borderRadius}) Decoration
box decoration with shadow
defaultBoxShadow({Color? shadowColor, double? blurRadius, double? spreadRadius, Offset offset = const Offset(0.0, 0.0)}) List<BoxShadow>
default box shadow
defaultInputDecoration({String? hint, String? label, TextStyle? textStyle}) InputDecoration
returns default InputDecoration for AppTextField widget
dialogShape([double? borderRadius]) ShapeBorder
radius([double? radius]) BorderRadius
returns Radius
radiusCircular([double? radius]) Radius
returns Radius
radiusOnly({double? topRight, double? topLeft, double? bottomRight, double? bottomLeft}) BorderRadius
returns custom Radius on each side