soda_db 1.0.1 copy "soda_db: ^1.0.1" to clipboard
soda_db: ^1.0.1 copied to clipboard

Simple Object-oriented DArt DataBase. SodaDB is a lightweight and simple to use object-oriented storage for Dart and Flutter applications, with type-safe access on entities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add soda_db

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

dependencies:
  soda_db: ^1.0.1

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:soda_db/soda_db.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisherradioapptive.de

Simple Object-oriented DArt DataBase. SodaDB is a lightweight and simple to use object-oriented storage for Dart and Flutter applications, with type-safe access on entities.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on soda_db