gskinnerTeam / flutter_vignettes

A collection of fun Flutter experiments, created by gskinner, in partnership with Google.
https://flutter.gskinner.com
MIT License
4.58k stars 1k forks source link

Ticket fold issue 5 #11

Closed dcocom closed 4 years ago

dcocom commented 4 years ago

Issue was during build/rendering, the ticket was recursively being called in a Stack, making the buttons unreachable to tap. This approach uses Column instead of Stack and make some adjustments around that. Barcode widget was changed from Image to Button to test button functionality. After changes, button action can be triggered.