Deploying Flutter applications to Google Play using Github actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • tokens

  • You can generate your GitHub token at this link.

  • GitVersion

    From git log to SemVer in no time

  • GitVersion is not available by default and needs to be installed beforehand if we want to use the features it offers. The action is available here.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • flutter-action

    Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.

  • To build flutter applications though, we need an additional action called flutter-action - available here.

  • release-action

    An action which manages a github release

  • After all of that is done we create a release using the release-action action, located here and upload the app bundle we just generated as it will be needed in the next workflow step.

  • upload-google-play

    A GitHub action to upload an Android .apk or .aab file to the Google Play Console

  • The upload-google-play action is located here. It offers quite a few parameters used to release the app, the most important being:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts