RodrigoDisselli / todo-list-aulas-flutter

Código fonte da lista de tarefas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lista de Tarefas

Aplicativo para gerenciar as tarefas do dia-a-dia criado para disciplina de Programação Mobile.

Tutorial de criação deste app: http://bit.ly/2jXXU7Q

Como clonar e importar

Desafios

  • Na lista de tarefas, adicionar divisões entre as linhas (use ListView.separated)
  • Adicionar validações no cadastro de uma atividade (lembre-se que é preciso utilizar o widget TextFormField para isso)
  • Campo descrição precisar aceitar múltiplas linhas
  • Criar um campo para nível de prioridades que aceita valores entre 1 (baixa prioridade) e 5 (alta prioridade). Representar isso no card da forma como achar mais interessante.
  • Adicionar um PercentIndicator circular na barra de navegação para indicar a porcentagem de tarefas concluídas

Licença

Copyright 2019 Kleber de Oliveira Andrade

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Código fonte da lista de tarefas

License:MIT License


Languages

Language:Dart 88.7%Language:Objective-C 5.4%Language:Shell 3.2%Language:Java 2.6%