Open
Description
Given that
- http/3 draft has been published last month
- chrome is deploying it
- on safari is even enabled by default (source)
HTTP3 QUIC are very promising,
but Flutter Team has, legitimately, too much on its plate to take craft a dart package (references 1, 2, 3)
and even react native approach seems to be through native clients (source)
It would be great if the community could come out with a plugin to support this feature,
I don't have the brain muscles or the expertise to deal with it myself, but I'd be happy to help.
I believe there are 2 possible strategies to support QUIC
:
-
QUICHE + dart:ffi (resource for rust + dart:ffi) could work from both android, ios, desktop and maybe in the future for web
there will be probably some js package to use for web, but I haven't located it
Do you think such plugin could be useful for the community?