moak13 / recipe_app

A simple recipe application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

receipe_app

How to contribute to this open source project Prerequisites

  • You will need to have flutter set up on your system
  • You Should know this project was built using stacked as a state management tool check this for info on stacked

Installation

To get started with the code follow this steps

  1. Fork my repo

... click the fork button on the top right corner and give it a name you want ... 2. clone your fork

  1. Navigate to the project directory

....//TODO cd recipe_app .....

  1. clean the app by running the flutter clean

.... flutter clean ....

  1. run the app

.... flutter run ....

  1. make changes

  2. create a branch

  3. checkout to your branch

  4. commit changes

  5. push your code

GitHub Contribution

To contribute to this project, features are added via PRs. The guideline for PRs are one PR per feature. Features can be a screen, backend integration or a bug fix. When creating a branch that later turns into a PR, kindly make use of this formats in branch formats below.

Branch Formats

Below are the formats to use when contributing to this project.

  • feat/<branch_name>
  • chore/<branch_name>
  • fix/<branch_name>

Anything outside this would lead to closing of the PR and redoing it.

Backend

About

A simple recipe application


Languages

Language:Dart 98.8%Language:Ruby 0.7%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%