Read QR Code from file in Flutter

前端 未结 2 742
臣服心动
臣服心动 2021-02-06 15:06

I\'m developing a mobile app using the Flutter framework.

I need to read QR Codes, and I have successfully implemented the Barcode Scan library, based on ZXing to decode

2条回答
  •  别跟我提以往
    2021-02-06 15:16

    You can try this:

    flutter plugin: qr_code_tools

    Pub Link - https://pub.dev/packages/qr_code_tools

    Home Page - https://github.com/AifeiI/qr_code_tools

提交回复
热议问题