Relative Content

Tag Archive for flutterdartprovider

Unable to render widget dynamically in Flutter using Provider?

I am trying to display widget(s) dynamically based on the empty/non-empty state of a TextField widget. Below is the code I’ve written. But the code does not dynamically create the widget even when I type in text in the TextField of Tax Percentage. This is unexpected. Here, I am also not sure if we can late assign the Provider the way I have done in the code.

Unable to render widget dynamically in Flutter using Provider?

I am trying to display widget(s) dynamically based on the empty/non-empty state of a TextField widget. Below is the code I’ve written. But the code does not dynamically create the widget even when I type in text in the TextField of Tax Percentage. This is unexpected. Here, I am also not sure if we can late assign the Provider the way I have done in the code.