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
            Asked
            
        
        
            Active
            
        
            Viewed 1,700 times
        
    9
            
            
        - 
                    1https://github.com/dart-lang/sdk/issues/38595 – Günter Zöchbauer Mar 12 '21 at 14:02
 - 
                    1Günter Zöchbauer, Thank you – THE_BLESSED_MEDIUM Mar 15 '21 at 05:29
 
1 Answers
-3
            
            
        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
        Ariel Lubaschewski
        
- 155
 - 8