flutter_mjpeg 2.0.3 icon indicating copy to clipboard operation
flutter_mjpeg: ^2.0.3 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.3

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';
27
likes
120
pub points
86%
popularity

Publisher

verified publisher iconmylisabox.com

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

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.BSD-2-Clause (LICENSE)

Dependencies

flutter, flutter_hooks, http, visibility_detector

More

Packages that depend on flutter_mjpeg