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

outdated

sqflite preferences is an approach to simulate the sharedpreferences 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.0.6

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
0
pub points
8%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on sqflite_preferences