Flutter: Get_Cli / Не удалось сгенерировать код модели пользователя во флаттере с get_cli 1.5.0

у меня есть flutter 2.0.6 выпустить null safty поддерживается Я создал файл user.json в assets/models каталог И я написал в файле следующий код:

      {
   "name": "",
   "age": 0,
   "friends": ["",""]
}

И я выполнил команду ниже:

      get generate model on home with assets/models/user.json

Мне показалась эта ошибка, и я не знаю, как ее решить?

      ✖  + error_unexpected Could not format because the source could not be parsed:

line 4, column 3 of .: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
  ╷
4 │      List?<String> friends;
  │      ^^^^
  ╵
line 4, column 3 of .: Expected to find ';'.
  ╷
4 │      List?<String> friends;
  │      ^^^^
  ╵
line 4, column 17 of .: A function body must be provided.
  ╷
4 │      List?<String> friends;
  │                    ^^^^^^^
  ╵
line 4, column 17 of .: Variables must be declared using the keywords 'const', 'final', 'var' or a type name.
  ╷
4 │      List?<String> friends;
  │                    ^^^^^^^
  ╵
line 4, column 7 of .: The string '?' isn't a user-definable operator.
  ╷
4 │      List?<String> friends;
  │          ^
  ╵
line 4, column 7 of .: Methods must have an explicit list of parameters.
  ╷
4 │      List?<String> friends;
  │          ^
  ╵
line 4, column 7 of .: Operator declarations must be preceded by the keyword 'operator'.
  ╷
4 │      List?<String> friends;
  │          ^
  ╵
line 4, column 8 of .: Types parameters aren't allowed when defining an operator.
  ╷
4 │      List?<String> friends;
  │           ^^^^^^^^
  ╵


Time: 517 Milliseconds

'pub' is not recognized as an internal or external command,
operable program or batch file.

0 ответов

Другие вопросы по тегам