Automate Flutter app delivery to AppCenter with GitHub Actions

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • 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
  • 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.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Building the DevOps Pipeline

    2 projects | dev.to | 13 May 2024
  • Level Up Your Projects with GitHub Actions & CI/CD

    6 projects | dev.to | 27 Apr 2024
  • Deploying Preview Environments on Koyeb for GitHub Pull Requests

    6 projects | dev.to | 8 Nov 2023
  • DevOps CI/CD Quick Start Guide with GitHub Actions 🛠️🐙⚡️

    4 projects | dev.to | 27 Oct 2023
  • Implementing continuous delivery pipelines with GitHub Actions

    3 projects | dev.to | 2 Aug 2023