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

A package to simplify your coding. Using Shared preferences, Firestore Database, File and image picker made easy by simplifying them. Now You can use these methods my adding a single line.

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)


//Add following lines to your manifest file if you wish to use FirebaseUtils
<activity
            android:name="com.yalantis.ucrop.UCropActivity"
            android:screenOrientation="portrait"
            android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
4
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A package to simplify your coding. Using Shared preferences, Firestore Database, File and image picker made easy by simplifying them. Now You can use these methods my adding a single line.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cloud_firestore, file_picker, firebase_storage, flutter, image_cropper, image_picker, shared_preferences

More

Packages that depend on simple_utils_flutter