barbarian 0.2.26+10 copy "barbarian: ^0.2.26+10" to clipboard
barbarian: ^0.2.26+10 copied to clipboard

discontinued

Barbarian is a fast and simple way to save data in NoSQL. It is a simple wrap of Shared preferences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add barbarian

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

dependencies:
  barbarian: ^0.2.26+10

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:barbarian/barbarian.dart';
19
likes
40
pub points
26%
popularity

Publisher

unverified uploader

Barbarian is a fast and simple way to save data in NoSQL. It is a simple wrap of Shared preferences.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences, shared_preferences_web, synchronized

More

Packages that depend on barbarian