flutterflutter-web

Setting base-href on build Flutter Web


how do i set the base href on build? I tried

--base-href /path/
--base-href=/path/
--base-href="/path/"
--base-href='/path/'

and none works

it keeps telling me base-href should start and end with /


Solution

  • This does the trick...

    flutter build web --base-href "/path/"