ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
288 stars 66 forks source link

FR: knobs.sliderInt divisions should default to (max-min) #119

Open bramp opened 1 year ago

bramp commented 1 year ago

divisions defaults to 100, but with ints being discrete there are only so many values in the allowed range. Could we change the default value for divisions to (max-min) ?

ookami-kb commented 1 year ago

Yeah, makes sense, will take a look into it.