codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Updated to capture maxShortSide line:39 #8

Closed yosus closed 4 years ago

yosus commented 4 years ago

On line 39, the "maxShortSide" parameter wasn't captured.

Changed from "maxShortSide: maxLongSide," to "maxShortSide: maxShortSide,"

codegrue commented 4 years ago

Please update Changelog.md also for this pull request.