i want to create smth like this with flutter to select language. I tried looking for carousel and listviews but nothing.
is there any ready package or should i implement it myself. If so how can I do it.
CodePudding user response:
Listview has a proprietary called scrolldirection. You can set to horizontal.
CodePudding user response:
page view seems to work fine i just have to wrap it in a Container with precise height and width.