ext/mx_ext_functions library
Classes
- InputTouchContainer
- JsonExt
-
MyPageRouteThree<
T> -
MyPageRouteTwo<
T> - Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a persistent store for simple data.
- Provides a persistent store for simple data.
- Basic options for creating SharedPreferencesAsync classes.
- Provides a persistent store for simple data.
- Options necessary to create a SharedPreferencesWithCache.
- XSliverGridDelegate
- Creates grid layouts with a fixed number of tiles in the cross axis.
Mixins
Extensions
- CalExt on num
- ElectroExt on num
- MxContext on BuildContext?
- MxDirExt on Directory
- mxDivider on num
-
MxListExt
on List<
T> -
MxListMergeExt
on List<
List< T> > - mxMoneyFmt on num?
- MxScrollExt on ScrollView
- mxStr on String?
- mxTextExt on dynamic
- mxTime on DateTime
- mxWidget on Widget
Typedefs
-
MxOnValue<
T> = void Function(T value) -
MxReturn<
T> = void Function(T obj) - OnMxResult = void Function(Object? obj)