Components for responsive design.

Features

SplitTwo

A container that supports two child widgets and you can adjust the child size via the split bar.

SplitTwo(
    childA: Center(child: Text("A")),
    childB: Center(child: Text("B")),
),

Libraries

split_two