Replies: 2 comments 1 reply
-
FWIW, if this can be done, I am more than happy to contribute effort towards this, but I don't want to climb down a rabbit hole others may have already delved into and found "Dart & CustomGeometrySource" to be incompatible. |
Beta Was this translation helpful? Give feedback.
-
I can't think of any major blockers so it should be possible to implement. There just hasn't been anyone, who looked into this feature yet.
Note, that Windows and iOS are currently not supported as platforms. iOS support is planned for the near future, Windows support is blocked by flutter/flutter#31713. There where some experiments with embedded web views on windows in the meantime but not taken further. |
Beta Was this translation helpful? Give feedback.
-
One of the things holding us back from being able to use this in a production application is the inability to use a CustomGeometrySource on Windows (&, it appears, iOS). Our apps need to run offline AND they need to pull data from a custom file format.
We have a solution working in C/C++ world using MapLibre-Native just fine but the UI is rather basic (IMGUI). Looking into Flutter, we found this project but it is missing the one (major) requirement needed for custom data vendors that cannot pre-process all of their data into PBF tiles.
Is there a technical reason this isn't implemented or is it simply a matter of not being implemented as not needed (yet)?
Beta Was this translation helpful? Give feedback.
All reactions