You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, guys. since mapbox is the coolest map platform on the earth. there could be so much use cases on using mapbox on flutter running on desktop platforms (windows/mac/linux). in my case, i'm trying to use on my company's admin desktop app built on flutter.
yet, flutter team says desktop in only in preview, but it is showing us so much better performance than flutter web, and i haven't faced any critical failures while developing for desktop platform (works like magic!)
bringing back to topic there can be two (or one) ways to make mapbox fully crossplatform.
simply showing mapbox-gl through flutter's webview and interfacing.
viewing the second link, it supports mac and linux officially.
windows needs some look in since it should be done with glfw or qt way. or the first webview way.
let's share thoughts on this!
i beleive mapbox flutter on desktop apps will be a super use case and, just makes sense.
The text was updated successfully, but these errors were encountered:
All points listed above are valid, great 🕵️ work. Supporting windows will be a painpoint and I would suggest running first with a flutter webview implementation (gl-js) that we can later port to an actual native solution (mapbox-gl-naitve) for the platforms that support it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey, guys. since mapbox is the coolest map platform on the earth. there could be so much use cases on using mapbox on flutter running on desktop platforms (windows/mac/linux). in my case, i'm trying to use on my company's admin desktop app built on flutter.
yet, flutter team says desktop in only in preview, but it is showing us so much better performance than flutter web, and i haven't faced any critical failures while developing for desktop platform (works like magic!)
bringing back to topic there can be two (or one) ways to make mapbox fully crossplatform.
viewing the second link, it supports mac and linux officially.
windows needs some look in since it should be done with glfw or qt way. or the first webview way.
let's share thoughts on this!
i beleive mapbox flutter on desktop apps will be a super use case and, just makes sense.
The text was updated successfully, but these errors were encountered: