What is Flutter WebView? webview_flutter is a Flutter plugin that provides a WebView widget on Android and iOS . This plugin is used to display webpages on both Android and iOS devices.
Read moreHow do you access camera on WebView flutter?
To request permissions about the camera and microphone, you can use the permission_handler plugin . Also, it has the androidOnPermissionRequest event for Android, that is an event fired when the WebView is requesting permission to access the specified resources (that is the Android native WebChromeClient.6 Haz 2019
Read moreHow do I connect my camera to flutter?
Display the picture with an Image widget.
Read more