Git Product home page Git Product logo

Comments (6)

Skyost avatar Skyost commented on August 17, 2024 1

@DominikStarke Oh, you're testing 0.1.3 from master ? That's great 😄

I'm gonna submit a commit in order to fix this one.

from bonsoir.

sgehrman avatar sgehrman commented on August 17, 2024

I was using an old build on github I think, trying it again.

from bonsoir.

Skyost avatar Skyost commented on August 17, 2024

Out of curiosity, which build were you using ?

from bonsoir.

DominikStarke avatar DominikStarke commented on August 17, 2024

I'm also seeing this with 0.1.3
Adding Map.from in resolved_service.dart should fix it:

  ResolvedBonsoirService.fromJson(Map<String, dynamic> json,
      {String prefix = 'service.'})
      : this(
          name: json['${prefix}name'],
          type: json['${prefix}type'],
          port: json['${prefix}port'],
          attributes: Map<String, String>.from(json['${prefix}attributes']), // <<<
          ip: json['${prefix}ip'],
        );

from bonsoir.

DominikStarke avatar DominikStarke commented on August 17, 2024

Yeah, I needed txt-records on iOS. So far it seems to work, if I run the app from xcode. Doesn't work if I run from Flutter directly, but that might be due to some workspace pollution on my side.

Let me know if you need help testing.

from bonsoir.

Skyost avatar Skyost commented on August 17, 2024

@DominikStarke In fact, I may need some testing of that TXT record feature in order to launch a proper release (I haven't had the time so far to run some tests for this, that's why it's not on pub.dev yet). It would be very kind of you if you could run some tests 😄

from bonsoir.

Related Issues (20)

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.