ReadYou
ReadYou copied to clipboard
Migrate to `androidx.compose.material3.pulltorefresh`
Remove deprecated accompanist-swiperefresh from the app
Reference: https://google.github.io/accompanist/swiperefresh/
It seems like PullRefreshIndicator is not available in material3.pulltorefresh but only in material.pullrefresh. This functionality is used in SwipeRefresh.kt for example.
There's an extension method provides the indicator in material3.pulltorefresh, but APIs seems to be changing in v1.3.+. We might need to wait for next compose update before working on this