Aplicativo de uma calculadora de juros para boletos vencidos para disciplina de Programação Mobile, criado por Kleber de Oliveira Andrade
Tutorial de criação deste app: clique aqui
- Faça um fork do projeto (precisa ter uma conta no github)
- Abra o terminal do Visual Studio Code
- Acesse a pasta onde deseja salvar o aplicativo e digite: git clone link_do_projeto_no_seu_github interest_calculator
- Clique em File --> Open e abra o projeto
- Não se esqueça de abrir o arquivo pubspec.yaml e salvar (CTRL + S) o arquivo para que os plugins sejam baixados
- Não permitir adicionar valores negativos (multas e juros). Você pode adicionar essa validação entendendo mais sobre TextFormField;
- Adicionar um background gradiente (tutorial e uiGradients);
- Adicionar um botão na IconButton na AppBar para exibir informações do aplicativo utilizando a função showAboutDialog;
- Criar um IconButton na AppBar para alternar entre os temas Light/dark (use o plugin dynamic_theme e para entender mais sobre os parâmetros do tema use o panache);
- Implementar a função que limpa (clear) a tela na classe Controller.
Copyright 2020 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.