flutter_mjpeg 2.0.2 copy "flutter_mjpeg: ^2.0.2" to clipboard
flutter_mjpeg: ^2.0.2 copied to clipboard

Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_mjpeg

With Flutter:

 $ flutter pub add flutter_mjpeg

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

dependencies:
  flutter_mjpeg: ^2.0.2

Alternatively, 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:flutter_mjpeg/flutter_mjpeg.dart';
30
likes
0
pub points
88%
popularity

Publisher

verified publishermylisabox.com

Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_hooks, http, visibility_detector

More

Packages that depend on flutter_mjpeg