AwesomeOrientedWidget

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

Rotate icons automatically when camera rotates

Note how icons rotate when the phone rotates.

Usage

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