You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/var/folders/f1/8q9txtbx45j5yjbfwx7vcfmm0000gn/T/flutter_tools.ku3Mtb/flutter_ios_build_temp_dirLnOtSR/temporary_xcresult_bundle
../../../.pub-cache/hosted/pub.dartlang.org/qr_flutter-4.0.0/lib/src/qr_painter.dart:213:28: Error: The method 'isDark' isn't defined for the class 'QrCode'.
- 'QrCode' is from 'package:qr/src/qr_code.dart' ('../../../.pub-cache/hosted/pub.dartlang.org/qr-3.0.1/lib/src/qr_code.dart').
Try correcting the name to the name of an existing method, or defining a method named 'isDark'.
final paint = _qr!.isDark(y, x) ? pixelPaint : emptyPixelPaint;
^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/qr_flutter-4.0.0/lib/src/qr_painter.dart:261:17: Error: The method 'isDark' isn't defined for the class 'QrCode'.
- 'QrCode' is from 'package:qr/src/qr_code.dart' ('../../../.pub-cache/hosted/pub.dartlang.org/qr-3.0.1/lib/src/qr_code.dart').
Try correcting the name to the name of an existing method, or defining a method named 'isDark'.
return _qr!.isDark(y + 1, x);
^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/qr_flutter-4.0.0/lib/src/qr_painter.dart:266:17: Error: The method 'isDark' isn't defined for the class 'QrCode'.
- 'QrCode' is from 'package:qr/src/qr_code.dart' ('../../../.pub-cache/hosted/pub.dartlang.org/qr-3.0.1/lib/src/qr_code.dart').
Try correcting the name to the name of an existing method, or defining a method named 'isDark'.
return _qr!.isDark(y, x + 1);
^^^^^^
../../../.pub-cache/hosted/pub.dartlang.org/qr_flutter-4.0.0/lib/src/validator.dart:32:14: Error: The method 'make' isn't defined for the class 'QrCode'.
- 'QrCode' is from 'package:qr/src/qr_code.dart' ('../../../.pub-cache/hosted/pub.dartlang.org/qr-3.0.1/lib/src/qr_code.dart').
Try correcting the name to the name of an existing method, or defining a method named 'make'.
qrCode.make();
^^^^
Failed to package /Users/kalamazad/Documents/Apps/mpa.
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
Result bundle written to path:
/var/folders/f1/8q9txtbx45j5yjbfwx7vcfmm0000gn/T/flutter_tools.ku3Mtb/flutter_ios_build_temp_dirLnOtSR/temporary_xcresult_bundle
Failed to build
The text was updated successfully, but these errors were encountered:
Failed to build
The text was updated successfully, but these errors were encountered: