halo_auth 0.0.7 copy "halo_auth: ^0.0.7" to clipboard
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

0
likes
125
points
390
downloads

Publisher

unverified uploader

Weekly Downloads

A Multi-Platform Authentication Plugin

Documentation

API reference

License

MIT (license)

Dependencies

dio, ffi, flutter, flutter_web_plugins, plugin_platform_interface, web, win32

More

Packages that depend on halo_auth

Packages that implement halo_auth