utils library

Jet utils is a set of tools that allows you to access high-level APIs and obtain validation tools for Flutter and JetX

Classes

DeepCollectionEquality
DefaultEquality<E>
Engine
GetMicrotask
GetQueue
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.
JetInterface
JetInterface allows any auxiliary package to be merged into the "Jet" class through extensions
JetPlatform
JetUtils
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.

Enums

SmartManagement
Defines how JetX manages the lifecycle and disposal of controllers and dependencies.

Mixins

Equality

Properties

Jet → _JetImpl
final

Functions

defaultLogWriterCallback(String value, {bool isError = false}) → void
default logger from JetX

Typedefs

LogWriterCallback = void Function(String text, {bool isError})
VoidCallback from logs
PrintFunctionCallback = void Function(String prefix, dynamic value, String info, {bool? isError})
ValueUpdater<T> = T Function()