0

Debug console image

Every time I attempt to save and launch the app I encounter this compiler message. I don't know what it refers to and it doesn't show up in my debug console in the problems tab/menu.

Alrazi Bashir
  • 532
  • 1
  • 5
  • 12

2 Answers2

1

Delete and replace any spaces before data. U+00A0 is a unicode character 'NO-BREAK SPACE'. You might have copied it into your code somehow.

wxker
  • 1,841
  • 1
  • 6
  • 16
0

DEBUG CONSOLE [![][1]]2

UPDATED MAP STRING

Turned out to be my Answer widget was calling ['text'] and when ran by Flutter was returning a value of "null" for a Text Widget.

Alrazi Bashir
  • 532
  • 1
  • 5
  • 12