Flutter - Android Native
Instructions for adding grouplink sdk natively on Flutter.
Android on Flutter
To use our native lib for Android, create a directory named libs under the app folder inside the android part of the Flutter app. Follow further instruction on the Quickstart Android section, to download the framework, and register the Grouplink lib.
Create a class extending Application on the Android project of flutter.
Follow further instructions on the Quickstart Android section. If you need help asking runtime permissions in Flutter, just follow the guide Asking Runtime Permissions (ANDROID-Flutter).