DEV Community

Satya Routray
Satya Routray

Posted on

Answer: How to remove hashtag (#) from url in web flutter

The following answer is copied from Mouad Debbar's explanation on GitHub (see issue comment).


Here are the steps to use it once it's available:

Add <base href="/"> inside the <head> section of your web/index.html file. This will be added automatically for new projects created by flutter create. But…

Top comments (0)