Dark Chocolate

Results 4 issues of Dark Chocolate

## Screenshot ![image](https://user-images.githubusercontent.com/40364434/51427636-00e8e300-1baf-11e9-968b-506d20a968e5.png) 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...