-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in day8
code
#43
Comments
Did you find any alternative how to do it? |
value.isEmpty can be replaced with =>> value == null / value.isNull |
Use below code to resolve the issue. Similar in both username and password. And in the moveToHome() method validation condition should be: |
`validator: (value) {
}` `moveToHome(BuildContext context) async {
}` |
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
The text was updated successfully, but these errors were encountered: