flutter_stash library
Classes
- BubbleLoader
- This stateful widget is used as a custom CircularProgressIndicator
-
FutureWidget<
T> - LiquidLoader
- SplashScreen
-
SwitchWidget<
T> - TooltipText
- Simple widget used to add a Tooltip to a Text widget
Functions
-
contrastOf(
Color background) → Color -
Returns the adequate text color to contrast with a given
background
Color -
sum(
double a, double b) → double - Used as a simplified reducer method
-
toFirstUpper(
String string) → String -
Formats a given
string
to used a 'sentence' format :
Typedefs
-
BuilderFunction<
T> = Widget Function(BuildContext context, T? data)