FlutterJohn class

Constructors

FlutterJohn()

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

alert({required BuildContext context, required String text}) Future
androidAlert({required BuildContext context, required String value}) → dynamic
androidScaffold(String string, Widget body) Scaffold
androidText({required String string, TextStyle? style, TextAlign? align}) Text
iOSAlert({required BuildContext context, required String value}) → dynamic
iOSScaffold(String string, Widget body) CupertinoPageScaffold
iOSText({required String string, TextStyle? style, TextAlign? align}) DefaultTextStyle
isIOS() bool
scaffold({required String string, required Widget body}) Widget
text({required String string, Color? color, double? size, TextAlign? align}) Widget
textStyle({Color? color, double? size, TextAlign? align}) TextStyle