文件名称:shake:用于检测手机震动的颤振套件
文件大小:12.08MB
文件格式:ZIP
更新时间:2024-06-07 04:36:18
flutter flutter-plugin flutter-package Dart
摇 一种颤振包装,可检测电话震动。 收听电话震动: ShakeDetector detector = ShakeDetector.autoStart( onPhoneShake: () { // Do stuff on phone shake } ); 或者 ShakeDetector detector = ShakeDetector.waitForStart( onPhoneShake: () { // Do stuff on phone shake } ); detector.startListening(); 要停止收听: detector.stopListening();