АР
Size: a a a
АР
D
В
АР
SS
В
АР
В
NA
D
АР
SS
NA
ДЩ
w
class _ChatViewState extends State<ChatView> {
List<String> _messages = List<String>();
@override
Widget build(BuildContext context) {
return Consumer<String>(
builder: (_, message, child) {
setState(() {
_messages.add(message);
});
return ListView.builder(
════════ Exception caught by widgets library ═══════════════════════════════════
setState() or markNeedsBuild() called during build.
The relevant error-causing widget was
Consumer<String>
В
ДЩ
ИМ
ДЩ
ИМ