Closed CadisRaziel closed 3 months ago
Use ResponsiveSizer
. README is outdated, unfortunately.
@RMatushkin the ResponsiveSizer
package ?
@RMatushkin the
ResponsiveSizer
package ?
No, use widget ResponsiveSizer
instead of Sizer
from import 'package:sizer/sizer.dart';
Ok thx
I have having the same issue.. then 2.0.14 was suitable from last day ..but now reading this issue I have just changed the widget with latest version.
I have my dart SDK at version: 3.3.2, and my flutter at version 3.19.4 and devTools at version 2.31.1, I'm trying to use Sizer at version 3.0.0 and it's accepted in my app but when I import it into the main
It has a problem not finding
Sizer
in the dependencies.... Has there been a change in the class? Is there another way to call Sizer?I did a test and put it in version
2.0.15
in this version it can already find the package to perform the import, so I was in doubt if there was any change at the time of calling this class in mymain
.Eu tento realizar o import manual
import 'package:sizer/sizer.dart';
porem tenho o seguinte alertaUnused import:
package:sizer/sizer.dart
. Try removing the import directive