SegmentedButton (Widget of the Week)

preview_player
Показать описание
Use Material’s SegmentedButton that lets users select value(s) from a limited set of options.

#Flutter #WidgetOfTheWeek

Products Mentioned: Flutter
Рекомендации по теме
Комментарии
Автор

New to flutter here. Saved my time. It was part of my custom implementation plan.

imbk
Автор

I was desperately looking for such a UI component, You don't know! How useful it is going to be for my current project 🔥

omjamnekar
Автор

Woah finally! thanks Flutter team!
With this widget, I can replace the custom one I spent hours developing and maintaining to achieve this same functionality.

modarct
Автор

Awesome UI discovered here, brilliant!

barziyassin
Автор

This is exactly what I was looking for. Now it's time to code

cyclone
Автор

All you need is a Container widget and you can make anything in flutter

salahuddinshaikh
Автор

I remember implementing something like this from scratch around 3 years back...

The__Leo
Автор

I love it., before this, I build one project for someone build I build this from zero .... But now everything is ready

mohammedanwarbinmuslem
Автор

How i can separate the segment, i mean that if i want 3 or 4 circular button besides each other and when i choose one then just the circle area colored not square area segment

giwcvke
Автор

how to style the segment for SegmentedButton<String>{}

sarahravi
Автор

Hello, can my LT cloud phone APP be developed with flutter?

devinbai
Автор

Isn't it same as toggle buttons ?

RajMaheshwari
Автор

Hello Flutter team, Iam using cachednetworkimage for image loading, but Iam getting too jank on scroll Iam applying on sliver grid but when I use container. With decoration image with cachednetworkimageprovider Iam getting smooth scroll, but I can't able to add placeholder in please bring a solution.

prithvirajdesigner
Автор

2A UI component that just... clicks!" badumm-tisssh.... Just what I was looking for...

olagisrarikis
Автор

Nice, now I have a simple alternative to all the ugly choice chips scatter all over my app 😂

kapser
Автор

Thanks god I could make such things by my own in a few minutes :)

andyprotech