smile_id 10.0.11 copy "smile_id: ^10.0.11" to clipboard
smile_id: ^10.0.11 copied to clipboard

The Official Smile ID Flutter SDK

Smile ID Flutter SDK #

Smile ID

pub package Build

Smile ID provides the best solutions for Real Time Digital KYC, Identity Verification, User Onboarding, and User Authentication across Africa.

If you haven’t already, sign up for a free Smile ID account, which comes with Sandbox access.

Please see CHANGELOG.md or Releases for the most recent version and release notes

Get it on Google Play

Download on the App Store

Getting Started #

Full documentation is available at https://docs.usesmileid.com/integration-options/mobile

0. Requirements

1. Dependency

The latest release is available on pub.dev

Add the dependency to your pubspec.yaml

dependencies:
  smile_id: <latest-version>

2. Smile Config

Android

Place the smile_config.json file under your application's assets, located at src/main/assets (This should be at the same level as your java and res directories). You may need to create the directory if it does not already exist.

iOS

Drag the smile_config.json into your project's file inspector and ensure that the file is added to your app's target. Confirm that it is by checking the Copy Bundle Resources drop down in the Build Phases tab as shown below.

3. Initialization

Initialize the Smile ID SDK in main.dart by calling initialize

import 'package:smile_id/smile_id.dart';
void main()  {
  SmileID.initialize();
}

Getting Help #

For detailed documentation, please visit https://docs.usesmileid.com/integration-options/mobile

If you require further assistance, you can file a support ticket or contact us

Contributing #

Bug reports and Pull Requests are welcomed. Please see CONTRIBUTING.md

License #

MIT License

2
likes
110
pub points
79%
popularity

Publisher

verified publishersmileidentity.com

The Official Smile ID Flutter SDK

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on smile_id