quick_scan 0.1.1 copy "quick_scan: ^0.1.1" to clipboard
quick_scan: ^0.1.1 copied to clipboard

A new flutter plugin project.

quick_scan #

A flutter plugin for scanning QR codes, as quick as adding a Widget

Getting Started #

CAUTION: Check permission by yourself

Widget build(BuildContext context) {
  return ScanView(
    callback: (String result) {
      print('scanResult $result');
    },
  );
}

Setup #

iOS #

Opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key io.flutter.embedded_views_preview and the value YES.

0
likes
20
pub points
0%
popularity

Publisher

verified publisherwoodemi.com

A new flutter plugin project.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on quick_scan