storybook_flutter
storybook_flutter copied to clipboard
A storybook for Flutter widgets.
Hi, there Recently i tried to use story book to present components and found there is a image assets issue. There is a component Rating as: ```dart class Rating extends...
Not sure how complicated this is but would it be possible to add a know for something that we see in a layout explorer? I am more interested in seeing...
#### Edit: Found a solution! This problem can be solved by wrapping `Storybook` widget in a `CupertinoApp`: ```dart class StorybookApp extends StatelessWidget { final ImageRepository imageRepository; const StorybookApp({Key? key, required...
Phone simulator shown always starts in dark mode: `initialDeviceFrameData: DeviceFrameData( device: Devices.ios.iPhone13Mini, isFrameVisible: true, )` It would be great to be able to choose between light/dark themes by default. Is...
Hello. It takes a long time to scroll to the desired story. version 0.10.0 Thanks)
Hi! First of all, thank you for this project It helps easier a lot to manage all the widgets in the project :-) But I'm facing that it is quite...
First of all, thank your for this project. It is easy to use, and nice to see. Here is a feature request we might like for upcoming updates : **Add...
I'm running into a few situations where I need a button knob that executes a function on press. Specifically, for state transitions and transient states such as animations. Having a...
It would be great being able to switch locale with a knob or some control in the storybook interface. Is there a way to do that?