Developer Guide
...
The 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.
Copy
Code Block |
---|
git clone -b develop https://github.com/mosip/android-registration-client.git |
Active Branches:
release-0.11.x(developer release branch)
develop(active development branch)
...
Styling of the application can be configured by modifying these files
lib/utils/app_style.dart, lib/utils/app_config.dart
Application language bundles can be added to this path
libassets/l10n
. After adding the bundle run the below command to generate Localization data (Required for the first time).
Code Block |
---|
flutter gen-l10n |
Label and application logo can be changed here
android/app/src/main/AndroidManifest.xml
...