simple_utils_flutter 0.0.2 copy "simple_utils_flutter: ^0.0.2" to clipboard
simple_utils_flutter: ^0.0.2 copied to clipboard

A package to simplify your coding

In this package you'll get so many functions that you need while writing your code

Features #

In this package I added simple validations for textfields, Basic firebase functions for CRUD options for images and docs, Sharedpreferences basic functions and some extensions for lists, strings and much more.

Getting started #

minSdkVersion should be 19

Usage #

//To upload your file to firebase storage. This function will return you the download url of the image

FirebaseUtils.uploadImageToFirebase(folder: "folder-name", image: your file)