Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornewid/metronome
A collection of minor features for Jetpack Compose ๐งช
https://github.com/fornewid/metronome
android-library jetpack-compose
Last synced: 3 months ago
JSON representation
A collection of minor features for Jetpack Compose ๐งช
- Host: GitHub
- URL: https://github.com/fornewid/metronome
- Owner: fornewid
- License: apache-2.0
- Created: 2021-09-06T02:28:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T16:02:28.000Z (about 2 years ago)
- Last Synced: 2023-03-05T20:56:24.344Z (almost 2 years ago)
- Topics: android-library, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 377 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metronome
This library provides extension features that is not in the [Jetpack Compose](https://developer.android.com/jetpack/compose) library but is needed.
### [visibility](https://github.com/fornewid/metronome/tree/main/visibility)
- [`Modifier.visible()`](https://github.com/fornewid/metronome/blob/main/visibility/src/main/java/soup/metronome/visibility/Visibility.kt)
- [`Modifier.invisible()`](https://github.com/fornewid/metronome/blob/main/visibility/src/main/java/soup/metronome/visibility/Visibility.kt)## License
Licensed under the Apache 2.0 license. See [LICENSE](https://github.com/fornewid/metronome/blob/main/LICENSE) for details.