Package-level declarations

Types

Link copied to clipboard

EN Singleton object that provides functions for responsive dimension management in Jetpack Compose, acting as a gateway to the Fixed and Dynamic builders.

Link copied to clipboard

EN Singleton object that provides functions for calculating and resolving adjustment factors and screen qualifiers.

Link copied to clipboard
class AppDimensDynamic(initialBaseDp: Dp, ignoreMultiViewAdjustment: Boolean = false)

EN A builder class for creating dynamic dimensions that allow base Dp customization via screen qualifiers (.screen()). The final value is scaled by the screen size.

Link copied to clipboard
class AppDimensFixed(initialBaseDp: Dp, ignoreMultiViewAdjustment: Boolean = false)

EN A builder class for creating "fixed" dimensions that are automatically adjusted based on the device's smallestScreenWidthDp and screen aspect ratio.

Link copied to clipboard

EN Singleton object providing functions for physical unit conversion (MM, CM, Inch) and measurement utilities.