xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.83k stars 628 forks source link

EasyRefresh 嵌套flutter_cupertino_datetime_picker 会布局错乱 ,示例代码跑一下就知道了 #830

Closed pickalex closed 1 month ago

pickalex commented 1 month ago

EasyRefresh( child: ListView( children: [ SizedBox( height: 200, child: DateTimePickerWidget( pickerTheme: const DateTimePickerTheme( showTitle: false , pickerHeight: 200 ), locale: DateTimePickerLocale.zh_cn, dateFormat: 'yyyy-MM-dd', ), ), ], ), ),

xuelongqy commented 1 month ago

Readme第一条