Laboratório de Desenvolvimento de Dispositivos Móveis @ PUC-MG
This is a repository for the course "Laboratório de Desenvolvimento de Dispositivos Móveis" (Mobile Devices Development Laboratory) at the Pontifícia Universidade Católica de Minas Gerais (PUC-MG). The course is taught by Professor Ilo Amy Saldanha Rivero
please, put your name here if you are contributing to this repository, this was another hint to my group. (alphabetical order)
This project is a starting point for a Flutter application. Important detail, I've never used flutter in my life, so don't expect it to be the best work ever. I'm learning and I'm trying to do my best.
- Please, don't push directly to the main branch. Create a new branch and make a pull request to
DEV
branch. - Make sure to comment your code in English.
- Make sure to comment your commit following the pattern:
- create =>
create: create a new file
- new feature =>
feat: new feature
- bug fix =>
fix: bug fix
- documentation =>
docs: documentation
- create =>
- Fork this repository
- Clone your fork:
git clone
- Create a branch:
git checkout -b my-branch
- Please, don't use the main branch
- each student should create a branch with their name, i'll decide if the pull request will be accepted or not, just to make sure that is some one from the group
- Make your changes
- Commit your changes:
git commit -m 'my changes'
- Push your branch:
git push origin my-branch
- Create a pull request