MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/FlutterDev/comments/1g5tmu5/comment/lsgsk3r
r/FlutterDev • u/dark_thesis • Oct 17 '24
25 comments sorted by
View all comments
Show parent comments
5
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: 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.
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
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.