You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block RTSP source on the web
RTSP streams are not available in most of browsers. Only HLS and MJPEG should be options, which HLS being the default.
Block dart:io:Platform calls. TargetPlatform and kIsWeb should be used instead.
Implement routes and url options
Use go_router to make routing and sub-routing.
Implement url options, such as hiding the navigator tray and other app settings.
This is useful specially for embedding the website and viewing a specific screen, for example.
File handling
Web doesn't support i/o operations, and handling files as file entities is not possible. Use bytes whenever possible.
The text was updated successfully, but these errors were encountered:
Add web support for the package.
RTSP streams are not available in most of browsers. Only HLS and MJPEG should be options, which HLS being the default.
dart:io
:Platform
calls.TargetPlatform
andkIsWeb
should be used instead.go_router
to make routing and sub-routing.This is useful specially for embedding the website and viewing a specific screen, for example.
Web doesn't support i/o operations, and handling files as file entities is not possible. Use bytes whenever possible.
The text was updated successfully, but these errors were encountered: