Dark Chocolate
Dark Chocolate
## Screenshot  Sometimes, the emulator is shown in the toolbar, sometimes it is not shown. However there had been no times, when simulator is not shown. Simulator is always...
**Feature request:** It would be nice to see a feature which enables auto scroll. All you need to do would be call a method and PDF Viewer will automatically start...
Run this code: ```dart FlutterCompass.events.listen(print); ``` And you'll see logs ``` heading: 8.04228051653871 headingForCameraMode: 7.436648389885647 accuracy: null ``` **Version:** ```dart flutter_compass: ^0.5.0 ``` **Tested on** Samsung Galaxy S20+ (Android 10)
I am using below code ``` // Check if the device can vibrate bool canVibrate = await Vibrate.canVibrate; print("canVibrate = ${canVibrate}"); // returns true Vibrate.vibrate(); ``` Still it doesn't vibrate...