djangoflow_auth 0.2.0+1 copy "djangoflow_auth: ^0.2.0+1" to clipboard
djangoflow_auth: ^0.2.0+1 copied to clipboard

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

0.2.0+1 #

  • REFACTOR(auth): re-structure files for better organization. (62e836aa)
  • DOCS(auth): update README. (6a9e75a5)

0.2.0 #

  • Updated djangoflow_openapi depdendency
  • Breaking Changes Changed ProviderEnum to SocialTokenObtainProviderEnum

0.1.1 #

  • Added example URL

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
47%
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