How to Test/Deploy App on Flutter web

The GoMeeting supports with web too. The application will work on Chrome and Firefox Browsers.In this section we will guide you how to test application on the web browser.

Accept the SSL Certificates Permissions.

We have hosted flutter web Application on Firebase Clout hosting server. Our webRTC's signalling server has been deployed on the AWS server so for the testing purpose you must have to accept SSL Certificate permission.

It wont work if you do not do this.

We have added all the steps to accept the SSL Certificate request for the signalling request.

This is only one time process for testing.

You can deploy your code on your VPS no need to do this all things on your server.

1) Open flutter web

2) Enter Your Name and Meeting Agenda

3) Click on Host meeting (Nothing happen because of SSL issues.)

4) Open inspect element and go to Console tab.

5) Please open signalling url in another tab and click on advance button as shown in image.

6) Click on proceed to webRTCSolution.in.

7) Cool thats it. Enjoy your call.

8) If you want to join or host meeting from the another system please do same process.

How to Deploy Flutter web on Firebase for Testing.

Now, You can easily deploy the flutter web on firebase cloud server. For testing no need to deploy on your actual server.

Please check the given links below for deployment on firebase store.

Last updated