Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | H | 25-Apr-2025 | - | 64 | 54 | |
src/ | H | 25-Apr-2025 | - | 3,166 | 2,156 | |
README.md | H A D | 25-Apr-2025 | 885 | 23 | 15 | |
build.gradle.kts | H A D | 25-Apr-2025 | 3.6 KiB | 130 | 83 | |
gradle.properties | H A D | 25-Apr-2025 | 86 | 3 | 3 |
README.md
1# Pager composable for Jetpack Compose 2 3[](https://search.maven.org/search?q=g:com.google.accompanist) 4 5> :warning: This library has been deprecated as official support is now available in Compose 1.4.0. Please see our [Migration Guide](https://google.github.io/accompanist/pager/) for how to migrate. 6 7For more information, visit the documentation: https://google.github.io/accompanist/pager 8 9## Download 10 11```groovy 12repositories { 13 mavenCentral() 14} 15 16dependencies { 17 implementation "com.google.accompanist:accompanist-pager:<version>" 18} 19``` 20 21Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. These are updated on every commit. 22 23 [snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-pager/