iampawan / iampawan/30DaysOfFlutter
Error in `day8` code
Open
- Dominant language
- Dart
- Stars
- 418
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/iampawan/30DaysOfFlutter/blob/e7578cffb012838d1051c85b0766169821e918a0/lib/pages/login_page.dart#L65
This does not work anymore, it gives an error
```
The property 'isEmpty' can't be unconditionally accessed because the receiver can be 'null'.
```
Similarly,
https://github.com/iampawan/30DaysOfFlutter/blob/e7578cffb012838d1051c85b0766169821e918a0/lib/pages/login_page.dart#L16
This also give error
```
The method 'validate' can't be unconditionally invoked because the receiver can be 'null'.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.