Skip to content

issues Search Results · repo:shiang/flutter-form-with-validation-BLOC language:Dart

Filter by

2 results
 (54 ms)

2 results

inshiang/flutter-form-with-validation-BLOC (press backspace or delete to remove)

How to show validation on submit? submit() { final validEmail = _emailController.value; final validPassword = _passwordController.value; print( Email is $validEmail, and password is $validPassword ...
  • ssatz
  • 1
  • Opened 
    on Feb 23, 2019
  • #2

I am using a Stream/Observable to validate Password text field like final _emailController = BehaviorSubject String (); Stream String get email = _emailController.stream.transform(validateEmail); where ...
  • jonahfang
  • 2
  • Opened 
    on Sep 26, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub