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

outdated

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: ^1.2.6

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
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, flutter_widgets, http

More

Packages that depend on flutter_mjpeg