python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
QR Code URL data not readable or encrypted
There is an app which I use, which can read the name of a location from a qr code.
Recently, the qr code was changed so that the name of the location is no longer readable by zxing or any other barcod...
Craig Morgan
Votes: 0
Answers: 1
After successfully a Barcode / Qrcode Scanner on Flutter VSCode, when I try to make apk file, I get an error
Code:
import 'package:flutter/material.dart';
import 'package:qr_code_scanner/qr_code_scanner.dart';
import 'dart:io';
import 'package:flutter/foundation.dart';
void main() {
runApp(const MyApp());...
Syed Ali Sultan Bukhari
Votes: 0
Answers: 2