Reputation: 1034
Is There a HTTP3 client for dart? There is Flupke in Java, Aioqic in python but I didn't find one for dart as well as flutter
Upvotes: 12
Views: 2451
Reputation: 175
If you need a persistent connection you can use the Client class provided by the http Library: https://pub.dev/documentation/http/latest/http/Client-class.html
Try out this package, to make the consumption of HTTP resources easier: https://pub.dev/packages/http
Upvotes: -3