AppShell Overview
flutter_profile
library
Classes
-
Avatar
-
-
AvatarWrapper
-
-
ChangePasswordConfig
-
Configuration to enable to user to change his password in the profilescreen.
-
ItemBuilder
-
ItemBuilder is used to set the standard textfield for each undefined
users data item.
-
ItemBuilderOptions
-
ItemBuilderOptions is a class to store all settings for a field in the
profile page.
-
ProfileData
-
ProfileData is used to store custom/addintional data for a user.
-
ProfilePage
-
The ProfilePage widget is able to show the data of a user. By default the
user is able to change this data. The widget has a couple of
parameters listed below:
-
ProfileService
-
ProfileService can be extended and set for the profilePage.
The following method can be overriden.
-
ProfileStyle
-
ProfielStyle is used to set a couple of style paramaters for the
whole profile page.
-
User
-
User is used to contain all user data. It consists of three standard fields: firstName, lastName and image/imageUrl.
-
WrapViewOptions
-