79120287

Date: 2024-10-24 03:38:44
Score: 0.5
Natty:
Report link

Convert your stateless widgets into State full widgets override init method. Remove your build method code and covert to like this.

 @override
  initState() {
       if (!kReleaseMode) {
      _emailController.text = '';
      _passwordController.text = '';
      _selectUrl.text = baseUrl;
},}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dipak Prajapati