Flutter Web
To deploy a Flutter Web Application, you can add it via the Github Integration or if you use the CLI, you can run the following command in the root of the project:
globe deploy
Globe will automatically apply the correct preset and deploy your application. The build system will auto-detect build_runner
if used and runs it during the building stage of the deployment.
For a more detailed example, click here.