skip to Main Content

How to get this WebView_Flutter to display HTML?

I was following this tutorial to code https://www.youtube.com/watch?v=wPf-7rrng-8 But i'm getting a screen error on emulator screen. I want to display the html (youtube) using the WebView_Flutter package. Here's to code: import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; class WebView extends StatefulWidget {…

VIEW QUESTION
Back To Top
Search