PUtils class

Constructors

PUtils()

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

checkNetwork() Future<bool>
Verifies if there is network connectivity
getFacebookProfileUrl(String photoUrl, int height, int width) String
Get the Facebook profile URL with configurable height and width
getGmailProfileUrl(String photoUrl, int height, int width) String
Get the Gmail profile URL with configurable height and width
getNTPDate() Future<DateTime?>
Gets the actual NTP date
isOnIOS() bool
Verifies if the app is running in iOS
isOnRelease() bool
Verifies if the app is running on release
isOnTest() bool
Verifies if the app is running in a test environment
isOnWeb() bool
Verifies if the app is running on web
supportsAppleSignIn() Future<bool>
Verifies if the app supports Apple Sign In