摘要:
1.在pubspec.yaml引入插件 sensors: ^0.4.0+1 2.编写shake.dart,代码如下: import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'pa 阅读全文
摘要:
1.在pubspec.yaml引入插件 barcode_scan: ^3.0.0 2.在main/AndroidManifest.xml中添加相机权限,即红字部分内容。 <manifest xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文