A custom text field to enter a code usually used in cases of authentication
Otp View – Jetpack Compose A custom text field to enter a code usually used in cases of authentication. Getting Started Step 1. Include repository jitpack io in gradle (project). allprojects { repositories { maven { url ‘https://jitpack.io’ } } } Step 2. Add the dependency in gradle (app). dependencies { implementation(“com.sugarspoon.otpview:$latest_version”) } How to … Read more