Glowbom

How to publish the app:

1. Export the project

Press the “Export” button on the bottom right to export the .glowbom project file and the source code:

Picture

Or say: “Export code please.”

2. Replace the data files

You download the data file .glowbom and an archive that has two folders build-web and source-flutter:

Picture

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:

Picture

Replace the source-flutter/app/assets/(preset_name).glowbom file with your .glowbom file:

Picture

3. Build and deploy

Manual Deployment

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.

Mobile Apps

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.

Automatic Deployment

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.