Code Monkey home page Code Monkey logo

Comments (10)

lukef avatar lukef commented on August 21, 2024 2

Fixed in 3.0. It should be up on pub now.

from qr.flutter.

pedromassango avatar pedromassango commented on August 21, 2024

Is there a way that I can help on this?

from qr.flutter.

pedromassango avatar pedromassango commented on August 21, 2024

@lukef Any update about this soluction?

from qr.flutter.

felpsio avatar felpsio commented on August 21, 2024

I'm also available to help if is there anything I can be useful :)

from qr.flutter.

lanjiachuan avatar lanjiachuan commented on August 21, 2024

Can the logo come from the remote server?

from qr.flutter.

lukef avatar lukef commented on August 21, 2024

@lanjiachuan - yes. The QrImage widget will support anything that extends ImageProvider (i.e.: AssetImage, NetworkImage, etc). The painter will only support a dart:ui.Image though, so if you use QrPainter directly then you will need to manually do the load.

from qr.flutter.

lukef avatar lukef commented on August 21, 2024

Progress update: I'm now happy with the mechanism + interfaces for the image stuff. I now just need to tidy it up and add some configuration options and it'll be done.

from qr.flutter.

lanjiachuan avatar lanjiachuan commented on August 21, 2024

The argument type 'FileImage' can't be assigned to the parameter type 'Image'.
The code in test reported an error. Can you provide a demo that can be run?

child: QrImage(
data: _dataString,
version: QrVersions.auto,
gapless: true,
errorCorrectionLevel: QrErrorCorrectLevel.L,
image: Network.Image(_userinfo.portrait)

from qr.flutter.

lukef avatar lukef commented on August 21, 2024

@lanjiachuan - there is an example in the README now.

from qr.flutter.

abdullah4one avatar abdullah4one commented on August 21, 2024

It generate invalid QrCode

from qr.flutter.

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.