Hi, i’m looking a Flutter/Dart client library for phoenix channels like these:
https://hexdocs.pm/phoenix/channels.html#client-libraries
Is there anything?
thanks
Hi, i’m looking a Flutter/Dart client library for phoenix channels like these:
https://hexdocs.pm/phoenix/channels.html#client-libraries
Is there anything?
thanks
Does it support Javascript libraries? If so you can just use Phoenix’s straight. Otherwise it is not too hard at all to make a new one, it is a super simple protocol.
I found another: phoenix_wings
Is dart still used? I thought usage of it had dropped off…
It may or may not be the next go-to for google devices (laptops, phones) native application programming
It is ‘basically’ mandated for Flutter, and Flutter is ‘basically’ mandated for the new Google OS (Fuschia?), so yeah it lives… >.>
/me is not a fan of dart, at all, very poorly designed, it’s only kind of like a ‘slightly’ better javascript…
I agree, but the 2.0 dev version seems a lot better than the actual one, they are trying to move to a more strongly typed language and other improvements
The real problem is they tend to copy concepts from Java… Which make it worse over time