nest_auth_flutter 2.0.2 copy "nest_auth_flutter: ^2.0.2" to clipboard
nest_auth_flutter: ^2.0.2 copied to clipboard

Flutter / Dart SDK for NestJS authentication with @ackplus/nest-auth — HTTP client, secure token storage, and automatic refresh.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nest_auth_flutter

With Flutter:

 $ flutter pub add nest_auth_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nest_auth_flutter: ^2.0.2

Alternatively, 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:nest_auth_flutter/nest_auth_flutter.dart';
0
likes
0
points
107
downloads

Publisher

verified publisherackplus.com

Weekly Downloads

Flutter / Dart SDK for NestJS authentication with @ackplus/nest-auth — HTTP client, secure token storage, and automatic refresh.

Repository (GitHub)
View/report issues

Topics

#authentication #jwt #nestjs #oauth

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, http

More

Packages that depend on nest_auth_flutter