dlna 0.0.5 copy "dlna: ^0.0.5" to clipboard
dlna: ^0.0.5 copied to clipboard

A simple DLNA DMC library implemented by Dart. It is tiny and only the basic network video casting function is supported.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dlna

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

dependencies:
  dlna: ^0.0.5

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:dlna/dlna.dart';
10
likes
30
pub points
41%
popularity

Publisher

unverified uploader

A simple DLNA DMC library implemented by Dart. It is tiny and only the basic network video casting function is supported.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity, flutter, shared_preferences, xml2json

More

Packages that depend on dlna