wasabeef / awesome-android-ui

A curated list of awesome Android UI/UX libraries
MIT License
50.42k stars 10.23k forks source link

Flinger library addition #304

Closed iamjosephmj closed 3 years ago

iamjosephmj commented 3 years ago

It has always been challenging for the developers to adjust the fling behaviours of the apps, here is a solution to such problems. Flinger is a light-weight library that is built on top of Jetpack compose which will allow the users to tweak all the internal params that governs the fling behaviours of the app. https://github.com/iamjosephmj/flinger

@wasabeef will it be a good addition to the list?