screen_streamer 1.0.2+7 copy "screen_streamer: ^1.0.2+7" to clipboard
screen_streamer: ^1.0.2+7 copied to clipboard

A library that can stream an android, ios, etc. Flutter application's screen using WebRTC

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_streamer

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

dependencies:
  screen_streamer: ^1.0.2+7

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:screen_streamer/screen_streamer.dart';
7
likes
140
points
4
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

A library that can stream an android, ios, etc. Flutter application's screen using WebRTC

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, flutter_background_service, flutter_webrtc, logging, sdp_transform, web_socket_channel

More

Packages that depend on screen_streamer