Currently, this DEVS project is using the master
channel of the Flutter SDK.
TODO: Migrate to beta
git clone https://github.com/flutterph/devs/
Open the project in an IDE or text-editor, then run the ff:
cd devs
flutter packages get
flutter run -d web
TODO: Add responsiveness for mobile
Title: Add
Body (Optional): More details about you
git checkout -b <ticket-number>/your-name
assets/data/devs.json
[
{
"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
]
Add your name
git commit -m "Add <your-name> details"
git push origin -u <ticket-number>/your-name
On Github, open the fork repository
Locate the branch
Create a pull request
Submit pull request for review
For questions or suggestions, either create a ticket or send us an email at team@flutter.ph.
More on Contributing.
Format files
flutter format --set-exit-if-changed .
Analyze files
flutter analyze .
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!