bauth 0.0.2
bauth: ^0.0.2 copied to clipboard
O BAuth é uma biblioteca de autenticação simples e personalizável para Flutter. Ela fornece um conjunto de widgets e funções fáceis de usar para implementar e gerenciar autenticação de usuários em seu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bauthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bauth: ^0.0.2Alternatively, 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:bauth/bauth.dart';