dartapi_auth 0.0.11
dartapi_auth: ^0.0.11 copied to clipboard
DEPRECATED: Auth is now part of dartapi_core ^0.1.0. This package re-exports everything from dartapi_core for one-version backwards compatibility. Migrate by replacing `dartapi_auth` with `dartapi_cor [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartapi_authWith Flutter:
$ flutter pub add dartapi_authThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dartapi_auth: ^0.0.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dartapi_auth/dartapi_auth.dart';