DEV Community

Cover image for Flutter Builds in the Cloud.
CodeGemz
CodeGemz

Posted on

4

Flutter Builds in the Cloud.

FlutLab.io is an online IDE for Flutter. And probably this is the fastest way to play with your first Flutter projects. FlutLab main idea is to provide an alternative to local installations of Android/IOS/Flutter SDK’s as well as Code Editors. In the tool-chain of FlutLab.io, developers can host their projects, collaborate, and do various builds. FlutLab builds are in the focus of this article.

How it looks like

The first thing you want to do with some fantastic examples of Flutter code is to build and run it.
Let’s visit https://flutlab.io and register a free account. You should see some opened project like this:

Alt Text

To see how this code behaves, you can click at the “Build project” button: Alt Text

Immediately you can see this build in the progress:
Alt Text

Which will lead to success or failure. And the first (success) option looks like this:
Alt Text

Heroku

Deliver your unique apps, your own way.

Heroku tackles the toil — patching and upgrading, 24/7 ops and security, build systems, failovers, and more. Stay focused on building great data-driven applications.

Learn More

Top comments (1)

Collapse
 
akashnanistar profile image
AkashKola • Edited

How To Integrate Firebase with flutlab ??

Basically Firebase project asking the Debug Signing certificate SHA 1

To get that certificate google firebase documents says execute the following command

keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore

Finally My Question is
How to execute these commands in Flutlab.io

👋 Kindness is contagious

Dive into this thoughtful article, cherished within the supportive DEV Community. Coders of every background are encouraged to share and grow our collective expertise.

A genuine "thank you" can brighten someone’s day—drop your appreciation in the comments below!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found value here? A quick thank you to the author makes a big difference.

Okay