halo_auth 0.0.7
halo_auth: ^0.0.7 copied to clipboard
A Multi-Platform Authentication Plugin
halo_auth #
A Flutter plugin for multi-platform authentication.
Installation #
dependencies:
halo_auth: ^0.0.2
Usage #
import 'package:halo_auth/halo_auth.dart';
final haloAuth = HaloAuth();
final tokens = await haloAuth.authenticate(
baseURl,
app: appName,
context: context,
);
License #
MIT License