features/features library
Classes
- SignInCard
- Sign-in card with username/password fields and a login action.
- SignInDataView
- Loaded state of the sign-in screen; renders the SignInCard inside the auth shell.
- SignInErrorView
- Error state of the sign-in screen, with a retry callback.
- SignInLoadingView
- Loading state of the sign-in screen.
- SignInScreen
- Sign-in screen that switches between loading, error, and data views.
- UserProvider
- InheritedWidget to provide user data and state for Widgetbook/testing.
- UserService
- Service class that handles user data fetching and state management.