No video

WebView In Flutter For Beginners

  Рет қаралды 84,308

Codes Easy

Codes Easy

4 жыл бұрын

How to implement WebView In Flutter for Beginners. Load a website in a Flutter application. Easy and simple implementations in Visual Studio Code.
Download full source code: youtube.codeseasy.com/2020/we...
WebView Version: pub.dev/packages/webview_flut...
Starter Code: flutter.dev/docs/get-started/...
Join our Whatsapp group for continuous discussions: whatsappgroup.codeseasy.com/
Contact us for any business queries:
Email: mail@codeseasy.com
Phone number: +918281536333
Whatsapp: whatsapp.codeseasy.com
Setup Android Emulator: • Setup Android Emulator...
Setup Flutter: • Setup Flutter and Visu...
Find us on Social Media:
Website: www.codeseasy.com
Discord: / discord
GitHub: github.com/VishnuSivadasVS
Facebook: / codeseasy
Instagram: / codeseasy
Twitter: / codeseasyblog
KZfaq: / codeseasy
~-~~-~~~-~~-~
Please watch: "Create Wallpaper Application In Android Studio - Full Project Tutorial For Beginners"
• Create Wallpaper Appli...
~-~~-~~~-~~-~

Пікірлер: 144
@megameketref
@megameketref 3 жыл бұрын
Excelente vídeo, muito obrigado 👏👏👏
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy to hear that.
@retropad2020
@retropad2020 3 жыл бұрын
thank you so much this help a lot. its also easy and works like a charm.
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy to hear
@Undurkhaan
@Undurkhaan 3 жыл бұрын
Awesome video. Thank you so much!
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy to hear that
@iraqtech5693
@iraqtech5693 4 жыл бұрын
great many thanks:)
@jbaatstudio7093
@jbaatstudio7093 4 жыл бұрын
I'm waiting for your next video you promised at the end of this video.
@berat4935
@berat4935 4 жыл бұрын
Well, can the back and forth buttons be added in the following videos?
@akhihalder9496
@akhihalder9496 4 жыл бұрын
@Codes Easy Hi, how can I add a loading page at first with an icon?
@fluttermakers
@fluttermakers 3 жыл бұрын
Awesome video. Thank you so much much much
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy that it helped you
@raghumca
@raghumca 4 жыл бұрын
Hi, I would like cache webpage so that delay in rendering the website can be reduced. How to achieve that.
4 жыл бұрын
I have a question. Is it possible to inject JavaScript to that webview? And how? Cuz, I’m planning to do that in order to make webscrapping
@iamriwash7943
@iamriwash7943 4 жыл бұрын
bro i dnt know about flutter so i start this webview or need to learn flutter first . i want to convert my site to apps
@hakanyusufoglu
@hakanyusufoglu 4 жыл бұрын
Thank you
@ahmadrindhoni58
@ahmadrindhoni58 3 жыл бұрын
thank you it works
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy that you liked it
@mohammedsolyman3891
@mohammedsolyman3891 Жыл бұрын
thank you very much
@CodesEasy
@CodesEasy Жыл бұрын
You are welcome
@swastikapokharel7385
@swastikapokharel7385 4 жыл бұрын
Is this only for developer preview? It is not working transferred in APK file. Any solution? @code easy
@jesuscristo5008
@jesuscristo5008 4 жыл бұрын
Does this work on IOS Catalina?
@DigiSevak
@DigiSevak 3 жыл бұрын
Thanks 👍
@CodesEasy
@CodesEasy 3 жыл бұрын
Thank you too
@neteshpaudel724
@neteshpaudel724 4 жыл бұрын
Is there any way to block the ads in webview ?
@bensosfrequents
@bensosfrequents Жыл бұрын
Hello how do you show a loading spinnet instead of blank page while pages are loading. Import6to show the user some tasks are on the progress
@CodesEasy
@CodesEasy Жыл бұрын
Add a progress bar
@AVAVines
@AVAVines 4 жыл бұрын
error while hot reload it says : Try correcting the name to the name of an existing method, or defining a method named 'WebView'. body: WebView( ^^^^^^^ lib/main.dart:20:27: Error: The getter 'JavascriptMode' isn't defined for the class 'MyApp'. - 'MyApp' is from 'package:flutterapp/main.dart' ('lib/main.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'JavascriptMode'. javascriptMode: JavascriptMode.unrestricted,
@tanjilalomjahid995
@tanjilalomjahid995 4 ай бұрын
It's now WebView it is WebViewWidget You can use like below return WebViewWidget(controller: controller);
@LoryTheHawk
@LoryTheHawk 3 жыл бұрын
Hi! I followed your tutorial but when i lunch app in chrome says: trying to use the default webview implementation for targetplatform.windows but there isn't a default one... How can i solve?
@CodesEasy
@CodesEasy 3 жыл бұрын
Check logcat for the error.
@omprakashnajwani633
@omprakashnajwani633 3 жыл бұрын
webview me share link not working it's important part of any website
@honestwebhostingreviews6140
@honestwebhostingreviews6140 3 жыл бұрын
can you make a video on how to add flutter navigation bar and about the URL launcher package please ?? i created my app by seeing your tutorial however i want to add these two features in it whenever i click the back button it takes me out of the app so i want it to take me back when i press that rather than taking me out of the app
@CodesEasy
@CodesEasy 3 жыл бұрын
You have to implement those features. Its easy, you could check flutter documentation.
@honestwebhostingreviews6140
@honestwebhostingreviews6140 3 жыл бұрын
@@CodesEasy i tried seeing the documentation but i don't understand anything can you please make a video would love to watch your video as you explain it in a very easy and simple way please
@RajPatel-xv9in
@RajPatel-xv9in 3 жыл бұрын
Can anyone help me how can I manage hardware permission requested by website in webview and also the notification sent by the website as app notification......
@CodesEasy
@CodesEasy 3 жыл бұрын
You have to enable it in WebView, check the documentation
@rohithkannan627
@rohithkannan627 4 жыл бұрын
I have a doubt and wanna learn that how to make upload file in webview. I can make it in android studio for android native. But don't know in flutter for both ios and android. So please tell me how to do that. Please, waiting for your reply.
@tikodi40
@tikodi40 4 жыл бұрын
@@CodesEasy How soon? Do not forget permissions especially MIC and CAMERA
@atthanaphiphat8215
@atthanaphiphat8215 3 жыл бұрын
Hi @Codes Easy How to pitch to "zoom in" in that mode.
@CodesEasy
@CodesEasy 3 жыл бұрын
You can set that in WebView.
@anjotech1329
@anjotech1329 3 жыл бұрын
Hola como estas tengo una consulta se puede eliminar la barra de arriba azul o el header como lo conozcan?
@CodesEasy
@CodesEasy 3 жыл бұрын
great
@distritomau
@distritomau 3 жыл бұрын
Elimina las lineas que contengan: appBar: AppBar( title: Text('Welcome to Flutter'), ),
@tirtharajbhattacharjee2665
@tirtharajbhattacharjee2665 4 жыл бұрын
How can I change the Nav menu styles and add extra features to a webview app?
@tirtharajbhattacharjee2665
@tirtharajbhattacharjee2665 4 жыл бұрын
@@CodesEasy Thank You.
@logicaloffensive1050
@logicaloffensive1050 4 жыл бұрын
Can you please add a widget for No internet connection?
@donaldmemooqaed3222
@donaldmemooqaed3222 4 жыл бұрын
PS X:\MyApp> flutter run Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter.
@vaishrox66
@vaishrox66 4 жыл бұрын
Running Gradle task 'assembleRelease'... Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/builder/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.22+1/android/src/main/java/io/flutter/plugins/webviewflutter/FlutterWebView.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Project is still getting built, but its corrupted and not installing. Please help
@vaishrox66
@vaishrox66 4 жыл бұрын
I fixed that error by letting flutter choose the webview package, but now I'm getting err cache miss on my webpage. Pls help
@kevinaffram3265
@kevinaffram3265 4 жыл бұрын
did exactly as in video but i get an error message error: The method 'webview' isn't defined for the type 'MyApp'. (undefined_method at [flutter_app] lib\main.dart:16)
@zerefX_
@zerefX_ 4 жыл бұрын
Maybe you didn't import the package properly, if the problem still exists do a flutter clean and then pub get
@webhost1804
@webhost1804 4 жыл бұрын
make sure your project files are in the same partition where you installed flutter. in other words make sure the project & flutter are in C:/
@kupkumral2793
@kupkumral2793 3 жыл бұрын
thanks
@CodesEasy
@CodesEasy 3 жыл бұрын
Happy that it helped
@nishanshashintha2863
@nishanshashintha2863 4 жыл бұрын
There is an error -> net::ERR_CLEARTEXT_NOT_PERMITTED
@clickstore8972
@clickstore8972 4 жыл бұрын
hi watsap group not working\
@aaratechnologies8096
@aaratechnologies8096 2 жыл бұрын
open web view qr are not showing when open webview link hwo to change webview in desktop mode?
@CodesEasy
@CodesEasy 2 жыл бұрын
i dont understand your question
@PRAMODYADAV-mk7ow
@PRAMODYADAV-mk7ow 4 жыл бұрын
How to remove WhatsApp link error.
@reetabhardwaj9679
@reetabhardwaj9679 4 жыл бұрын
How to add webview can go back then go back method on back pressed plzzzz help!! When I press the back button it close the application what to do
@reetabhardwaj9679
@reetabhardwaj9679 4 жыл бұрын
@@CodesEasy plzz publish the video very very very very soon
@reetabhardwaj9679
@reetabhardwaj9679 4 жыл бұрын
@@CodesEasy if you are making video on it plzz also add the downloading listener on webview
@Anamaria.m
@Anamaria.m 4 жыл бұрын
How do i turn on the feature when i type something and options comes in as shown at 3:18 . when you started typing the list popup with the options. How do i turn it on .Please anyone help me
@Anamaria.m
@Anamaria.m 4 жыл бұрын
@@CodesEasy i need it for Android studio
@felixmacaraig7633
@felixmacaraig7633 3 жыл бұрын
@@Anamaria.m... Kimono.. M... I o k. Omo9k.? K90.. Mm..
@khalidaymaan4062
@khalidaymaan4062 3 жыл бұрын
How to use offline files like html, css, js in webview for flutter.
@CodesEasy
@CodesEasy 3 жыл бұрын
You can add as assets then load from it
@alessandrolittera4733
@alessandrolittera4733 4 жыл бұрын
The virtual keyboard of the smartphone does not work. Do you know how to solve the problem?
@alessandrolittera4733
@alessandrolittera4733 4 жыл бұрын
@@CodesEasy A problem occurs when there is a form with inputs in the html page stackoverflow.com/questions/55805743/flutter-webview-keyboard-cannot-show-up
@berat4935
@berat4935 4 жыл бұрын
Hello Exception: Gradle task assembleDebug failed with exit code 1 problem :(
@berat4935
@berat4935 4 жыл бұрын
@@CodesEasy Ok. :) Thanx
@aqilalovebunda7751
@aqilalovebunda7751 4 жыл бұрын
How to add booting logo and icon logo and how to build it to apk? thank you :)
@vinnyciosdiniz9621
@vinnyciosdiniz9621 4 жыл бұрын
@@CodesEasy thanks!!! from Brazil
@Technonews1999
@Technonews1999 Жыл бұрын
bro how to create webview that run on windows web & android
@CodesEasy
@CodesEasy Жыл бұрын
For Android you simply need to run this or export apk
@user-ui4mh1vl2b
@user-ui4mh1vl2b 11 ай бұрын
Sir can u pleaase explain internet connectivity in webview also please
@CodesEasy
@CodesEasy 10 ай бұрын
In flutter you don't have to worry about internet permission
@user-ui4mh1vl2b
@user-ui4mh1vl2b 10 ай бұрын
@@CodesEasy Sir if i open app when net is in off mode i am getting message like (webpage not Availabale net::ERR_INTERNET_DISCONNECTED )sir
@lLlLawliet1
@lLlLawliet1 2 жыл бұрын
how to make the minSdkVersion be able to edit?
@CodesEasy
@CodesEasy 2 жыл бұрын
You have to do set minSdkVersion in build.gradle file, located in /android/app and set a value in the defaultConfig block: There are two API level settings available: minSdkVersion - The minimum version of the Android platform on which the app will run, specified by the platform's API level identifier. targetSdkVersion - Specifies the API level on which the app is designed to run. In some cases, this allows the app to use manifest elements or behaviors defined in the target API level, rather than being restricted to using only those defined for the minimum API level.
@techvarun1561
@techvarun1561 3 жыл бұрын
Where I can find back button video?
@CodesEasy
@CodesEasy 3 жыл бұрын
Not yet uploaded, we will soon do it
@bryantmichael6863
@bryantmichael6863 10 ай бұрын
Can fingerprint authentication be added to a webapp in flutter?
@CodesEasy
@CodesEasy 9 ай бұрын
You can add it to android and iOS apps etc.
@bryantmichael6863
@bryantmichael6863 9 ай бұрын
@@CodesEasy how
@honestwebhostingreviews6140
@honestwebhostingreviews6140 3 жыл бұрын
increase this project's minSdk version to at least 19, this is the error i am getting when i am trying to run the app
@CodesEasy
@CodesEasy 3 жыл бұрын
Like in an Android Studio project, you have to edit the build.gradle file. In a flutter project, it is found at the path ./android/app/build.gradle. The parameter that needs to be changed is, of course, minSdkVersion 16, bumping it up to what you need (in this case 19).
@esdest
@esdest 2 жыл бұрын
How to connect it to webview php localhost...web adrress
@CodesEasy
@CodesEasy 2 жыл бұрын
You can use ip address of the machine, but you should use an emulator. Or use something like ngrok for cheating http links for localhost.
@umutbulut4966
@umutbulut4966 2 жыл бұрын
Is it possibe to get push notification with webview
@CodesEasy
@CodesEasy 2 жыл бұрын
Yes
@umutbulut4966
@umutbulut4966 2 жыл бұрын
@@CodesEasy how can learn this subject
@SmashCoder12
@SmashCoder12 Жыл бұрын
How can add bottom bar?
@CodesEasy
@CodesEasy Жыл бұрын
We have video on this on Java. For flutter you can refer the docs. We will be definitely creating more videos on flutter soon.
@user-le7iw5wm1c
@user-le7iw5wm1c 9 ай бұрын
How to show current location in webview
@CodesEasy
@CodesEasy 9 ай бұрын
Use some api or use javascript to fetch location
@aleksandarvukazic8895
@aleksandarvukazic8895 4 жыл бұрын
Great tut.But webviews are uselles in flutter with out download option.Sending user to download in external broswer is idiotic...
@aleksandarvukazic8895
@aleksandarvukazic8895 4 жыл бұрын
@@CodesEasy I am thinking that they rush to push flutter cos React n.But in truth he is not ready to play that battle.To much bugs.For example i found bug in List Tile-Textview with some latin letters.No one knows how to fix that.I realy liked flutter but he need few years to get old...It will be nice to show how flutter_downloader works cos i am not able to make it work.
@teches_congito
@teches_congito 3 жыл бұрын
How to fix unknown error schemes for call, email, whatsapp. Kindly solve my doubt.
@teches_congito
@teches_congito 3 жыл бұрын
@@CodesEasy okk sir
@suriyashopping407
@suriyashopping407 3 жыл бұрын
i couldnt open whatsapp or telegram when a link with opening it is pressed
@CodesEasy
@CodesEasy 3 жыл бұрын
You will have to handle such intent URLs separately.
@acmsohail
@acmsohail 3 жыл бұрын
@Codes Easy can you share those code. I need to open tel, WhatsApp and google maps.
@ishantkrishna
@ishantkrishna 3 жыл бұрын
How upload images in webview
@CodesEasy
@CodesEasy 3 жыл бұрын
You will have to add separate implementations for that.
@nirobahmed3896
@nirobahmed3896 4 жыл бұрын
My webview apps is not approved in apple store
@nirobahmed3896
@nirobahmed3896 4 жыл бұрын
@@CodesEasy yes,its working on ipone,but its not approved in iOS app store.
@BellatrixLugosi
@BellatrixLugosi 2 жыл бұрын
the release app does't want to open the url
@CodesEasy
@CodesEasy 2 жыл бұрын
Try cleaning the build cache and try again
@BellatrixLugosi
@BellatrixLugosi 2 жыл бұрын
I got it, i need to set internet permission on@@CodesEasy
@Truongsiuquay
@Truongsiuquay 3 жыл бұрын
How can i block ads on webview, sir ?
@CodesEasy
@CodesEasy 3 жыл бұрын
Check for other libraries.
@jpchicon7040
@jpchicon7040 3 жыл бұрын
Works in Android Studio?
@CodesEasy
@CodesEasy 3 жыл бұрын
Yes
@jarviethecreator
@jarviethecreator 3 жыл бұрын
yes bro
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
I have some issue I want to load a lot pdf file in my app
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
@@CodesEasy thanks for ur comment
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
@@CodesEasy sir I need ur help I want publish my app on play store
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
@@CodesEasy can u help me
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
@@CodesEasy c an u give me ur whatsapp
@RaviPrajapati-ih4js
@RaviPrajapati-ih4js 4 жыл бұрын
@@CodesEasy thanks
@KIRANCHABUKSWAR
@KIRANCHABUKSWAR 3 жыл бұрын
pub get failed (65; ╵) Exited (65)
@CodesEasy
@CodesEasy 3 жыл бұрын
Make sure you have internet connection also make sure you have added the cose in proper format
@teamsidladyrose
@teamsidladyrose 4 жыл бұрын
how to adding permission on webview
@teamsidladyrose
@teamsidladyrose 4 жыл бұрын
@@CodesEasy like webview facebook
@magoelias3846
@magoelias3846 4 жыл бұрын
@@CodesEasy I can't access the location of my user, i'm developing a store that gets the location to show the services related according to his localization, using webview.I can't get his location because is missing a permission, and I couldn`t found a solution yet :/ Could you help me ?
@rollingarchives
@rollingarchives 2 жыл бұрын
It took 20 whole seconds to import the webview package
@CodesEasy
@CodesEasy 2 жыл бұрын
Recommend using a fast internet connection
@Suprem3GamerDamianWinchester
@Suprem3GamerDamianWinchester 3 жыл бұрын
Hi sir, your tutorial is not for beginners is it? it is not clear.
@CodesEasy
@CodesEasy 3 жыл бұрын
Watch full playlist kzfaq.info/get/bejne/a8-qeamTya7Sh40.html
@codesnacksIO
@codesnacksIO 4 жыл бұрын
around 8 minutes of video for 2 lines of code! No offense, but increase value not the watch time :) All of us developers strive every day to be productive.
@anandrajrajendran2603
@anandrajrajendran2603 3 жыл бұрын
The same is not working in web app
@CodesEasy
@CodesEasy 3 жыл бұрын
This is a WebView app
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 545 М.
Setup Flutter and Visual Studio Code In Windows (2024 Working)
8:00
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 7 МЛН
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 45 МЛН
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 56 МЛН
Mama vs Son vs Daddy 😭🤣
00:13
DADDYSON SHOW
Рет қаралды 51 МЛН
Routing in Laravel: A Comprehensive Guide for Beginners
40:46
Codes Easy
Рет қаралды 3,5 М.
Adding WebView to your Flutter app
43:05
Flutter
Рет қаралды 72 М.
How to Make Web View widget in Flutter
6:18
AK Flutter
Рет қаралды 2,8 М.
Implementing In-App Purchases in Flutter: A Beginner's Guide | amplifyabhi
20:22
Top 10 Widgets every Flutter Developer should know!
17:17
RetroPortal Studio
Рет қаралды 281 М.
Flutter WebView with Example | Flutter Tutorial for Beginners
8:04
AI with Flutter
Рет қаралды 44 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 868 М.
Learn Kotlin in 12 Minutes
12:01
Rahul Pandey
Рет қаралды 317 М.
Scrapy for Beginners - A Complete How To Example Web Scraping Project
23:22
John Watson Rooney
Рет қаралды 265 М.
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 7 МЛН