【发布时间】:2023-02-13 22:27:36
【问题描述】:
我有以下问题......
Error: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
Try adding the name of the type of the variable or the keyword 'var'.
int _counter = 0;dsggfsgfh;
^^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
我是 Flutter 的初学者。我怎么解决这个问题?
【问题讨论】: