Closed
Description
Issue by Hixie
Thursday Jul 16, 2015 at 22:26 GMT
Originally opened as https://github.com/flutter/engine/issues/30
From @collinjackson on July 8, 2015 20:23
We are going to want to have support for maps in Sky.
There are a few ways we might go about doing this:
- Use native maps widget for each platform to render the map
- Use maps widget for each platform to render to a texture and draw the map ourselves
- Develop a custom maps SDK for Sky
The second option would be ideal but may not be possible. We should investigate which approach is best and build a demo app.
Copied from original issue: domokit/mojo#310