Home > Enterprise >  how to build horizontal list view with 1 item visible to select language ( can be controlled with bu
how to build horizontal list view with 1 item visible to select language ( can be controlled with bu

Time:08-03

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.

  • Related