I have a problem in running code. I see this error in line:
Text(product.description,
style: TextStyle(
color: Colors.black,
),
and Error:
"The following assertion was thrown building DescriptionPage(dirty):
A non-null String must be provided to a Text widget.
'package:flutter/src/widgets/text.dart':
Failed assertion: line 285 pos 10: 'data != null'"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…