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

Library support navgiation for authorization flow on flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_nav

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

dependencies:
  auth_nav: ^2.0.2

Alternatively, 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:auth_nav/auth_nav.dart';
3
likes
110
pub points
47%
popularity

Publisher

verified publisherdangngocduc.dev

Library support navgiation for authorization flow on flutter.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on auth_nav