speed_up library

speed_up library

Classes

Debounce
A debouncer that will execute a callback after a given duration.
ListsDifferences<T>
RangeValue<T>
Object for representing range values.
Tuple<A>
Tuple2<T1, T2>
Tuple3<T1, T2, T3>
Tuple4<T1, T2, T3, T4>
Tuple5<T1, T2, T3, T4, T5>

Functions

benchLog(String label, dynamic action()) Future
Log the duration of the func execution.
getEnumTitle(dynamic someEnum) String
getListsDifference<T>(List<T> initial, List<T> end) ListsDifferences<T>
intersperse<T>(T element, Iterable<T> iterable) Iterable<T>
Puts element between every element in list.
isStringNullOrEmpty(String? str) bool
Check String is null or empty