Recently I have noticed that whenever I build my Flutter project, views on which TextFormField & CupertinoTextFormField are used causing exception. Since I always update Flutter SDK it turned out to be recent issue but somehow it wasn’t occurring for everyone.
https://github.com/flutter/flutter/issues/144505
As new release of my app will be coming later in April, I decided to switch to master channel and work without interrupting exception. To do this, try set of those commands in Terminal tab.
flutter channel master
flutter channel update
Leave a Reply