flip_widget

Flip your widget.

screenrecord

Usage

FlipWidget(
    key: _flipKey,
    child: Container(
        color: Colors.blue,
        child: Center(
            child: Text("hello"),
        ),
    ),
)

GitHub

View Github