/flutter_text_field_bug_with_provider

This demonstrates a text fields bug when changing the theme

Primary LanguageDart

textfieldbug

Bug when changing the theme while using text fields

How to reproduce

  • run the project in simulator
  • type someting in the "email" field
  • click into the password field
  • click the switch in the top right corner.

See video text_field_bug.mov

Note: branch without_provider shows the same error without using a Provider.