Open nqhhdev opened 1 month ago
Widgetbook and Storybook for Flutter are tools aimed at improving the development experience by allowing you to develop, test, and showcase individual widgets in isolation.
Widgetbook is a Flutter-specific tool similar to Storybook for React. It helps developers build UIs in isolation, with a primary focus on Flutter widgets. Some of its features include:
Storybook is a well-known tool in the React world, and there’s a Flutter version that brings a similar experience to Flutter developers. Storybook for Flutter allows you to create "stories" for individual UI components, providing a playground to visualize the states of your widgets. Features include:
Docs
Widgetbook
Storybook
DoD