Skip to content

PauloniaAQP/paulonia_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paulonia Utils

Flutter package with general functions, get environment, get device, get network status, etc.

Functions

  • checkNetwork(): Veryfies if there is network connectivity.
  • isOnRelease(): Verifies if the app is running on release.
  • isOnTest(): Verifies if the app is running in a test environment.
  • isOnWeb(): Verifies if the app is running on web
  • isOnIOS(): Verifies if the app is running in iOS
  • supportsAppleSignIn(): Verifies if the app supports Apple Sign In.
  • getGmailProfileUrl(): Get the Gmail profile URL with configurable height and width. Generally used in Google login.
  • getFacebookProfileUrl(): Get the Facebook profile URL with configurable height and width. Generally used in Facebook login.
  • getImageFromUrl(): Get a file image from a url.

Authors

This package was made in Paulonia and is used in all Paulonia projects.