flutter_mjpeg 2.0.4 copy "flutter_mjpeg: ^2.0.4" to clipboard
flutter_mjpeg: ^2.0.4 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 Flutter:

 $ flutter pub add flutter_mjpeg

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

dependencies:
  flutter_mjpeg: ^2.0.4

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:flutter_mjpeg/flutter_mjpeg.dart';
30
likes
120
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

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, flutter_hooks, http, visibility_detector

More

Packages that depend on flutter_mjpeg