event_db 0.1.21 copy "event_db: ^0.1.21" to clipboard
event_db: ^0.1.21 copied to clipboard

A companion package for handling models and databases using the event bloc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add event_db

With Flutter:

 $ flutter pub add event_db

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

dependencies:
  event_db: ^0.1.21

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

Publisher

unverified uploader

A companion package for handling models and databases using the event bloc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, event_bloc, flutter, test, tuple, uuid

More

Packages that depend on event_db