flutter-vienna-hackathon-25/README.md
2025-08-17 12:00:25 +02:00

46 lines
1.5 KiB
Markdown

# Wien Talks
**An app developed during the [2nd Flutter Vienna Hackathon](https://www.meetup.com/fluttervienna/events/310014357/).**
## Team
_Grätzel-Goblins_ — Timo, Max & Mike
## Description
_Wien Talks_ is an app to share the iconic and quotable lines you hear Viennese
people drop throughout their day. It doesn't matter if it's a U6 train
conductor's insults that he made during an announcement or the Spar cashier's
funny retort to "Zweite Kassa bitte!", _Wien Talks_ is made to record, preserve
and share Viennese quotes with others.
Quotes are community-moderated—users can up- or down-vote posts. Additionally,
when creating a new quote, the location from which the user made it is added,
too. This allows you to see what's going on near you.
## Screenshots
<table>
<tr>
<td align="center">
<img src="unicorn/Screenshot_1755421875.png" width="300" alt="Default quotes list"/>
<div><sub>Default quotes view</sub></div>
</td>
<td align="center">
<img src="unicorn/Screenshot_1755421892.png" width="300" alt="Filtered quotes list"/>
<div><sub>Filtered quotes</sub></div>
</td>
</tr>
<tr>
<td align="center">
<img src="unicorn/Screenshot_1755421897.png" width="300" alt="Reuse location from quote"/>
<div><sub>Tap a card → create with same location</sub></div>
</td>
<td align="center">
<img src="unicorn/Screenshot_1755421907.png" width="300" alt="Custom location picker"/>
<div><sub>Set a custom location</sub></div>
</td>
</tr>
</table>
---