flutter_dynamic_forms icon indicating copy to clipboard operation
flutter_dynamic_forms copied to clipboard

Saving filled data in fields in Bloc?

Open njonbayou opened this issue 2 years ago • 1 comments

Hi, can someone please help me out with "caching" the field data? Basically im using the bloc example and I need to keep the fields as they were filled when users saves or exits the form, so when he clicks back into the form the Information they have put into those field will still be there. I am guessing its probably possible through FormManager.value function, but I am uncertain how to.

njonbayou avatar Jan 02 '22 13:01 njonbayou

Update: I guess what I am implying is how to prevent the form from being rebuilt every time.

njonbayou avatar Jan 02 '22 13:01 njonbayou