Visual Studio Code – "Tried to paint a RenderObject reentrantly." error arise in flutter?
I'm trying to fetch the names of countries from an API and display it in a drop-down box. I'm using the bloc library for state management. Here's my Code. select_input_field.dart - Custom wrapper widget for DropdownButtonField import 'package:flutter/material.dart'; class SelectInputField…