ZanderCowboy / multichoice

A simple flutter app to keep track of movies and series that has been watched, currently being watched, and on the agenda to watch.
MIT License
0 stars 0 forks source link

multichoice

style: very good analysis GitHub Release GitHub Tag

Linting Build Deploy

Quality Gate Status codecov GitHub License

Setup

If permissions denied while running flutter pub get run the following

sudo chown -R ${whoami}:${whoami} /flutter

OR

sudo chown -R node:node /flutter

Platforms

This project is specifically meant for Android, Web, and Windows. Run this command

flutter config --list

to enable/disable any needed platforms.

PRs and Workflows

Versioning

Flow

Linting ON PUSH - ANY BRANCH ON PR - ANY BRANCH

Building ON PR - FROM FEATURE TO DEVELOP

Tag and Release ON PR - FROM DEVELOP TO MAIN

Deploy ON PUSH - TO MAIN

Websites and Links

SonarCloud