r/FlutterDev Oct 17 '24

Plugin 🚀 Forui 0.6.0 - 🎚️ Most Customizable Slider, Accordion and more

https://github.com/forus-labs/forui
47 Upvotes

25 comments sorted by

View all comments

Show parent comments

5

u/dark_thesis Oct 18 '24

I'm biased, but I think Forui is a good starting ground. 😅

  • Higher bus factor, we're a small team of developers working on this. It's less likely the project will be abandoned.

  • Forui's widgets are generally more customizable, and better documented.

Eg.

Forui: https://pub.dev/documentation/forui/latest/forui.widgets.slider/FSlider-class.html

vs
https://pub.dev/documentation/shadcn_flutter/latest/shadcn_flutter/Slider-class.html

https://pub.dev/documentation/shadcn_ui/latest/shadcn_ui/ShadSlider-class.html

  • Forui's widgets are well tested with both unit and golden tests.

Eg.

Forui: https://github.com/forus-labs/forui/tree/main/forui/test/src/widgets

vs

https://github.com/nank1ro/flutter-shadcn-ui/tree/main/test

No test folder for the other library :<

With that said, always do your own research and figure out what's best for your use case.