/flutter_rotation_detector

Package for rotation circular view with flutter

Primary LanguageDartMIT LicenseMIT

Rotation Detector Widget

This is a widget that gives rotation behavior to a circular child widget

Example

RotationDetector(
    width: 300.0,
    height: 300.0,
    child: <place your cicular child here>,
)

TODO

Add a more extense example