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

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

Notifications You must be signed in to change notification settings

adityathakurxd/sawo_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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