Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-braz authored Apr 10, 2024
1 parent 4681ad8 commit 9b879ab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
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"
},
]
}
```

0 comments on commit 9b879ab

Please sign in to comment.