qrscan_plus library
Constants
- CameraAccessDenied → const String
- camera access denied const.
Functions
-
generateBarCode(
String code) → Future< Uint8List?> - Generating QR Code PNG bytes.
-
scan(
) → Future< String?> - Scanning Bar Code or QR Code return content.
-
scanBytes(
Uint8List uint8list) → Future< String?> - Parse to code string with uint8list.
-
scanPath(
String path) → Future< String?> - Scanning the image of the specified path.
-
scanPhoto(
) → Future< String?> - Scanning Photo Bar Code or QR Code return content.