# accompanist **Repository Path**: rong5690001/accompanist ## Basic Information - **Project Name**: accompanist - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  Accompanist is a group of libraries that aim to supplement [Jetpack Compose][compose] with features that are commonly required by developers but not yet available. Currently, Accompanist contains: ### 📐 [Insets](./insets/) A library that brings [WindowInsets][windowinsets] support to Jetpack Compose. ### 🍫 [System UI Controller](./systemuicontroller/) A library that provides easy-to-use utilities for recoloring the Android system bars from Jetpack Compose. ### 🎨 [AppCompat Theme Adapter](./appcompat-theme/) A library that enables the reuse of [AppCompat][appcompat] XML themes for theming in Jetpack Compose. ### 📖 [Pager](./pager/) A library that provides utilities for building paginated layouts in Jetpack Compose, similar to Android's [ViewPager][viewpager]. ### 📫 [Permissions](./permissions/) A library that provides [Android runtime permissions][runtimepermissions] support for Jetpack Compose. ### ⏳ [Placeholder](./placeholder/) A library that provides easy-to-use modifiers for displaying a placeholder UI while content is loading. ### 🌊 [Flow Layouts](./flowlayout/) A library that adds Flexbox-like layout components to Jetpack Compose. ### 🧭✨[Navigation-Animation](./navigation-animation/) A library which provides [Compose Animation](https://developer.android.com/jetpack/compose/animation) support for Jetpack Navigation Compose. ### 🧭🎨️ [Navigation-Material](./navigation-material/) A library which provides [Compose Material](https://developer.android.com/jetpack/androidx/releases/compose-material) support, such as modal bottom sheets, for Jetpack Navigation Compose. ### 🖌️ [Drawable Painter](./drawablepainter/) A library which provides a way to use Android Drawables as Jetpack Compose Painters. ### ⬇️ [Swipe to Refresh](./swiperefresh/) A library that provides a layout implementing the swipe-to-refresh UX pattern, similar to Android's [SwipeRefreshLayout](https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout). --- ## Compose versions Each [release](https://github.com/google/accompanist/releases) outlines what version of the Compose libraries it depends on. We are currently releasing multiple versions of Accompanist for the different versions of Compose:
| Compose stable (1.0.x) | |
| Compose 1.1.x |