Closed tranhuudang closed 1 month ago
I think we can no longer user this:
Sizer( builder: (context, orientation, screenType) { return MaterialApp( home: HomePage(), ); }, );
but it should be like this:
ResponsiveSizer( builder: (context, orientation, screenType) { return MaterialApp( home: HomePage(), ); }, );
yesss it need to be update, thanks @tranhuudang
Change ResponsiveSizer to Sizer in Version 3.0.4
I think we can no longer user this:
but it should be like this: