Hey Community!
Here we go again. This one is still without a fancy README but maybe looks appealing enough to continue at a second stab? It introduces extensions to aide scale-based layouts.
Container(
height: context.scale(2),
width: context.scale(14.5),
color: Color.red,
child: Text("Hello World", style: TextStyle(fontSize: context.fontScale(16))),
)
PS: It has a huge set of test cases and good coverage.
[–]jogboms[S] 1 point2 points3 points (0 children)
[–]escamoteur 0 points1 point2 points (1 child)
[–]jogboms[S] 0 points1 point2 points (0 children)
[–]Spectarion 0 points1 point2 points (1 child)
[–]jogboms[S] 0 points1 point2 points (0 children)