DEVS: Developer Board and Jobs Listing | For Developers, By Developers

Related tags

Templates devs
Overview

devs

All Contributors

style: very good analysis

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",
    "username: "joshuamdeguzman",
    "socials": {
          "twitter": "",
          "facebook": "",
          "linkedin": ""
      }
  },
  {
    "name": "Jan Salvador S. Sebastian",
    "roles": ["Software Engineer", "Flutter"],
    "about": "Lorem ipsum",
    "username: "JanSalvador1445",
    "socials": {
          "twitter": "",
          "facebook": "",
          "linkedin": ""
      }
  },
  ...
  // 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 [email protected].

More on Contributing.

Commands

Before creating Pull Request

Format files

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

Analyze files

flutter analyze .

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Joshua de Guzman

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ”ฃ ๐Ÿง‘โ€๐Ÿซ ๐Ÿ›

digitaljoni

๐Ÿ–‹ ๐Ÿง‘โ€๐Ÿซ

Vince Ramces Oliveros

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ›

Medwin Correo

๐Ÿ–‹

Karlo Barcelona

๐Ÿ–‹

Barrientos Mark Zamie

๐Ÿ–‹

Haji Fernandez

๐Ÿ–‹

Anike Nicole Dorgu

๐Ÿ–‹ ๐Ÿ“–

Celesica

๐Ÿ–‹

Kean Allen Imam

๐Ÿ–‹

Muslimin Ontong

๐Ÿ–‹

Roneal Denila

๐Ÿ–‹

Felix Jerome Dela Fuente

๐Ÿ–‹

charlzmagno

๐Ÿ–‹

Radhika

๐Ÿ–‹ ๐Ÿ“–

Jan Salvador Sebastian

๐Ÿ–‹ ๐Ÿง‘โ€๐Ÿซ ๐Ÿ’ป ๐Ÿ›

KarlJan Reginaldo

๐Ÿ–‹

Eastly1997

๐Ÿ–‹

Lester Araรฑa

๐Ÿ–‹

Lorns15

๐Ÿ–‹ ๐Ÿ’ป ๐ŸŽจ

janfrncs

๐Ÿ–‹

Kim Arthur Lorenzo

๐Ÿ–‹

mgcarpizo

๐Ÿ–‹

Zaldy Pagaduan Jr.

๐Ÿ–‹

Sherwyne

๐Ÿ–‹

EruelUrsua

๐Ÿ–‹

Ca

๐Ÿ–‹

Jeofferson Dela Peรฑa

๐Ÿ–‹

Rian

๐Ÿ–‹

RaineHolgado

๐Ÿ–‹

Zen Rabanes

๐Ÿ–‹

John Patrick Prieto

๐Ÿ–‹

Kevin Tuazon

๐Ÿ–‹

K

๐Ÿ–‹

Bern Lester Givertas

๐Ÿ–‹

Royce

๐Ÿ–‹

lidaniel5

๐Ÿ–‹

Venus Lumanglas

๐Ÿ–‹

Jan Dranreb Balangue

๐Ÿ–‹

Portia Bumanlag

๐Ÿ–‹

Vincent

๐Ÿ–‹

Jose Jaime Bisuรฑa

๐Ÿ–‹ ๐ŸŽจ ๐Ÿ’ป

Darryl Llanura

๐Ÿ–‹

Ipancho

๐Ÿ–‹

Kathorsiii

๐Ÿ–‹

Jed Aureus Gonzales

๐Ÿ–‹

Oliver Rhyme Guibone Aรฑasco

๐Ÿ–‹ ๐Ÿ’ป ๐Ÿ›

Mher Tan

๐Ÿ–‹

Ritzi April Lontoc

๐Ÿ–‹

Nickr

๐Ÿ–‹

Jaymon Rivera

๐Ÿ–‹

John Lester D. Necesito

๐Ÿ–‹

Kuya False

๐Ÿ–‹

Romar Marcos

๐Ÿ–‹

Ryan Solis

๐Ÿ–‹

This project follows the all-contributors specification. Contributions of any kind welcome!

You might also like...

Home Automation App using Flutter, Adafruit IO & Esp32 dev board.

Home Automation App using Flutter, Adafruit IO & Esp32 dev board.

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting Started This project is a starting point for a Flutter application. A

Dec 29, 2022

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting

Apr 19, 2022

Flutter Based Application For Task Organization ( KanBan Board ), Hacktober 2022 accepted.

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a โญ๏ธ Flutter Based Application For Task Organization ( KanBan Board ), Hacktober 2022 accepted.

Oct 27, 2022

This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams

This package helps developer to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with teams

Package helps to sort the flutter/dart packages and plugins alphabetically, This makes it easier when managing too many packages and when working with

Dec 21, 2022

Today we will show you how you can create your developer portfolio website and app using flutter.

Today we will show you how you can create your developer portfolio website and app using flutter.

Responsive and Animated Portfolio Website & App - Flutter UI Live Preview Watch it on YouTube Packages we are using: flutter_svg: link goole_fonts: li

Dec 30, 2022

Udemy Course "Dart and Flutter: The Complete Developer's Guide" Project. (With Hive DB)

Udemy-Course-Flutter Udemy Course "Dart and Flutter: The Complete Developer's Guide" Project. (With Hive DB) The course: https://www.udemy.com/course/

Jun 11, 2022

