ScreenTemplates class

Constructors

ScreenTemplates()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

generateEmailPasswordLogin(String projectName) → String
generateEmailPasswordSignup(String projectName) → String
generateHomeScreen(String projectName, {bool includeLocalization = true, bool includeChatbot = false}) → String
Generates a responsive home screen with enhanced widgets
generateLoginScreen(String projectName) → String
Generates a login screen
generateOTPVerification(String projectName) → String
generatePhoneOTPLogin(String projectName) → String
generateSocialLogin(String projectName) → String
generateSplashScreen(String projectName) → String
Generates a splash screen
generateUnifiedLogin(String projectName) → String
generateUnifiedSignup(String projectName) → String
generateUsernamePasswordLogin(String projectName) → String
generateUsernamePasswordSignup(String projectName) → String