I think it's possible to create custom linter rule in flutter. Could be great to have a linter to avoid coding : SizedBox(width:10) instead of Gap(10) SizedBox(height:10) instead of Gap(10)
I think it's possible to create custom linter rule in flutter.
Could be great to have a linter to avoid coding :
SizedBox(width:10) instead of Gap(10)
SizedBox(height:10) instead of Gap(10)