FlutterUtilities class

A Calculator.

Constructors

FlutterUtilities()

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

getImageDimension(ImageProvider<Object>? image, {String? requiredWidth, String? requiredHeight}) Future<Map<String, dynamic>>
IMAGE DIMENSION USAGE
getInitialText(String text) String
GET STRING INITIAL
isEmailValid(String email) bool
Email validator
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textEllipsis(String? text, int maxLength, String endText) String
TEXT ELIPSIS
toString() String
A string representation of this object.
inherited

Operators

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