common_utils library

Classes

AppSpacer
A custom spacer widget for creating consistent vertical and horizontal spacing.
DebugLogger
A utility class for colored and formatted debug logging in pure Dart.
FontSizes
A centralized namespace for the application's typographic design tokens.
FormValidator
A singleton class that provides validation methods for form fields.
PlatformUtils
A utility class providing easy access to platform-specific information. This class helps abstract away the platform-checking logic, making your UI and business logic code cleaner and more readable.
SoftGrid
A namespace for the 8-point soft grid design tokens.

Extensions

BuildContextShortcuts on BuildContext
Provides convenient shortcut getters on BuildContext for accessing inherited widgets and properties.
IterableExtensions on Iterable<T>?