Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[google_maps_flutter] Improve widget build performance
The widget build was serializing the widget parameters each frame even though in the useAndroidSurface case they were only being used for creation (updates being done through didUpdateWidget). Use late initialization to skip serialization if not needed.
- Loading branch information