Coder Social home page Coder Social logo

Broken with Flutter 3 about dart_nock HOT 4 CLOSED

neophob avatar neophob commented on August 11, 2024 2
Broken with Flutter 3

from dart_nock.

Comments (4)

neophob avatar neophob commented on August 11, 2024

I just added the default overrides, that fixed the compile issue and the tests ran successfully:

--- a/dev/dart_nock/lib/src/overrides.dart
+++ b/dev/dart_nock/lib/src/overrides.dart
@@ -148,6 +148,19 @@ class MockClient implements HttpClient {
 
   @override
   set findProxy(String Function(Uri url)? f) => null;
+
+  @override
+  set connectionFactory(
+      Future<ConnectionTask<Socket>> Function(
+              Uri url, String? proxyHost, int? proxyPort)?
+          f) {
+    // TODO: implement connectionFactory
+  }
+
+  @override
+  set keyLog(Function(String line)? callback) {
+    // TODO: implement keyLog
+  }

from dart_nock.

luis-rodas avatar luis-rodas commented on August 11, 2024

Hi, It's happened to me for flutter 3.0 , any release soon? :D

from dart_nock.

luis-rodas avatar luis-rodas commented on August 11, 2024

Hi @neophob could you send a pull request, I hope they see it

from dart_nock.

cah4a avatar cah4a commented on August 11, 2024

@neophob

Thanks for the report!

@luisrodas-digital

Enjoy nock version 1.1.3 with dart 2.17 support :)

from dart_nock.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.