How to Deploy a Flutter app on free cloud?

Viewed 256

I am a new mobile app developer(Flutter). I just finished my first application for a customer. I used Firebase for the backend. I'm wondering if is there any website like Heroku or Github which you can deploy your mobile app so customers can work with it?

1 Answers

You can use Google Play Store and Apple App Store to share your app. Here is more information for the deployment of an iOS app and Android app.

Related