util/util library

Classes

AdUtils
Utility class for loading ads using Google Mobile Ads.
AppRestClient
A utility class for creating and configuring Dio HTTP clients.
AssetsUtils
Utility class for working with asset paths.
BaseSettings
ColorUtils
Utility class for color-related operations.
DateTimeUtils
Utility class for common DateTime operations.
FileUtils
Utility class for working with local files and directories.
FirebaseUtils
InAppPurchaseUtils
Utility class for managing in-app purchases.
LoggerUtil
Utility class for logging messages and handling errors.
MergedAssetLoader
An AssetLoader that merges translation assets from multiple sources.
MyHttpOverrides
Utility class for navigation-related actions, such as opening URLs, sharing the app, and launching the Play Store or email client.
NumberUtils
Utility class for number-related operations.
StringUtils
Utility class for string manipulation and hashing.
ToastUtils
Utility class for showing toast messages in the app.

Extensions

ColorExt on Color
Extension methods on Color to add extra functionality.
ScrollControllerExt on ScrollController
Extension methods for ScrollController.

Constants

throttleDuration → const Duration
Default duration used for throttling events.

Functions

throttleDroppable<E>(Duration duration) → EventTransformer<E>
Creates an EventTransformer that throttles incoming events and processes them with droppable.