Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.56 KB

SAWO x Flutter

Custom Onboarding Screen and User Model to work with SAWO in Flutter.

What is SAWO?

SAWO is an authentication solution that can onboard users without any passwords or OTPs, thus making the process hassle-free, quick and secure.

Screenshots

Onboarding Screen

How to run?

Read the package documentation here: https://pub.dev/packages/sawo

Create API Key

  • Login to sawo dev console.
  • Create a new project
    • Select Hybrid and then select Flutter under that section
    • Set Project Name
  • Copy your API key & Secret Key from the file which has been downloaded automatically.

Replace the 'Your API Key' and 'Your Secret Key' text in

'package:sawo_flutter/screens/onboarding_screen.dart' with API and Secret key of your own to create the Sawo Instance

Run the Project