OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
203 stars 59 forks source link

Saving filled data in fields in Bloc? #107

Open njonbayou opened 2 years ago

njonbayou commented 2 years ago

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 commented 2 years ago

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