nevis_mobile_authentication_sdk_android

pub package style: flutter lints

The official Android implementation of the nevis_mobile_authentication_sdk plugin by Nevis.

Usage

This package is endorsed, which means you can simply use nevis_mobile_authentication_sdk normally. This package will be automatically included in your app when you do.

Requirements

Support for the currently used hardening tool, which requires the following Android build tooling versions:

  • Android Gradle Plugin 8.11.1 or later
  • Gradle 8.13 or later
  • Java 17

In this project, the Android Gradle Plugin version is configured in:

  • android/build.gradle for the plugin module
  • example/android/settings.gradle for the example app

The Gradle wrapper version is configured in:

  • android/gradle/wrapper/gradle-wrapper.properties
  • example/android/gradle/wrapper/gradle-wrapper.properties

If your application overrides the Android Gradle Plugin version in its own Android build configuration, make sure it is compatible with these requirements.

Example application

For a complete integration example, see the example app in example/.