jsqr_flutter 0.0.1 copy "jsqr_flutter: ^0.0.1" to clipboard
jsqr_flutter: ^0.0.1 copied to clipboard

jsqr wrapper and widget for Flutter web.

jsqr_flutter #

jsqr wrapper and widget for flutter web

NOTE: Flutter web only.

Usage #

 var code = await showDialog(
        context: context,
        builder: (BuildContext context) {
          return SimpleDialog(
            title: const Text('Scan QR Code'),
            children: <Widget>[
              SizedBox(height: 300, child: Scanner()),
            ],
          );
        });
3
likes
5
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

jsqr wrapper and widget for Flutter web.

License

unknown (license)

Dependencies

flutter, flutter_webrtc, js

More

Packages that depend on jsqr_flutter