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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_utils_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_utils_flutter: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_utils_flutter/simple_utils_flutter.dart';
4
likes
130
pub points
13%
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