Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Created October 21, 2020 21:35
Show Gist options
  • Select an option

  • Save rapPayne/97eb79263a70adff18f3ea2fc3fea5f3 to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/97eb79263a70adff18f3ea2fc3fea5f3 to your computer and use it in GitHub Desktop.
_buildEmailField validation
// TODO 5: Add onSaved and validator methods
// 1
onSaved: (String val) => _loginObject['email'] = val,
// 2
validator: _validateEmail,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment