Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuel-braz/flutter_sp_social
https://github.com/emanuel-braz/flutter_sp_social
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emanuel-braz/flutter_sp_social
- Owner: emanuel-braz
- Created: 2023-11-29T04:08:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T16:19:44.000Z (7 months ago)
- Last Synced: 2024-04-14T12:32:43.361Z (7 months ago)
- Language: Dart
- Homepage: https://emanuel-braz.github.io/flutter_sp_social/
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Acesse [https://emanuel-braz.github.io/flutter_sp_social/](https://emanuel-braz.github.io/flutter_sp_social/)
Para adicionar novos QRCodes, crie um novo arquivo `{numero_da_edição_do_meetup}.json` dentro da pasta `data`.
Por exemplo o 16º meetup ficaria `./data/16.json`.
Para visualizar o QRCode criado, acesse o app utilizando a query param `id`.
Exemplo: https://emanuel-braz.github.io/flutter_sp_social?id=16
Json de exemplo:
```json
{
"eventName": "16º Flutter SP",
"eventDate": "2019-01-01",
"social_qr_codes": [
{
"title": "Se inscreva no meetup",
"qr_code": "https://www.meetup.com/pt-BR/fluttersp/",
"icon": "https://upload.wikimedia.org/wikipedia/commons/6/6b/Meetup_Logo.png"
},
]
}
```