at_onboarding_flutter 6.1.7 copy "at_onboarding_flutter: ^6.1.7" to clipboard
at_onboarding_flutter: ^6.1.7 copied to clipboard

A Flutter plugin project for onboarding any atSign in atPlatform apps with ease. Provides a QRscanner option and an upload key file option to authenticate.

example/example.md

at_onboarding_flutter example #

The at_onboarding_flutter package is designed to make it easy to add onboarding flow to a flutter app on atPlatform with the following features:

  • Supports Generate free atSign.
  • Supports multiple atSign onboarding.
  • Flexibility of either pairing an atSign with a QRCode or an Atkey file.
  • Dark mode
  • Reset/Sign out button.

Give it a try #

This package includes a working sample application in the example directory that demonstrates the key features of the package. To create a personalized copy, use at_app create as shown below or check it out on GitHub.

$ flutter pub global activate at_app 
$ at_app create --sample=<package ID> <app name> 
$ cd <app name>
$ flutter run

Notes:

  1. You only need to run flutter pub global activate once
  2. Use at_app.bat for Windows

How it works #

at_onboarding_flutter widget handles secure management of secret keys for an atSign as cryptographically secure replacement for usernames and passwords.

The package provides the UI widgets required for the onboarding flow collectively in a single call, Onboarding().

You can customize them by using the different parameters in it. Also, the package uses the theme from the parent app.

The package also manages all the data it needs for you.

Like everything else we do, this package and even the sample application are open source software which means we love it when you gift us with your feedback, contributions and even any bugs that you help us to discover. See CONTRIBUTING.md for detailed guidance on how to setup tools, tests and make a pull request.