city_pickers插件中,在flutter2中,会显示如下错误

/D:/FlutterSDK/.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,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^

将第415行,代码改为
resizeToAvoidBottomInset: false,

更多推荐