Skip to main content

Installing Core Kit SFA Flutter SDK

single_factor_auth_flutter

To install the single_factor_auth_flutter package, you have two options. You can either manually add the package in the pubspec.yaml file, or you can use the flutter pub add command.

Add single_factor_auth_flutter as a dependency to your pubspec.yaml.

dependencies:
single_factor_auth_flutter: ^2.0.1

Add single_factor_auth_flutter using flutter pub add command.

flutter pub add single_factor_auth_flutter