I’m engaged on iOS native utility.
Which has a backside Appbar with 5 completely different display screen.
2 of them I’ve designed by flutter module.
Each module have particular person flutter engine.
In a single module I’ve a GoogleMap utilizing bundle (Hyperlink: https://pub.dev/packages/google_maps_flutter).
And in one other one a easy UI.
Each module working fantastic after I open particular person. However the issue is after I swap in between each module then the module which has easy UI getting freeze.
If I take away google map from first module then each modules working fantastic.
The issue is happening simply due to this GoogleMap.
Utilizing Google Map bundle (model: 2.5.3): https://pub.dev/packages/google_maps_flutter
Flutter: Secure channel (model: 3.16.0)
I even tried each newest flutter channel and GoogleMap() bundle as properly however drawback exist.
GoogleMap(
initialCameraPosition: _mapCameraPosition(),
mapType: MapType.none,
)