Skip to content

GLKaiky/LDDM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDDM

Laboratório de Desenvolvimento de Dispositivos Móveis @ PUC-MG

Description

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)

Projects

Getting Started

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.

Rules

  • 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

How to contribute

  • 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

About

Repositorio destinado a materia LDDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 38.6%
  • C++ 27.5%
  • CMake 21.6%
  • TypeScript 4.8%
  • HTML 4.8%
  • Swift 1.3%
  • Other 1.4%