摘要:
1.1 文件名称应该以小写字母加下划线的规则来命名(file_names) 警告示例: import 'LogoWidget.dart'; 警告:The file name 'LogoWidget.dart' isn't a lower_case_with_underscores identifie 阅读全文
摘要:
一、报错 Non-nullable instance field 'username' must be initialized. 报错代码: class _FormDemoState extends State<FormDemo> { final registerFormKey = GlobalKe 阅读全文