resizeToAvoidBottomPadding: false,
Closed this issue · 8 comments
wskkhn-hezhong commented
../../development/flutter/.pub-cache/hosted/pub.flutter-io.cn/city_pickers-0.2.0/lib/src/cities_selector/cities_selector.dart:415:9: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
resizeToAvoidBottomPadding: false,
wskkhn-hezhong commented
flutter 2.0 错误,需要更新一下
xiaomsh commented
+1
tengshanzhangshao commented
+1
flytrap commented
已经有人改了,需要合并一下
wskkhn-hezhong commented
选择**时会报错
Deleted user commented
+1
Hynsen commented
改为 resizeToAvoidBottomInset: false
hanxu317317 commented