Hacker News new | ask | show | jobs
by millstone 1930 days ago
Seems like a demoscene release. Any good examples of interactive apps with input, editing, etc?
1 comments

Google lists a few on their website (https://flutter.dev/showcase). You can find more using a search engine.

Two years ago, I built an interactive Flutter app to administer surveys. It supported branching based on user input and displayed a summary of responses at the end. At that time the only major challenges were poor documentation and a tiny community.