simple_auth_flutter_login_fix 1.0.6
simple_auth_flutter_login_fix: ^1.0.6 copied to clipboard
(Fork of) Simple Auth is the simplest way to authenticate your users/apis. This plugin will securely store tokens/credentials as well as automatically present login UI when needed. This version fixes [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_auth_flutter_login_fix
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_auth_flutter_login_fix: ^1.0.6
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:simple_auth_flutter_login_fix/basic_login_page.dart';
import 'package:simple_auth_flutter_login_fix/simple_auth_flutter.dart';