Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o-ifeanyi/ci_cd_article
This is a Flutter project that utilizes Fastlane and GitHub Actions for continuous integration and deployment (CI/CD) automation.
https://github.com/o-ifeanyi/ci_cd_article
cicd fastlane flutter
Last synced: 27 days ago
JSON representation
This is a Flutter project that utilizes Fastlane and GitHub Actions for continuous integration and deployment (CI/CD) automation.
- Host: GitHub
- URL: https://github.com/o-ifeanyi/ci_cd_article
- Owner: o-ifeanyi
- Created: 2023-03-31T15:06:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T02:04:05.000Z (11 months ago)
- Last Synced: 2024-02-06T03:22:53.018Z (11 months ago)
- Topics: cicd, fastlane, flutter
- Language: Dart
- Homepage:
- Size: 619 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Article](https://user-images.githubusercontent.com/60583263/233746237-d687b6d0-3c39-43fa-a6d3-9da6e4987bc3.png)
# ☑️ Checklist App
This is a Flutter project that utilizes Fastlane and GitHub Actions for continuous integration and deployment (CI/CD) automation.
Fastlane is a command-line tool for automating common development tasks, such as building, testing, and deploying mobile apps. It allows us to define a series of steps that we want to automate as part of our development workflow, and then execute them with a single command. With Fastlane, we can automate the process of building, testing, and deploying our app, as well as many other common development tasks.
GitHub Actions is a powerful platform for automating workflows, including CI/CD pipelines. GitHub Actions has been set up to automatically test and deploy the app to the stores when changes are made to the repository.
## 📝 Articles
In addition to the code in this repository, two articles have also been published that explains how Fastlane and GitHub Actions was set up for this project. I hope that these articles will be helpful to other mobile app developers who are interested in streamlining their development workflows and improving the quality of their code.- [Flutter + Fastlane (Part 1)](https://o-ifeanyi.hashnode.dev/flutter-fastlane-part-1)
- [Flutter + Fastlane + Actions (Part 2)](https://o-ifeanyi.hashnode.dev/flutter-fastlane-github-actions-part-2)## 📸 Screenshots
| Light | Dark |
|------|-------|
| | |
| | |## 🤓 Author
- Onuoha Ifeanyi ([@onuoha_ifeanyi](https://twitter.com/onuoha_ifeanyi))## 🔖 License
Copyright 2023 Onuoha IfeanyiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.