Open mainrs opened 9 months ago
@mainrs Thanks for your suggestion! I will upgrade it to Material3 when I am back from vacation.
Thank you!
@mainrs After researching, I discovered that the Modifier.swipeable
we are using in this library is from Material2 and is not available in Material3. Therefore, unfortunately, we may not be able to upgrade to it currently.
The API has actually been renamed and moved into foundation: https://developer.android.com/jetpack/compose/touch-input/pointer-input/migrate-swipeable
Yes, we also noticed that and have just migrated to anchoredDraggable for the Android version of this library. We will also do it for the multiplatform version once Compose 1.6.0 is stable.
Hello!
Having this library rely on material3 instead of material would allow for proper theming functionality (like dynamic themes) to work properly!
Thank you for the great library!