Contactus - a flutter package. The most common functionality added in any commercial app is the Developer's contact details

Contactus - a flutter package. The most common functionality added in any commercial app is the Developer's contact details

Contact Us The most common functionality added in any commercial app is the Developer's contact details!! So this package helps the developers to simp

Aug 4, 2022

Software Developer Portfolio Template built using Dart, Flutter web

Dev Portfolio Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. A lightweight, customizable

Dec 10, 2022
Comments
  • Added Card Widgets (_DevListCardFirst and _DevListCardSecond)

    Added Card Widgets (_DevListCardFirst and _DevListCardSecond)

    File: dev_list.dart Added card widgets to list of devs Icons to be updated to socials, temporarily material icons Can try out card dark mode by changing isDark to true

    File: devboard_page.dart modified DevboardPage widget, for fixed card list view sizing Added ListType enum Added other card types to Devboard Page

    File: devs.json Added socials

    Card demo 1: https://imgur.com/vWuCXhX Card demo 2: https://imgur.com/V1jslVt

    #30daysOfFlutter 3 points 
    opened by bisunajaime 25
  • [feat][ui] Job Board UI Design

    [feat][ui] Job Board UI Design

    Feature Request

    Job Board UI Design Suggestion

    Summary

    Designed a wireframe for Job Board similar to other job search platforms like JobStreet, Indeed, and LinkedIn

    Wireframe sample - https://imgur.com/a/N13IpuY

    opened by bisunajaime 0
  • Unresponsive web view

    Unresponsive web view

    Describe the bug

    A clear and concise description of what the bug is.

    To Reproduce

    Steps to reproduce the behavior:

    1. Zoom out your browser

    image

    Expected behavior

    A clear and concise description of what you expected to happen.

    Logs

    If applicable, add logs to help explain your problem (e.g. the error message and/or exception traceback).

    Environment (please complete the following information):

    • OS: Windows
    • Browser: Chrome

    Additional context

    Add any other context about the problem here.

    opened by Eastly1997 0
  • Update devs.json John Wesley Bodoso

    Update devs.json John Wesley Bodoso

    Describe the bug

    A clear and concise description of what the bug is.

    To Reproduce

    Steps to reproduce the behavior: 1. 2. 3. 4.

    Expected behavior

    A clear and concise description of what you expected to happen.

    Logs

    If applicable, add logs to help explain your problem (e.g. the error message and/or exception traceback).

    Environment (please complete the following information):

    • OS:
    • Browser:

    Additional context

    Add any other context about the problem here.

    opened by Eastly1997 0
Owner
Flutter Philippines Community
We aim to explore, learn, and share Flutter with the community. #flutterdotph
Flutter Philippines Community
Basic Flutter apps, for flutter devs

flutter_do Basic Flutter apps, for flutter devs. ไธ€ไธชๅธฎๅŠฉๅผ€ๅ‘่€…ๅŠ ๆทฑไบ†่งฃ Flutter ็š„้กน็›ฎ๏ผŒๆไพ›ไบ† N ๅคšไธชๅธธ็”จ Widget ๅ’Œ่‡ชๅฎšไน‰ Widget ็š„ไฝฟ็”จๅŠๅฎž็Žฐๆ–นๆณ•๏ผŒๆถต็›–ไบ†็ณป็ปŸ Widget ใ€ๅธƒๅฑ€ๅฎนๅ™จใ€ๅŠจ็”ปใ€้ซ˜้˜ถๅŠŸ่ƒฝใ€่‡ชๅฎšไน‰ Widget

null 49 May 21, 2022
This is a foods listing app, using Flutter

Feeddy ?? This is a foods listing app, using Flutter. It is a multi screen app with a simple functionality but with a full-on custom styling. Extra De

Reinier Garcรญa Ramos 6 Nov 6, 2022
A Flutter app that shows a random Steve Jobs quote on every button click

Inspire App An app I made while learning Flutter that shows a random Steve Jobs quote on every button click. Used technologies Dart Screenshots Contri

Yฤฑlmaz YaฤŸฤฑz Dokumacฤฑ 1 Dec 2, 2021
Flutter jobs borad app created using flutter

Flutter Jobs App note : the app is not working now because of some changes in the web site and i will work on it soon(โˆžโˆž) but you can still benfit fro

Raouf Rahiche 222 Dec 21, 2022
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.

Flutter Widget Guide A flutter appliction listing all the widgets covered in Flutter widget of the week playlist Get the app Now featured on itsallwid

Annsh Singh 371 Dec 28, 2022
Build a system that recommends jobs based on resume.

Job Findr Problem Statement: Build a system that recommends jobs based on resume. Problem Description: The problem statement suggests to build a syste

null 2 Jul 8, 2022
Freela is a Flutter project that aims to connect people who want to work with jobs to be done.

Freela Freela is a Flutter project being developed at the university that aims to connect people who want to work with jobs to be done. Para Desenvolv

Gustavo Martins 4 Nov 1, 2022
Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Habib ullah 14 Jan 1, 2023
One piece snakes and ladders - Interactive mobile board game in Flutter

One Piece Snake And Ladders Seleรงรฃo de Desenvolvedor de Software - Escribo Desaf

Raphael Meneses 1 Jan 21, 2022
An application built using Flutter that can be used while playing board games if actual or physical dice is missing . This is a dual dice application.

diceee_utter A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

dev_allauddin 3 Feb 3, 2022