theexidge / routinger

Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
GNU Affero General Public License v3.0
28 stars 22 forks source link

Setting Up a Flutter GitHub workflow for Android #27

Closed Kushalrock closed 2 years ago

Kushalrock commented 2 years ago

Is your feature request related to a problem? Please describe. GitHub workflows have almost become essential for projects. It becomes easier on part of the maintainers to test the app. Setting up a GitHub workflow which builds the app's apk and retains it for 5 days

Describe the solution you'd like A flutter workflow that builds the apk and retains it for 5 days.

Additional context Using GitHub actions and creating a buildapk.yml file inside .github/worflows directory would help us achieve our goal.

Kushalrock commented 2 years ago

@GrbavaCigla Please check this issue out and comment on it. It would be easier on our part to organize things.🙂🙂

GrbavaCigla commented 2 years ago

:+1: