All Projects → mmcc007 → Fledge

mmcc007 / Fledge

Licence: mit
Fledge: A CI/CD tool for Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Fledge

Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-2.63%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (-68.42%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (+63.16%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Flagsmith Frontend
Web App and Mobile App for Flagsmith
Stars: ✭ 86 (-43.42%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Cdeasy
Continuous Delivery made Easy ;)
Stars: ✭ 143 (-5.92%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (+11.84%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-82.89%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Github Actions For Desktop Apps
This repo contains a sample WPF application to demonstrate how to create CI/CD pipelines using GitHub Actions.
Stars: ✭ 156 (+2.63%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Abstruse
Abstruse is a free and open-source CI/CD platform that tests your models and code.
Stars: ✭ 704 (+363.16%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Bzppx Codepub
暴走皮皮虾之代码发布系统,是现代的持续集成发布系统,由后台管理系统和agent两部分组成,一个运行着的agent就是一个节点,本系统并不是造轮子,是"鸟枪"到"大炮"的创新,对"前朝遗老"的革命.
Stars: ✭ 471 (+209.87%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
badwolf
Docker based continuous integration, continuous deployment and code lint review system for BitBucket
Stars: ✭ 88 (-42.11%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Pipelines
Build pipelines for automation, deployment, testing...
Stars: ✭ 105 (-30.92%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Alloy ci
Continuous Integration, Deployment, and Delivery coordinator, written in Elixir.
Stars: ✭ 274 (+80.26%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+4053.95%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (-11.18%)
Mutual labels:  continuous-integration, continuous-deployment, continuous-testing
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (-46.05%)
Mutual labels:  continuous-integration, continuous-deployment
Leeroyci
Leeroy is a self hosted, continuous integration and build service
Stars: ✭ 84 (-44.74%)
Mutual labels:  continuous-integration, continuous-deployment
Buddy Cli
CLI tool for Buddy Cloud
Stars: ✭ 69 (-54.61%)
Mutual labels:  continuous-integration, continuous-deployment
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (-42.11%)
Mutual labels:  continuous-integration, continuous-deployment
Ecs Nginx Proxy
Reverse proxy for AWS ECS. Lets you address your docker containers by sub domain.
Stars: ✭ 93 (-38.82%)
Mutual labels:  continuous-integration, continuous-deployment

pub package Build Status drawing

Fledge

See https://medium.com/@nocnoc/cicd-for-flutter-fdc07fe52abd for introduction to Fledge.

Fledge: A CICD tool for Flutter

Automatically build, test, sign and release your Flutter app to both Apple and Google stores.

Supports public and private build servers in the cloud (Travis, Cirrus, etc...) and in-house (Jenkins, GitLab, etc...).

There are many steps involved each time an app, or an app upgrade, is delivered to both stores. Fledge exists to document and automate these steps.

Quick start

For example, with GitHub and Travis:

  1. Install Fledge

    $ pub global activate fledge
    
  2. Add secrets
    Set your secret variables in:

    https://travis-ci.org/<your name>/<your repo>/settings
    

    secret variables
    These variables are used for signing and uploading to both stores.

  3. Add app to Fledge
    Install the Travis config file and Fastlane files

    $ fledge config -b travis
    
  4. Start a beta
    Run pipeline on Travis

    $ fledge beta
    

    This will build your app, upload to both store consoles and release to beta testers.

  5. Release to users

    $ fledge release
    

    This will release the app to users.

Documentation

As with any mobile app, there are several one-time setup tasks (most of which you have to do anyway… even without a CICD tool).

To avoid having to gather together all the bits and pieces of information required to deliver a Flutter app, the Fledge project has created complete documentation to walk you thru all the setup tasks for the more common scenarios.

One of the reasons the Fledge projects exists is to document these one-time setup tasks and progressively automate them where possible (and then remove from documentation).

Fledge Docs

View the documentation site for complete usage and configuration information.

Demo

For a demo of Fledge in action see: https://github.com/mmcc007/todo. Links are included to view the pipeline on Travis that delivers betas and releases to both stores.

The demo app was delivered automatically to both Google and Apple stores using a Fledge pipeline.

You can download the demo app to your android or iOS device:
GitErDone GitErDone

Fledge trace-back feature

This feature allows you to track what version of your app is running on any device. Useful for support and bug-fixing.

To use the Fledge trace-back feature, tap on the app title 'GitErDone' to view the 'About'.

On an android device you will see:
android screenshot

On an iOS device you will see:
ios screenshot

You can then trace back to the Fledge pipeline that delivered the app (click on image below for link to actual pipeline):
fledge pipeline

License

Fledge is distributed by an MIT license.

Contributing

When contributing to this repository, please feel free to discuss via issue or pull request.

Issues and pull requests are welcome.

Your feedback is used to guide where development effort is focused. So feel free to create as many issues and pull requests as you want. You should expect a timely and considered response.

BTW: to contribute to the manual, fork the project and make updates to the gh-pages branch. Then create a PR. The manual is a collection of markdown docs (like the README.md).

Code of Conduct

Fledge is committed to fostering a welcoming community.

Big Thanks

Mobile Testing Platform and Open Source <3♥ Provided by Sauce Labs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].