meeting_place_drift_repository 0.0.1-dev.8
meeting_place_drift_repository: ^0.0.1-dev.8 copied to clipboard
The Meeting Place Drift Repository is a package that uses Drift to persist and manage channels, connection offers, groups, anc chat history in local device storage.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add meeting_place_drift_repositoryWith Flutter:
$ flutter pub add meeting_place_drift_repositoryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
meeting_place_drift_repository: ^0.0.1-dev.8Alternatively, 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:meeting_place_drift_repository/meeting_place_drift_repository.dart';