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

discontinued
outdated

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 Dart:

 $ dart pub add barbarian

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

dependencies:
  barbarian: ^0.2.26

Alternatively, your editor might support dart 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
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

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

unknown (license)

Dependencies

shared_preferences, synchronized

More

Packages that depend on barbarian