entry_kit library

EntryKit is a production-ready, unopinionated authentication UI package.

It decouples the UI (Presentation Layer) from the Backend (Logic Layer) via the AuthRepository contract. This allows you to use any backend (Firebase, Supabase, REST) with the same pre-built widgets.

Classes

AuthRepository
The abstract interface that connects the UI to your authentication backend.
ForgotPasswordView
LoginTexts
LoginTheme
Defines the visual properties for the EntryKit widgets.
LoginView
A complete, pre-built Login Screen.
PasswordConfig
SignUpView