Auth SDK

Auth SDK is a reusable Flutter authentication package that simplifies user login, registration, and Google Sign-In. Built using Clean Architecture, this SDK is modular, maintainable, and easy to integrate into any Flutter project.


Features

  • Email & Password login
  • User registration with name, email, password, gender, and mobile number
  • Google Sign-In integration
  • Clean Architecture (Domain / Data / Usecases)
  • Reusable in multiple Flutter projects
  • Fully tested

Installation

Add the dependency in your pubspec.yaml:

dependencies:
  kanna_auth_sdk: ^1.0.0