djangoflow_auth 0.1.0 copy "djangoflow_auth: ^0.1.0" to clipboard
djangoflow_auth: ^0.1.0 copied to clipboard

djangoflow_auth is your ultimate Flutter authentication companion, packed with Djangoflow API supports.

0.1.0 #

  • Removed implementations of SocialLogin support from djangoflow_auth, but they are now in djangoflow_auth_google, djangoflow_auth_facebook, djangoflow_auth_apple, djangoflow_auth_discord.
  • Added SocialLoginListExtensions

Breaking Changes

// Before
abstract class SocialLogin<R> {
  /// The name of the provider
  final ProviderEnum type;
  //...
}
// After
abstract class SocialLogin<R> {
  /// Type of SocialLogin
  final SocialLoginType type;

0.0.1 #

We are excited to announce the initial release of djangoflow_auth!

Added

  • Initial release of the djangoflow_auth Flutter package.
  • Support for Google, Facebook, Apple, and Discord social logins.
  • Integration with bloc, dio, and hydrated_bloc for handling authentication.
  • Example code snippets showcasing usage of different social login providers.
0
likes
0
pub points
37%
popularity

Publisher

verified publisherapexive.com

djangoflow_auth is your ultimate Flutter authentication companion, packed with Djangoflow API supports.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bloc, collection, djangoflow_openapi, flutter, freezed_annotation, hydrated_bloc, universal_html, uuid

More

Packages that depend on djangoflow_auth