0

I have an angular site with some functionality (WebRTC), and need to add this site as-is to Flutter Web application, enable navigation between them.

How to do that?

3
  • 1
    Both builds create index.html. Configure your web hosting server to understand which routes go to which index file. Instead of using the platform routing, just do typical window.location routing as needed. Commented May 25, 2021 at 19:43
  • I want to click a button in flutter web and redirect to another index.html Commented May 26, 2021 at 14:22
  • 1
    See this answer for redirecting to external URLs in Flutter => stackoverflow.com/questions/56220691/… Commented May 26, 2021 at 17:50

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.