flutter_auth_provider 0.1.3 copy "flutter_auth_provider: ^0.1.3" to clipboard
flutter_auth_provider: ^0.1.3 copied to clipboard

Simple, customizable authentication manager for Flutter

0.1.3 #

  • Add support to DiagnosticableTreeMixin.
  • Refactor tests.

0.1.2 #

  • Update AuthProvider to be used with MultiProvider.

0.1.1 #

  • Make child property optional in AuthProvider.

0.1.0 #

  • ** Breaking: ** Rename AuthProvider to AuthManager.
  • Introduce AuthProvider wrapping widget.
  • Add provider as a dependency.

0.0.5 #

  • Update dev dependencies.
  • Add simple example project.

0.0.4 #

  • Upgrade dev dependencies.
  • Update readme.

0.0.3 #

  • Promote 0.0.2-dev.1 to stable version.

0.0.2-dev.1 #

  • Update import of ChangeNotifer to get from flutter/foundation.
  • Setup the linter.

0.0.2 #

  • Promoted to a stable release.

0.0.1-dev.6 #

  • [Breaking] Remove addListener chaining support. If you have used chaining with cascade operator.
  • Add async support for TokenStore's save and clear methods.
  • Abstract AuthProvider to AuthService core.
  • Refactor tests.

0.0.1-dev.5 #

  • Refactor project structure without breaking changes.
  • Add tests.

0.0.1-dev.4 #

  • Add TokenStore interface.

0.0.1-dev.3 #

  • Remove initialize from constructor make it public so consumer can use when they want.
  • Introduce withListeners factory to construct AuthProvider with single LoginListener and LogoutListener.

0.0.1-dev.1 #

  • Initial release.
4
likes
130
pub points
63%
popularity

Publisher

verified publisherchathu.me

Simple, customizable authentication manager for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_auth_provider