OnboardingWidget class
Constructors
OnboardingWidget ({Key ? key , String ? atsign , bool ? hideReferences , bool ? hideQrScan , required dynamic onboard (Map <String ? , AtClientService > , String ? ), required dynamic onError (Object ? ), Widget ? nextScreen , Widget ? fistTimeAuthNextScreen , required AtClientPreference atClientPreference , Color ? appColor , Widget ? logo , String ? domain , required String appAPIKey })
const
Properties
appAPIKey
→ String
API authentication key for getting free atsigns
final
appColor
→ Color ?
The color of the screen to match with the app's aesthetics. default it is black
.
final
atClientPreference
→ AtClientPreference
The atClientPreference required to continue with the onboarding.
final
atsign
→ String ?
Onboards the given atsign if not null.
if atsign is null then takes the atsign from keychain.
ifatsign is empty then it directly jumps into authenticate without performing onboarding. (or)
if atsign is empty then it just presents pairAtSign screen without onboarding the atsign. (or)
Just provide an empty string for ignoring existing atsign in keychain or app's atsign.
final
domain
→ String ?
Default the plugin connects to root.atsign.org
to perform onboarding.
final
fistTimeAuthNextScreen
→ Widget ?
after first time succesful onboarding it will get redirected to this screen if not null
else it redirects to nextScreen.
final
hashCode
→ int
The hash code for this object.
no setter inherited
hideQrScan
→ bool ?
final
hideReferences
→ bool ?
hides the references to webpages if set to true
final
key
→ Key ?
Controls how one widget replaces another widget in the tree.
final inherited
logo
→ Widget ?
if logo is not null then displays the widget in the left side of appbar else displays nothing.
final
nextScreen
→ Widget ?
after successful onboarding will gets redirected to this screen if it is not null.
final
onboard
→ dynamic Function(Map <String ? , AtClientService > , String ? )
Function returns atClientServiceMap on successful onboarding along with onboarded @sign.
final
onError
→ dynamic Function(Object ? )
Function returns error when failed in onboarding the existing or given atsign if nextScreen is null;
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
at_onboarding_flutter 4.0.4