user library
Contains classes used to manage the user profile
Classes
- AccountLandingScreen screens
- Tabbed UI container for MyAccountScreen, User favorites, and User events.
- FavoriteToggleButton
- This widget contains the behavior for liking an item.
- MyAccount
- Presents UI for user profile
- MyAccountCompact
- A widget that shows a compact version of the user profile.
- MyAccountScreen screens
- Screen container for MyAccount
- Profile
- A widget that shows the user profile and editing options.
- UserLocalizations
-
Callers can lookup localized strings with an instance of UserLocalizations returned by
UserLocalizations.of(context). - UserRoutes routes
- Routes defined by the user library
- UserWidgetKeys
- Keys for widgets in user library
Functions
-
lookupUserLocalizations(
Locale locale) → UserLocalizations