Altynbek Usenbekov

Results 2 issues of Altynbek Usenbekov

okhttp_3.12.x JavaNetCookieJar.java (https://github.com/square/okhttp/blob/okhttp_3.12.x/okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java) Line: 103 ``` if (value.startsWith("\"") && value.endsWith("\"")) { value = value.substring(1, value.length() - 1); } ``` Fails when the value contains only one double quote ("), because...

bug

Scanning can be closed programmatically with `FlutterBarcodeScanner.dismiss();` Solves: - https://github.com/AmolGangadhare/flutter_barcode_scanner/issues/115 - https://github.com/AmolGangadhare/flutter_barcode_scanner/issues/30