...
pigeon.sh
file contains all the commands required to download dependencies and generate flutter - android native communication code. Run thepigeon.sh
file or the commands within the file individually.Connect an Android device or start an Android emulator.
Open the terminal in Android Studio or use the terminal outside of Android Studio.
Navigate to the
android-registration-client
directory.Run the following command to build and run the application:
Code Block language bash flutter run
Build debug and release APK.
Code Block | ||
---|---|---|
| ||
// Debug APK
flutter build apk --debug
// Release APK
flutter build apk --release |
Contributing
If you would like to contribute to the Android Registration Client, please follow the guidelines outlined here.
...