RawScanner class

Constructors

RawScanner()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

generateQrCode({required String data, double? size, EdgeInsets padding = const EdgeInsets.all(10.0), Color backgroundColor = Colors.transparent, Color? foregroundColor, int version = QrVersions.auto, int errorCorrectionLevel = QrErrorCorrectLevel.L, Widget errorStateBuilder(BuildContext, Object?)?, bool constrainErrorBounds = true, bool gapless = true, ImageProvider<Object>? embeddedImage, QrEmbeddedImageStyle? embeddedImageStyle, String semanticsLabel = 'qr code', QrEyeStyle eyeStyle = const QrEyeStyle(eyeShape: QrEyeShape.square, color: Colors.black), QrDataModuleStyle dataModuleStyle = const QrDataModuleStyle(dataModuleShape: QrDataModuleShape.square, color: Colors.black), bool embeddedImageEmitsError = false}) Widget
Generates a QR code and returns a Widget that displays it
scanCode({required BarcodeFormat typeOfCode, required BuildContext context, Widget? title, bool centerTitle = false, Color foregroundColor = Colors.black, Color backgroundColor = Colors.white}) Future<String?>
Scan some type of BarCode like QR code, etc.