ably-flutter icon indicating copy to clipboard operation
ably-flutter copied to clipboard

Windows support

Open yahya-uddin opened this issue 2 years ago • 12 comments

When will this plugin be supported for Windows?

┆Issue is synchronized with this Jira Task by Unito

yahya-uddin avatar Dec 12 '22 18:12 yahya-uddin

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3178

sync-by-unito[bot] avatar Dec 12 '22 18:12 sync-by-unito[bot]

Thanks for creating this issue, @yahya-uddin. Along with Web platform support (#95), you're correct in observing that desktop OS support is missing - our focus so far for this plugin has been supporting iOS and Android mobile platforms. There is no immediate or even near term plan to expand to other runtime platforms, however we would love to know more about your use case so I'm tagging my colleague @mikelee638 in here as I'm sure he would be interested to chat with you about your needs.

QuintinWillison avatar Dec 13 '22 08:12 QuintinWillison

We require both Windows and Web support as we want our app to run on all platforms. This is the main reason we chose flutter for our framework of choice.

Please consider prioritising support.

yahya-uddin avatar Dec 14 '22 00:12 yahya-uddin

It would be great if this (Windows, Mac, Web) was a higher priority.

Ably has been a no-brainer in the past, but this discovery is forcing us to explore other options, especially as interfacing with the Ably network through websockets isn't well-documented in heavy favor of using these SDKs.

thecatanon avatar Jan 17 '23 02:01 thecatanon

I hear you, @catboypresidente and @yahya-uddin! We on the SDK team are actively working on areas to enable our developers to use Ably across different platforms and frameworks (Flutter being one of them). As the developer ecosystem grows and new ways of building applications surface, we need to discern and prioritize where our efforts should be focused.

As such, we’re delighted when developers like yourselves provide clear feedback in where we can better serve the developer community. I’ll make sure to relay your feedback into the appropriate request channels and provide any future updates regarding increased platform support in the Flutter SDK. Thank you!

mikelee638 avatar Jan 17 '23 21:01 mikelee638

Thanks @mikelee638!

For other people who run across this thread in search of cross-platform support, I wanted to share some resources to help you get started with using Ably purely through websockets and https://pub.dev/packages/web_socket_channel

https://sdk.ably.com/builds/ably/specification/main/websocket/ (relatively difficult to find, but very helpful when trying to implement the abstractions present in the Ably library)

https://ably.com/blog/how-to-connect-to-ably-directly-part-1

thecatanon avatar Jan 18 '23 19:01 thecatanon

Any update on this? Given the maturity of flutter web and their 2023 roadmap for web we're looking to move our web based platform (vue/typescript) to flutter web but want to keep our ably support. Our platform has users connecting via mobile web to a central experience running in chrome desktop but would like the option to replace the latter with a desktop app too.

naychrist avatar Apr 26 '23 02:04 naychrist

Upvote from me on getting some web support!

IndusFusion1 avatar Jul 06 '23 07:07 IndusFusion1

Fyi, I'm building www.zenshop.app with Ably. The frontend is Flutter and I support web/windows/macOS as well as mobile. It would be really good to have a native dart implementation.

mattsrobot avatar Aug 15 '23 17:08 mattsrobot

Ably SDK support macOS, but why doesn't ably-flutter support macOS?

superwoou avatar Sep 01 '23 15:09 superwoou

Seems we can implement ably-flutter cross platform desktop support using ably-go => https://github.com/go-flutter-desktop/go-flutter

sacOO7 avatar Mar 04 '24 13:03 sacOO7

### It would be nice to have Windows support Other competitors already have it for Linux, Windows and MacOS

This is the advantage of using flutter, being multiplatform

EwertonDutra avatar Mar 23 '24 20:03 EwertonDutra