leisu1
Results
2
comments of
leisu1
> Ah, I see the migration ReadMe doesn't include the `how` on moving from ResponsiveWrapper to ResponsiveScaledBox. > > Here's the example code for using ResponsiveScaledBox from the example app....
I tried and the solution for migrate resize scale to 1.0.0。sample codes below builder: (context, child) => ResponsiveBreakpoints.builder( child: ResponsiveScaledBox( // ResponsiveScaledBox renders its child with a FittedBox set to...