PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, July 13, 2022

[FIXED] How to host a flutter website in a desired URL ending with '.com'?

 July 13, 2022     flutter, flutter-web, web-deployment     No comments   

Issue

I am a beginner with flutter web. I have created a website with flutter. How do I host it in web? Like I need a URL in the form https://abcd.com I have tried opening the index.html file but it gives a empty page after build.


Solution

A simple and totally free solution would be to host it with firebase. After creating a project (like 'myFirstFlutter') they provide you a free subdomain (https://myFirstFlutter.web.app)

Do not forget to build your web app.

flutter build web

after this you find your web app in your build folder inside your flutter project



Answered By - Jannik
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

1,259,684

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © 2025 PHPFixing