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.
Asked
Active
Viewed 1,820 times
2 Answers
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
-
I don't see the spaces before data – Alrazi Bashir Apr 10 '20 at 06:19
-
1@AlraziBashir select a `normal space` and press Ctrl+Shift+L and you will see the non-break space as not selected or **View** | **Render Whitespace** – rioV8 Apr 10 '20 at 09:03
-
@rioV8 I have View | Render Whitespace selected (fyi mac user) – Alrazi Bashir Apr 10 '20 at 15:11
0
]2
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