I have a problem in creating theatre seat map layout using Flutter. I need the seat arrangement to be scrollable, selectable.
Solution 1: MαπμQμαπkγVπ.0
One thing you can consider to build a seat map layout is using the combination of Row
and Column
and a styled button to represent a seat.
You can make any Widget scrollable by wrapping it in a SingleChildScrolLView
.
See also: Flutter seat view with Column and Row