Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appcivico/lgpdjus-flutter
https://github.com/appcivico/lgpdjus-flutter
flutter
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/appcivico/lgpdjus-flutter
- Owner: AppCivico
- License: other
- Created: 2022-05-23T14:11:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:32:56.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T13:46:42.330Z (over 1 year ago)
- Topics: flutter
- Language: Dart
- Homepage: https://itsrio.org/pt/projetos/lgpdjus/
- Size: 1.49 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LGPDjus
O aplicativo LGPDJus permite abertura e acompanhamento de solicitações referentes a nova legislação de proteção de dados pessoais (LGPD) referente ao Tribunal de Justiça de Santa de Catarina.
## Requisitos
- SDK Flutter 2.10 ou [FVM](https://fvm.app/)
- XCode >= 13.1
- Android SDK (com a variável de ambiente `ANDROID_SDK_ROOT` definida)
- [Firebase CLI](https://firebase.google.com/docs/cli) (autenticar usando `firebase login`)
- Make## Instalação
Instalar as dependências
```bash
flutter pub get
# ou caso esteja utilizando FVM
fvm flutter pub get
```Copiar arquivo de váriaveis de ambiente
```bash
cp .env.default .env # substitua os valores que forem necessários no arquivo .env
```Baixa arquivos de configuração do Firebase
```bash
make setup_google_services
```## Execução
```bash
make run
```