bagel_db 0.2.25 copy "bagel_db: ^0.2.25" to clipboard
bagel_db: ^0.2.25 copied to clipboard

Dart plugin to retrieve and update data on BagelDB. This library allows you to build a backend in a matter of minutes, make REST API requests and manage your content easily

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bagel_db

With Flutter:

 $ flutter pub add bagel_db

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

dependencies:
  bagel_db: ^0.2.25

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bagel_db/bagel_db.dart';
10
likes
130
pub points
0%
popularity

Publisher

verified publisherbageldb.com

Dart plugin to retrieve and update data on BagelDB. This library allows you to build a backend in a matter of minutes, make REST API requests and manage your content easily

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, shared_preferences, universal_io

More

Packages that depend on bagel_db