get_utils/get_utils library
Classes
- DeepCollectionEquality
-
DefaultEquality<
E> - GetMicrotask
- GetPlatform
- GetQueue
- GetUtils
-
IdentityEquality<
E> - Equality of objects that compares only the identity of the objects.
-
IEquality<
E> - A generic equality relation on objects.
-
IterableEquality<
E> - Equality on iterables.
-
ListEquality<
E> - Equality on lists.
-
MapEquality<
K, V> - Equality on maps.
-
SetEquality<
E> - Equality of sets.
-
UnorderedIterableEquality<
E> - Equality of the elements of two iterables without considering order.
Mixins
Extensions
- ContextExt on BuildContext
- DoubleExt on double
- DurationExt on int
- GetDurationUtils on Duration
- Duration utilities.
- GetDynamicUtils on dynamic
- GetNumUtils on num
- GetStringUtils on String
-
IterableExt
on Iterable<
T> -
IterableExtensions
on Iterable<
T> - LocalesIntl on GetInterface
- LoopEventsExt on GetInterface
- Trans on String
- WidgetMarginX on Widget
- Add margin property to widget
- WidgetPaddingX on Widget
- add Padding Property to widget
- WidgetSliverBoxX on Widget
- Allows you to insert widgets inside a CustomScrollView
Typedefs
- PrintFunctionCallback = void Function(String prefix, dynamic value, String info, {bool? isError})