Automate Flutter app delivery to AppCenter with GitHub Actions

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • runner

    The Runner for GitHub Actions :rocket:

  • A runner is where your action's jobs will be run. It can be a hosted virtual environment, or you can self-host a runner in your machine.

  • jq

    Command-line JSON processor

  • dcarbone/install-jq-action: This actions installs jq on the runner machine. It's a lightweight command-line JSON processor. For more information, check it's page. This is not necessary to build Flutter, but it's used in other actions later on.

  • 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
  • flutter-appcenter-github-action

    A Flutter app to showcase a Github Action to deploy it to AppCenter

  • If you've missed any of the steps or is encountering any problem, you can check the code on this repo. Feel free to comment on this post with any questions that you have.

  • starter-workflows

    Accelerating new GitHub Actions workflows

  • If your code is hosted on GitHub, the best approach to DevOps is to write GitHub Actions. You can read more about Actions here, but everything that you need to know will be explained later on. For now, you have to setup a Runner.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • Your code is hosted on GitHub;

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • You're developing a Flutter app;

  • react-native-code-push

    React Native module for CodePush

  • Your testing team is using AppCenter.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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