meeting_place_core 0.0.1-dev.7
meeting_place_core: ^0.0.1-dev.7 copied to clipboard
The core Meeting Place package implementing Control Plane API and Mediator capabilities, including multi-identity management for enhanced privacy and anonymity.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add meeting_place_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
meeting_place_core: ^0.0.1-dev.7Alternatively, 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:meeting_place_core/meeting_place_core.dart';