Code Monkey home page Code Monkey logo

Comments (5)

Nimrodda avatar Nimrodda commented on June 1, 2024

I see you're testing on Windows. Is it so? We had an issue with TXT field on Windows which was fixed, but wasn't released until now. Could you please try with latest version 1.3.3 and see if it fixes your issue?

from flutter_nsd.

casterock avatar casterock commented on June 1, 2024

Thanks, updated and now is working but seams that Strings are converted to Char, take a look i'm using this line to show text:
title: Text( (services[index].name.toString() +services[index].txt.toString() +services[index].hostname.toString() ) ?? 'Invalid service name'),

imagen

Thanks and best regards

from flutter_nsd.

Nimrodda avatar Nimrodda commented on June 1, 2024

Can you try with other platforms? I'd like to know if it's specific to Windows.

from flutter_nsd.

casterock avatar casterock commented on June 1, 2024

Same in Android. Thanks for the support

from flutter_nsd.

Nimrodda avatar Nimrodda commented on June 1, 2024

OK, now I know what happened. This is intended behavior. If you check txt's type definition, you'll see it is: final Map<String, Uint8List>? txt;. It is implemented this way because TXT record can also be non-String value. If for example in your case it is a UTF8 encoded string, you should decode it like utf8.decode(serviceInfo.txt!['foo']!). utf is provided by Dart's convert library.

from flutter_nsd.

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.