向下滑动后窗口小部件不可见

时间:2020-01-20 20:05:42

标签: flutter dart

After swiping down and swiping up googlemap widget is not visible and gives this 错误: Article::Category.create_translion_table! Here's video what happens

我的代码:

Unhandled Exception: 'package:flutter/src/services/platform_views.dart': Failed assertion: line 548 pos 12: '!size.isEmpty': is not true.

1 个答案:

答案 0 :(得分:0)

最好的解决方案是将GoogleMaps小部件包装为Stack and Positioned。这样可以防止在折叠工作表时将地图缩小到零高度。 亚当·约翰逊(AdamJohnsson) https://github.com/AdamJonsson

相关问题