Skip to main content

Installing Single Factor Auth Flutter SDK

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: ^5.2.0

Add single_factor_auth_flutter using flutter pub add command.

flutter pub add single_factor_auth_flutter