Performing hot reload...
Syncing files to device AOSP on IA Emulator...
lib/main.dart:27:19: Error: The getter 'quotes' isn't defined for the class '_QuoteListState'.
- '_QuoteListState' is from 'package:flutter_app3/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'quotes'.
children: quotes.map()
^^^^^^
Пожалуйста, помогите мне с этим. Я следил за Net Ninja Videos.
Я пытался и пытался это исправить, но не смог. К тому же я новичок в флаттере.
), body: Column( children: Q.map() ), ); } } [/code] Моя ошибка: [code]Performing hot reload... Syncing files to device AOSP on IA Emulator... lib/main.dart:27:19: Error: The getter 'quotes' isn't defined for the class '_QuoteListState'. - '_QuoteListState' is from 'package:flutter_app3/main.dart' ('lib/main.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'quotes'. children: quotes.map() ^^^^^^ [/code] Пожалуйста, помогите мне с этим. Я следил за Net Ninja Videos. Я пытался и пытался это исправить, но не смог. К тому же я новичок в флаттере.