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