GuanaCOVID

GuanaCOVID
Login

GuanaCOVID es una aplicación desarrollada en Flutter que muestra las cifras de casos de COVID-19 en el Estado de Guanajuato, México. El enfoque de la aplicación es ofrecer una interfaz gráfica minimalista, simple y fácil de utilizar. Se eliminan todas las funcionalidades innecesarias. Los datos son obtenidos del API oficial de la Secretaría de Salud de Guanajuato. El uso de esta aplicación es totalmente libre.


Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 1 Screenshot 2 Screenshot 3

Compilar

flutter pub get
flutter pub run flutter_launcher_icons:main # en caso de haberse cambiado el ícono
flutter run --release

Licencia (GPLv3)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.