Press the “Export” button on the bottom right to export the .glowbom project file and the source code:
Or say: “Export code please.”
You download the data file .glowbom and an archive that has two folders build-web and source-flutter:
The build-web folder contains a ready-to-deploy web app.
The source-flutter folder contains the app source code that can be compiled to iOS, Android, and a web app.
Replace the build-web/assets/assets/(preset_name).glowbom file with your .glowbom file:
Replace the source-flutter/app/assets/(preset_name).glowbom file with your .glowbom file:
The build-web folder contains a ready-to-deploy web app that can be deployed to any hosting.
We recommend using Netlify to publish the web app. It allows you to drag & drop the web app folder directly to the dashboard. The web app deploys automatically, and you will get the app link shortly after that. Optionally, you will be able to connect the web app with the custom domain or subdomain.
To build the app for iOS or Android manually, you need to install Flutter, a software development kit created by Google. The source-flutter folder contains the Flutter project that can be compiled to iOS, Android, and a web app.
To build and deploy the app automatically, we recommend using Codemagic. With Codemagic, you can easily build your project and publish it to Google Play, App Store, and the web. You might need to put the source-flutter folder to GitHub before starting the building process.