linagora / twake-on-matrix

A multi-platform (Flutter) application for connecting to Matrix - an open network for secure, decentralized communication, with your favorite devices.
GNU Affero General Public License v3.0
63 stars 18 forks source link

[GROOMING] Story book / Widgetbook #2102

Open nqhhdev opened 1 month ago

nqhhdev commented 1 month ago

Docs

Widgetbook

DoD

nqhhdev commented 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 for Flutter:

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 for Flutter:

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:

Differences: