Skip to content

Latest commit

 

History

History

gears-compose

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

gears-compose

Version License

A set of gears for Jetpack Compose.


Installation

Add the dependency:

repositories {
    mavenCentral()
    google()
}

dependencies {
    implementation("com.redmadrobot.gears:gears-compose:<version>")
}

Note

Dependencies:

These dependencies will be transitively added to your project.

Usage

Gear Description
FixedFontScaleContainer A container that fixes the font scale, ignoring values, that are set in the phone's system settings

Contributing

Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.