medea_jason 0.3.0-dev+rev.9c248ff90e969f5036c7f25804e0f87fbf51b505 medea_jason: ^0.3.0-dev+rev.9c248ff90e969f5036c7f25804e0f87fbf51b505 copied to clipboard
Cross-platform client library of Medea media server for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add medea_jason
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
medea_jason: ^0.3.0-dev+rev.9c248ff90e969f5036c7f25804e0f87fbf51b505
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:medea_jason/medea_jason.dart';