utils library

Classes

AndomieAssets
AndomieIcon<T extends Object?>
AndomieUtils
Utility class for providing common functionality related to data lists.
AssetIcon
BMICalculator
CacheManager
ClientLogs
ColorGenerator
A utility class for generating random colors.
Converter
A utility class for various conversion operations. Provides methods for modifying and converting values.
Countdown
A timer class that provides sleep functionality with optional periodic updates.
DataExecutor<A, B>
An abstract class that manages the execution and modification of data.
DateHelper
Provides utility methods related to date and time.
Device
A class representing device information such as screen dimensions and font variants.
DeviceConfig
A class representing configuration for different devices.
DeviceInfo
A class containing static constants representing default dimensions and font variants for different devices.
ExecutedData<A, B>
A class that represents data with base and modified states.
HitLogger
IndexProvider
Isolation
KeyGenerator
LazyNotifier
ListGenerator<T>
A utility class for creating and managing lists in chunks.
Locales
LogBuilder
A utility class for building structured logs with tags.
NormalText
Number
A utility class for converting numeric values to human-readable formats.
OnScreenLoaderInterface<T>
Pagination
Utility class for handling pagination in a ListView.
PaginationController
Extension of ScrollController with additional pagination functionality.
PathInfo
Information about a path, including ending and pairs of segments.
PathPair
Represents a pair of path segments.
PathParser
Utility class for working with paths.
PathReplacer
Utility class for replacing placeholders in a path with provided values.
Patterns
Person
RandomProvider
A utility class for generating random values.
RankGenerator
A class for generating ranks based on a percentage of completion.
RapidClick
Readable
Represents a human-readable format for a numeric value.
Realtime
Represents a time duration in a human-readable format.
RealtimeTextFormat
Regex
A collection of common regular expressions for character removal.
RemainingDuration
Replacement
A utility class for performing string replacements.
RouteManager
RouteMonitor
ScreenLoader<T>
ScreenLoaderEvent<T>
ScreenLoaderItem<T>
Singleton
SizeConfig
Utility class for handling size-related configurations in a Flutter application.
SleepingTimer
SoftCaller<Key extends Object>
SpannedText
SpanText
SwipeLockProvider
SwipeLockProvider class to manage swipe lock mechanism.
TextFormat
A class for handling text formats with singular and optional plural forms.
TextParser
UndoManager<T>
Validator

Enums

ActivityLevel
ByteUnits
Enum representing various byte units and their conversion values.
DateFormats
DeviceType
An enumeration representing different types of devices.
Goal
HitType
KeyByteType
KeyFormats
NumberUnits
Enum representing various numeric units and their conversion values.
OrderedListStyle
Regs
Sex
TimeFormats

Properties

kLanguages List<Map<String, String>>
final

Functions

main() → void

Typedefs

IsolationCallback<T> = Future<T> Function(dynamic params)
OnCountdownCompleteListener = void Function()
Signature for the sleep complete callback.
OnCountdownRemainingListener = void Function(RemainingDuration value)
Signature for the sleep remaining duration callback.
OnHitLoggerCheck = void Function(String tag, dynamic data)
OnHitLoggerClientCheck = bool Function(String client)
OnHitLoggerClientListen = void Function(ClientLogs value)
OnHitLoggerListen = void Function(String client)
OnLoad = void Function()
Signature for a callback that takes no arguments and returns void.
OnLoading = Future<bool> Function()
Signature for a callback that returns a Future<bool>.
OnRankGenerateListener = void Function(int value)
Callback signature for the rank generation listener.
OnSoftCaller = void Function(bool called)
OnSwipeLockProviderCounter = void Function(int counter)
OnSwipeLockProviderReader = int? Function(String key)
OnSwipeLockProviderRemainder = void Function(bool locked)
OnSwipeLockProviderWriter = void Function(String key, int value)
SingletonAsyncInstanceCaller<T extends Object> = Future<T> Function()
SingletonInstanceCaller<T extends Object> = T Function()