Show A Website with Flutter | Day 05 - #30DaysOfFlutter

preview_player
Показать описание
Kilo Loco shows you how to use a WebView to display a website in your Flutter app. This tutorial will cover how to use a third party web view widget, Future builders, and asynchronous tasks.

*** Show Notes and Links ***

Project Files:

Kilo Loco on Social Media:

#flutter #dartlang #30DaysOfFlutter
Рекомендации по теме
Комментарии
Автор

Bro i am loving the way you teach new and newer topic and packages in every new video
Love you bro
Thank you so much ❤️❤️❤️❤️❤️❤️❤️❤️❤️

sangameshkyatappanavar
Автор

Doing great! Just a warning... Apple (and maybe Play Store) will reject any app that is simply a wrapper around a webview as you suggested.

RandalLSchwartz
Автор

heyy this was great as always!!
But I have doubt...when I am opening a web site, it is opening in desktop view like I have to horizontally scroll to view the website. Is there a way to open it in mobile view as the website which I'm trying to open in my app has both mobile and desktop views in chrome and they function correctly there

kshittizbhardwaj
Автор

respect thought i can't get all the things that you wanna share man

NguyenQuang-epue
Автор

WebView isn't getting installed. Help

vigneshk
Автор

Don't know why it is not working for me. Most of the time the app shows the container. but it was working before the controller part. I have tried to print snapshot.data, it shows null five times then nothing. I have downloaded your github repository and copy pasted the main.dart file, still no progress. Please help.

ruhitarman
Автор

I did not modify the code from github in any way, but all I get (on Android) is a blue screen, both on the emulator and a phone. All your recent examples work perfectly in my environment. So, to check if the package works, I replaced your main.dart with this short version and it works perfectly! Any ideas?
import 'dart:io';
import
import
void main() {runApp(MyApp());}
class MyApp extends StatefulWidget {
@override
State<StatefulWidget> createState() => _MyAppState();}
class _MyAppState extends State<MyApp> {
@override
void initState() {super.initState();
if (Platform.isAndroid) WebView.platform = SurfaceAndroidWebView();}
@override
Widget build(BuildContext context) {

SlobodanVujnovic
Автор

Creating project from Android studio

Podfile is not available in project structure.
What to do?

kishorramani
join shbcf.ru