dashbook icon indicating copy to clipboard operation
dashbook copied to clipboard

Development tools to help you building UI on Flutter

Results 13 dashbook issues
Sort by recently updated
recently updated
newest added

This feature adds an option to auto-pin the stories bar. When it is enabled it removes the icons of 'pin' and 'navigator' as those don't have any impact. The status...

I'm trying to use `colorProperty` to let users change some widgets color. The color picker is opened correctly with default color, but when I try to change the color and...

We have actually started using this and feel like it's a nice feature to bake into dashbook. Poached from [flutter_catelog](https://github.com/X-Wei/flutter_catalog/). It allows developers to view a preview of the widget...

# Description Added unit tests to the TooltipTitle && Wrapped TooltipTitle in an Wrap widget to avoid overflowing on small screens

There are several hardcoded texts into Dashbook. Maybe could be added an i18n strategy to allow custom languages.

Currently it is only possible to access the information about a particular example through a small (i) icon in the top-right corner, which presents several challenges: - the user may...

Just like with the device preview, but having the possibility to set any size instead of the predefined ones.

enhancement

THis is one of the low contributors to Flutter Platform Widgets. The way I understand how this plugin works is that I could combine this with eBay's Golden Toolkit and...

One useful feature of Storybook is the Docs tab which supports components or MDX. I feel like one potential way to support this in dashbook is to load the dart...

This PR is for discussion and inspiration. I've done 2 main things, 1. split the content from the MaterialApp 2. create a different multibrand app with custom navigation logic **1....