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

outdated

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()),
            ],
          );
        });
1
likes
0
pub points
79%
popularity

Publisher

unverified uploader

jsqr wrapper and widget for Flutter web.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_webrtc, js

More

Packages that depend on jsqr