easy_data_storage 0.0.4 copy "easy_data_storage: ^0.0.4" to clipboard
easy_data_storage: ^0.0.4 copied to clipboard

A Flutter package that provides simple implementations for data storage using Hive, SQLite, and SharedPreferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_data_storage

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

dependencies:
  easy_data_storage: ^0.0.4

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:easy_data_storage/easy_data_storage.dart';
1
likes
150
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides simple implementations for data storage using Hive, SQLite, and SharedPreferences.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

darq, flutter, hive, shared_preferences

More

Packages that depend on easy_data_storage