Procházet zdrojové kódy

style: typo

flutter-beta
Julian Steenbakker před 5 roky
rodič
revize
30991e741a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      lib/src/qr_code_scanner.dart

+ 1
- 1
lib/src/qr_code_scanner.dart Zobrazit soubor

@@ -329,7 +329,7 @@ class QRViewController {
static Future<void> updateDimensions(GlobalKey key, MethodChannel channel,
{QrScannerOverlayShape? overlay}) async {
if (defaultTargetPlatform == TargetPlatform.iOS) {
// Add small delay to ensure the renderbox is loaded
// Add small delay to ensure the render box is loaded
await Future.delayed(Duration(milliseconds: 100));
final renderBox = key.currentContext!.findRenderObject() as RenderBox;
try {


Načítá se…
Zrušit
Uložit