OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.88k stars 494 forks source link

Error: The getter 'setVerticalSpacing' isn't defined for the type 'int'. #439

Closed TheCIash closed 1 year ago

TheCIash commented 1 year ago

Hello, I am having the following error:

The getter 'setVerticalSpacing' isn't defined for the type 'int'. Try importing the library that defines 'setVerticalSpacing', correcting the name to the name of an existing getter, or defining a getter or field named 'setVerticalSpacing'.

image

lizhuoyuan commented 1 year ago
image

remove 'set' . use 20.verticalSpace or 20.verticalSpaceFromWidth