storybook_flutter icon indicating copy to clipboard operation
storybook_flutter copied to clipboard

A storybook for Flutter widgets.

Results 35 storybook_flutter issues
Sort by recently updated
recently updated
newest added

I've found that switching between stories is primarily done by state and therefore not by a route or navigator. It is important for us to have individual URLs for each...

LTR to RTL switch would be nice to have (next to where the light/dark mode switch is) to quickly test out your stories with LTR or RTL mode.

Need to have a Knob that keep its value when changing between stories. For example, a **Font Size** options knob that is present on all stories: ``` context.knobs.options( label: 'Font...

same problem as #65 , storybook_fluter info: ``` storybook_flutter: dependency: "direct dev" description: name: storybook_flutter url: "https://pub.dartlang.org" source: hosted version: "0.11.2+2" ``` flutter info: ```lang=bash [✓] Flutter (Channel stable, 3.3.4,...

Dear @ookami-kb, I hope this message finds you well. My name is Martin Jablečník, and I am a mobile application developer specializing in Flutter. Recently, I came across your project,...