at_onboarding_flutter 6.1.11
at_onboarding_flutter: ^6.1.11 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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add at_onboarding_flutterWith Flutter:
$ flutter pub add at_onboarding_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
at_onboarding_flutter: ^6.1.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:at_onboarding_flutter/at_onboarding_flutter.dart';