## AwesomeOrientedWidget

Use this Widget to rotate automatically elements of your UI when the phone rotates.

![Rotate icons automatically when camera rotates](/img/auto_rotate.gif)

Note how icons rotate when the phone rotates.

### Usage

```dart
AwesomeOrientedWidget(
  child: YourWidget(),
  rotateWithDevice: true,
)
```
