Easily Configurable Library for Phone Number Input with Formatted Entry. The library allows you to add a phone number input screen in your Jetpack Compose project and provides the ability to customize this screen according to your needs.
With this library, you'll be able to easily integrate a phone number input screen into your application. It offers features such as editing the input field and customizing the text cursor appearance.
Familiarize yourself with the test implementation of the library. You can also explore the PhoneDialPadScreen component and see what parameters it accepts for possible customization, as well as pay attention to the state objects it handles. Documentation is provided for each class.
Use in Compose projects.
dependencies {
// Dialong Screen Library
implementation("com.github.Vadosek228:DialongScreen-Library:<latest-version>")
}