appstitch_auth 1.0.0 copy "appstitch_auth: ^1.0.0" to clipboard
appstitch_auth: ^1.0.0 copied to clipboard

An authentication library for flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appstitch_auth

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  appstitch_auth: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:appstitch_auth/auth.dart';
import 'package:appstitch_auth/types.dart';
import 'package:appstitch_auth/types/authOptions.dart';
import 'package:appstitch_auth/types/authOptions.g.dart';
import 'package:appstitch_auth/types/response.dart';
import 'package:appstitch_auth/types/response.g.dart';
0
likes
100
pub points
0%
popularity

Publisher

verified publisherappstitch.dev

An authentication library for flutter apps.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

appstitch_core, flutter, json_annotation

More

Packages that depend on appstitch_auth