DEVS: Developer Board and Jobs Listing

  web app, website

devs

Setup

Currently, this DEVS project is using the master channel of the Flutter SDK.

TODO: Migrate to beta

Clone the project

git clone https://github.com/flutterph/devs/

Download dependencies

Open the project in an IDE or text-editor, then run the ff:

cd devs
flutter packages get

Run the project for web

flutter run -d web

Run the project for mobile

TODO: Add responsiveness for mobile

Contributing

#30DaysOfFlutter Activies

1. Add Developer Details (1 Point)

  1. Create an new ticket here

Title: Add details

Body (Optional): More details about you

  1. Fork this repository
  2. Clone (or download) the fork repository on your machine
  3. Create a new branch
git checkout -b <ticket-number>/your-name
  1. Locate and open the file assets/data/devs.json
  2. Add your details
[
  {
    "name": "Joshua",
    "roles": ["Software Engineer", "Flutter and Dart GDE"],
    "about": "Lorem ipsum"
  },
  {
    "name": "Charles Magno",
    "roles": ["Software Engineer", "Flutter"],
    "about": "Lorem ipsum"
  },
  ...
  // Add here
]
  1. Commit changes

Add your name

git commit -m "Add <your-name> details"
  1. Push the changes
git push origin -u <ticket-number>/your-name
  1. On Github, open the fork repository
  2. Locate the branch
  3. Create a pull request
  4. Submit pull request for review

General Contributing

1. Feature Development

  1. Comment on the ticket you would like to work on
  2. Outline your proposed solution
  3. Get feedback from maintainers
  4. Work on the feature
  5. Create a pull request
  6. Submit pull request for review

2. Fixing bugs

  1. Comment on the ticket you would like to work on
  2. Outline your proposed solution
  3. Get feedback from maintainers
  4. Work on the bug fix
  5. Create a pull request
  6. Submit pull request for review

3. Filling bugs

4. Feature requests

  1. Create a new issue using the ‘Feature Request ‘ template
  2. Fill in the requested information and feel free to add headers if there’s anything you think we missed!
  3. Submit the new issue

For questions or suggestions, either create a ticket or send us an email at team@flutter.ph.

More on Contributing.

Commands

Before creating Pull Request

Format files

flutter format --set-exit-if-changed .

Analyze files

flutter analyze .

Download DEVS app source code on GitHub

https://github.com/flutterph/devs