sqflite_preferences 0.1.2 copy "sqflite_preferences: ^0.1.2" to clipboard
sqflite_preferences: ^0.1.2 copied to clipboard

sqflite preferences is an approach to simulate the shared preferences behaveir through sqflite library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_preferences

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

dependencies:
  sqflite_preferences: ^0.1.2

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:sqflite_preferences/sqflite_preferences.dart';
1
likes
110
pub points
11%
popularity

Publisher

unverified uploader

sqflite preferences is an approach to simulate the shared preferences behaveir through sqflite library

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on sqflite_preferences