...
Prerequisites
Flutter SDK (>33.10.4): Install Flutter by following the official Flutter installation guide.
Android Studio (or Any IDE of your choice): Download and install Android Studio from the official Android Studio website.
Clone the Repository:
The feature-flutter develop branch of android-reg-client is currently being actively developed. If you wish to access this branch, you can clone the repository by executing the following command in your terminal. Alternatively, you can download one of the releases available in the repository's release section.
Code Block language bash git clone -b feature-flutterdevelop https://github.com/mosip/android-registration-client.git
Active Branches:
developerrelease-release/flutter/0.9.x (developer release branch)
feature-flutter develop (active development branch)
...