切换底部导航页面后,我有一个非常烦人的Google地图抖动重建问题。我已经坚持了最后的缩放和相机位置,但是每次我进入地图页面时,小部件都会重新构建。如何预防呢?
答案 0 :(得分:0)
使用
AutomaticKeepAliveClientMixin
例如,
class _ExampleClass extends State<ExampleState> with
AutomaticKeepAliveClientMixin<ExampleState> {
@override
bool get wantKeepAlive => true;