Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. pigeon.sh file contains all the commands required to download dependencies and generate flutter - android native communication code. Run the pigeon.sh file or the commands within the file individually.

  2. Connect an Android device or start an Android emulator.

  3. Open the terminal in Android Studio or use the terminal outside of Android Studio.

  4. Navigate to the android-registration-client directory.

  5. Run the following command to build and run the application:

    Code Block
    languagebash
    flutter run

Build debug and release APK.

Code Block
languagebash
// 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.

...