skygate / skyexpo-matchmaking

The matchmaking app for skyexpo AI 2020
http://skyexpo.hal.skygate.io/
0 stars 0 forks source link

Task/skyex 73 refactor forms logic #189

Closed arkadiusz-sapek closed 4 years ago

arkadiusz-sapek commented 4 years ago

Default controllers are rather not flexible. I tried flutter_form_builder but it seems that validation here is broken and it fires all errors after touching any field, I am using redux and I don't want mismatch patterns with flutter_form_bloc package.

My requirements:

I would like to have something that works like a react formik or angular reactive form.

So:

It is rather WIP, I will refactor in this way login and register forms, adopt rest of validators. At this point it is working.