Search code examples
flutterflutter-widget

Is there a flutter widget for this type of choice bar?


Espn graphic

This is taken from the ESPN website where you can select one of the 3 options within the choice bar and it shows the information related to your choice. Is there any flutter widget for this? Choice chips are the closest one I've found but they are not connected together. Just wondering if there is a widget for this before spend the time to build one myself.


Solution

  • You can try something like this. https://pub.dev/packages/toggle_bar

    But, IMHO, your own implementation will be more flexible.