Тёмный

Deploy Flutter Web to Server | Flutter Web Hosting | Flutter Web Deploy [2024 text file updated] 

dbestech
Подписаться 130 тыс.
Просмотров 77 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 83   
@slymanyonga7226
@slymanyonga7226 2 года назад
How to do this on Windows ?
@FlutterMapp
@FlutterMapp 2 года назад
Thanks man 🔥🔥
@dbestech
@dbestech 2 года назад
Any time!. Thanks for visiting man. I also follow your channel. You are doing a great job.
@meandmydodge
@meandmydodge 2 года назад
This is about Server available in local premises ... Great ... How about Deploying Flutter based website in Hosting Company like bluehost, godaddy etc. ?
@dbestech
@dbestech 2 года назад
You need to have access to their permissions for download and installing nodejs services. Otherwise it won't work.
@meandmydodge
@meandmydodge 2 года назад
@@dbestech Thanks for quick response ... any youtube or another resource will you recommend to accomplish this task ?
@ahmednishaal9432
@ahmednishaal9432 Год назад
Great video! But how about installing on docker?
@agoodmansaid
@agoodmansaid 2 года назад
Thanks a lot for the tutorial, please reduce the bg music volume. makes it hard to hear
@dbestech
@dbestech 2 года назад
Noted
@mahanshiran5037
@mahanshiran5037 5 месяцев назад
hello, thank you for your video. but not enough explanation for step 7, where did that file came from???
@dbestech
@dbestech 5 месяцев назад
www.dbestech.com/tutorials/flutter-web-hosting-in-server updated this file
@ВованчоХБКовский
Hi, how to upload web flutter to a hosting with a backend
@fatima-cf1bj
@fatima-cf1bj 7 месяцев назад
thank you 😍😍
@dbestech
@dbestech 7 месяцев назад
You're welcome 😊
@adamhakimy2050
@adamhakimy2050 8 дней назад
I have a question, If I host the flutter website on custom domain and make changes to my code. Will it updated to the hosted domain?
@dbestech
@dbestech 8 дней назад
@@adamhakimy2050 you need to upload the code
@TejaBalla-e2k
@TejaBalla-e2k 8 месяцев назад
i want to deploy in IIS Server. what i have to do for "Step 7" in IIS server point of view with windows OS not Linux.
@dbestech
@dbestech 8 месяцев назад
Haven't tried on IIS though
@mudasirkhan8058
@mudasirkhan8058 2 месяца назад
@@dbestech Its not working IIS How to deploye
@garlictoastreviews
@garlictoastreviews 8 месяцев назад
Where am I putting this last file for the virtual host?
@dbestech
@dbestech 8 месяцев назад
do you mean app.js?
@garlictoastreviews
@garlictoastreviews 8 месяцев назад
@@dbestech no I mean the httpd.conf
@rosek-f5t
@rosek-f5t Год назад
how to flutter component host on aws
@鄭琮瀚-x2j
@鄭琮瀚-x2j Год назад
嗨,可以出個在GCP上部署的教學嗎😅或是Mac主機本地部署
@waseemsheikh9545
@waseemsheikh9545 3 года назад
Why flutter web takes time to load up intially?
@dbestech
@dbestech 3 года назад
It loads all the resources at a time. You can use rest api for lazy loading
@waseemsheikh9545
@waseemsheikh9545 3 года назад
@@dbestech sometime it takes upto 10 seconds , is there anyway we can load flutter website in less time like we other in other websites
@dbestech
@dbestech 3 года назад
@@waseemsheikh9545 not really. Cuz it's a problem with flutter web core. medium.com/flutter/optimizing-performance-in-flutter-web-apps-with-tree-shaking-and-deferred-loading-535fbe3cd674 this link may help you. Check it out
@waseemsheikh9545
@waseemsheikh9545 3 года назад
@@dbestech thanks
@dbestech
@dbestech 3 года назад
@@waseemsheikh9545 Welcome
@limken1343
@limken1343 2 года назад
I am on a ubuntu 20.04 I installed apache and am trying to load a site. If I use curl from the server itself it returns. but when I try accessing it through the internet it does not work. I tried many solutions like adding domain and ip to the host file and commands like sudo systemctl enable systemd-networkd It is still not working. I am not sure what I am missing any help will be appreciated
@dbestech
@dbestech 2 года назад
what error do you get? can you send to me?
@limken1343
@limken1343 2 года назад
@@dbestech There is only one error in the console if I use the browser which is (index):6770 crbug/1173575, non-JS module files deprecated. If I did a curl from another computer I get : curl: (6) Could not resolve host: And a ping gets Ping request could not find host. Please check the name and try again.
@chind0na
@chind0na Год назад
@@limken1343Probably an outdated version of NodeJS or JS code.
@chitrarajkpaul8223
@chitrarajkpaul8223 9 месяцев назад
Will this work for mobile applications
@dbestech
@dbestech 8 месяцев назад
nope.
@dbestech
@dbestech 8 месяцев назад
for mobile you need to upload to app store
@ashokchandra4911
@ashokchandra4911 Год назад
Can we run on shared hosting I am using bluehost
@dbestech
@dbestech Год назад
If you don't have cpanel you can not. Make sure you have cpenal access using ssh
@rustam1337
@rustam1337 Год назад
Is it really needed to put background music in that kind of videos? It is totally senceless and even louder then speaker which makes it harder to understand.
@nikro7239
@nikro7239 2 года назад
How do i create virtualhost? I do not have anything like httpd. please help i do not understand
@dbestech
@dbestech 2 года назад
for shared host dont need it. you need it for dedicated server.
@nikro7239
@nikro7239 2 года назад
@@dbestech I figured it out. Just had to change available-sites in apache2. I think you should have explained that better :
@adnannadeem3373
@adnannadeem3373 Год назад
Where did you copy paste the file for creating virtual host
@dbestech
@dbestech Год назад
I think I put them in the link, you can find from there
@adnannadeem3373
@adnannadeem3373 Год назад
@@dbestech yea i get it but where did you paste the file??..my question was where should we paste the virtual host file?
@vigneshm5088
@vigneshm5088 Год назад
@@adnannadeem3373 you have ans for that?
@chind0na
@chind0na Год назад
@@adnannadeem3373The virtual host file should already exist in your setup. Just add the new host block to that file.
@albertsnow7111
@albertsnow7111 3 года назад
Step 7, Which file be pasted??? It's no mention the file before step 7 phase.
@dbestech
@dbestech 3 года назад
hold on, let me check
@dbestech
@dbestech 3 года назад
It's the storage file you need to set the permission
@albertsnow7111
@albertsnow7111 3 года назад
@@dbestech Yean. I already success deploy flutter at last night (I'm In BeiJing). I use ubuntu system in my VPS. I need to install apache2. And to vi virtual host file.
@albertsnow7111
@albertsnow7111 3 года назад
@@dbestech Thanks for you share. And by the way. I have an idea, use GitHub private repository to replace FTP for sending build file. That's can version control, and no need to zip, ftp service.
@dbestech
@dbestech 3 года назад
@@albertsnow7111 Yes. you need that. I am shanghai.
@muhammadadilnaeem1333
@muhammadadilnaeem1333 2 года назад
Free domain and hosting in Flutter website or not?
@dbestech
@dbestech 2 года назад
flutter does not deal with hosting. It's a framework to build web or mobile Hosting is a different issue.
@moustaphakoita4884
@moustaphakoita4884 2 года назад
Hi i wanna know to create an application where people can host there site web.
@dbestech
@dbestech 2 года назад
I suggest not to. You have to be a teach giant to do it and invest millions
@tahirdevlog2047
@tahirdevlog2047 3 года назад
bg sound is high, thanks
@dbestech
@dbestech 3 года назад
thanks. I will take care of this next time.
@klvnco
@klvnco 2 года назад
is that server running on apache?
@dbestech
@dbestech 2 года назад
Yes, this one running on apache.
@EugenKrieger-q8w
@EugenKrieger-q8w 11 месяцев назад
The background music is too loud and distracting.
@mamenatech
@mamenatech 2 года назад
can flutter access direct url like /user ?
@dbestech
@dbestech 2 года назад
Yes. It can
@arifalimadina7091
@arifalimadina7091 Год назад
I am getting 404 error
@chind0na
@chind0na Год назад
There is a package called RouteMaster. Look it up on pub dev
@davidagyakwa288
@davidagyakwa288 Год назад
how to add https or security certificate
@dbestech
@dbestech Год назад
that has to do with virtual host configuration. not really with flutter
@trueToastedCode
@trueToastedCode Год назад
how do I add ssl
@dbestech
@dbestech Год назад
many different ways to do it. if it's dedicated server, then you have to do on your own. for shared server, hosting provider would help you.
@stressless6467
@stressless6467 2 года назад
it just did not work
@dbestech
@dbestech 2 года назад
what error you got?
@stressless6467
@stressless6467 2 года назад
@@dbestech no error message. The site didnt load
@dbestech
@dbestech 2 года назад
@@stressless6467 there could be many other server related issues though
@stressless6467
@stressless6467 2 года назад
@@dbestech can I see a copy of your host file? I'm on Mac M1 btw
@dbestech
@dbestech 2 года назад
@@stressless6467 I did it on Linux
@Axt012
@Axt012 3 месяца назад
bad
@dbestech
@dbestech 3 месяца назад
why?
@Axt012
@Axt012 3 месяца назад
@@dbestech I canʼt findthisfolderinadditionicannotinstallthis
@tigeruppercut2000
@tigeruppercut2000 Год назад
Can't see.. cropped video
Далее
These Are Too Smooth 😮‍💨
00:57
Просмотров 3,8 млн
Тестирую гаджет для роллов! 🙈
00:42
Everything You NEED to Know About WEB APP Architecture
10:27
Flutter Web Hosting With Github Pages & Custom Domain
19:58
The cloud is over-engineered and overpriced (no music)
14:39
Evolving Flutter's support for the web
9:12
Просмотров 67 тыс.
Redis за 20 минут
23:22
Просмотров 148 тыс.
This is How I Scrape 99% of Sites
18:27
Просмотров 129 тыс.
Flutter Web App Deploy on Firebase
5:33
Просмотров 30 тыс.
Web Server Concepts and Examples
19:40
Просмотров 253 тыс.
30 Years of Business Knowledge in 2hrs 26mins
2:26:13
These Are Too Smooth 😮‍💨
00:57
Просмотров 3,8 млн