This does not work anymore, it gives an error
The property 'isEmpty' can't be unconditionally accessed because the receiver can be 'null'.
Similarly,
|
if (_formKey.currentState.validate()) { |
This also give error
The method 'validate' can't be unconditionally invoked because the receiver can be 'null'.
30DaysOfFlutter/lib/pages/login_page.dart
Line 65 in e7578cf
This does not work anymore, it gives an error
Similarly,
30DaysOfFlutter/lib/pages/login_page.dart
Line 16 in e7578cf
This also give error