Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将“包:qrscan/qrscan.dart”导入为 qrscanner;
RaisedButton(elevation: 4, child: Text('Scan QR'), color: Colors.amberAccent, shape: StadiumBorder(), onPressed: () async { scanResult = await qrscanner.scan(); // scanResult = 'hai' ; setState(() {}); }),
我今天和你有类似的麻烦。我正在使用 realme C2 并尝试手动授予应用程序权限。这是我的步骤:
打开
我希望它可以帮助。