flutter_uix library

Classes

FxAnimatedBox
FxBox
FxCard
FxColumn
FxConditional
Runs a WidgetBuilder's result if the condition is true.
FxConditionalSwitch
Renders widgets based on switch case conditions Example:
FxDevice
FxDevice widget can be used for making responsive apps based on if it's mobile or web. In case, if you want more options based on window size, use FxResponsive. You can specify two widgets depends on the screen size mobile and web. They must not be null.
FxEnsureVisibleWhenFocused
Helper class that ensures a Widget is visible when it has the focus For example, for a TextFormField when the keyboard is displayed
FxFlex
FxNeumorph
FxResponsive
VelocityResponsive widget can be used for making responsive apps based on different window sizes. You can specify multiple widgets depends on the screen size like xsmall, small, medium,large, and xlarge. The fallback must not be null. It will be replaced if you don't specity any above widget.
FxRichText
FxRow
FxSelectableTextBuilder
FxStack
FxTextBuilder
FxTextSpan
FxZeroCard
FxZeroList
MaterialResponsiveUiData
A class that can be queried for breakpoints based on the guidelines in https://material.io/guidelines/layout/responsive-ui.html .
MobileDeviceInfo
Combines MobileDeviceType and MobileDeviceSize.
PKCardPageSkeleton
PKCardProfileSkeleton
VelocityXExtensions

Enums

FxCurve
MobileDeviceSize
Symbolic sizes of mobile devices.
MobileDeviceType
Types of mobile devices.
MobileWindowSize
Symbolic window sizes of mobile devices.

Mixins

Fx

Functions

myBoxDec(dynamic animation, {dynamic isCircle = false, dynamic isDark = false}) Decoration