remote_ip_camera 2.0.0 copy "remote_ip_camera: ^2.0.0" to clipboard
remote_ip_camera: ^2.0.0 copied to clipboard

Camera IP addon for remote ui package, allow you to add a remote widget that show mjpeg stream from URL

remote_image_button #

Flutter widget to manage an image button UI from a JSON definition

This is a Remote UI plugin.

Usage #

Add the factory to the RemoteManagerWidget:

RemoteManagerWidget(
    parsers: [RemoteIpCameraFactory()],
    child: RemoteWidget(...)
)

Then you can provide a JSON representation of a color picker like this:

{
    'type': 'camera',
    'id': 'camera',
    'stream': 'http://domain.com/stream',
    'preview': 'http://domain.com/preview'
}

API #

Image button:

id : id of the widget value : current value, it has to match one of the values entries width : width of the button height: height of the button fit: fit, default to contain (1), see BoxFit for more padding: padding of the button, see EdgeInsets definition values: map of possible value

12
likes
40
pub points
36%
popularity

Publisher

verified publishermylisabox.com

Camera IP addon for remote ui package, allow you to add a remote widget that show mjpeg stream from URL

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter, flutter_hooks, flutter_mjpeg, remote_ui

More

Packages that depend on remote_ip_camera