logic/logic library
Classes
- FastAppLoaderBloc
- FastAppLoaderBlocEvent
- FastAppLoaderBlocEventPayload
- FastAppLoaderBlocState
- FastCategory
- FastDescriptor
- Abstract class that describes some visual aspects of a widget.
- FastInternalCategory
- Internal purposes.
-
FastItem<
T> - FastJob
- FastJobError
- FastJobRunner
-
FastListItemCategory<
T extends FastItem> - FastListItemDescriptor
- Class that describes some visual aspects of an item.
- FastMediaBreakpoints
- FastMediaLayoutBloc
- FastMediaLayoutBlocEvent
- FastMediaLayoutBlocState
- FastNotificationCenter
- FastNotificationCenterOptions
- FastSpacing
- FastThemeBloc
- FastThemeBlocEvent
- FastThemeBlocState
- IFastErrorReporter
- IFastInput
Enums
Mixins
-
FastButtonSyleMixin<
T extends FastButton> -
FastDebounceInputMixin<
T extends IFastInput> -
FastThrottleButtonMixin<
T extends FastButton>
Extensions
Functions
-
toPercentage(
double value, int fractionDigits) → String - Returns a formatted percentage string from a double value.
-
toTitleCase(
String? text) → String? - Returns a string with the first letter of each word capitalized.
Typedefs
-
FastItemDetailsBuilder<
T extends FastItem> = Widget Function(BuildContext context, T item) -
FastListItemBuilder<
T extends FastItem> = Widget Function(BuildContext context, T item, int index) -
StringCallback<
V> = String Function(V value) -
A callback that takes a
dynamic
value and returns a String.