-
Notifications
You must be signed in to change notification settings - Fork 540
Closed
Labels
Description
Having many places where map can be displayed, it's very expensive to create new instance every time.
Is there some way in library of Flutter in general to somehow have single map instance that would be lazy initialized and later reused everywhere, just calling onMapCreated()
callback when it's displayed?
andreystavitsky, CoThomas, SebastianSmolorz, Tenukki and qnp