tanyapog / travel_list

Checklists for trips and travels
4 stars 0 forks source link

Reduce unnecessary rebuilds in SignInForm #18

Closed tanyapog closed 3 years ago

tanyapog commented 3 years ago

It shouldn't be that all the fields of SignInForm rebuild if only one of them changed.

tanyapog commented 3 years ago

Todo: try to get rid of form at all and use ValueNotifier to show error messages https://stacksecrets.com/flutter/exploring-valuenotifier-in-flutter