📜  无效的模块名称:'Flutter QR Code' - 必须是有效的 Dart 包名称(lower_case_with_underscores). - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:14.993000             🧑  作者: Mango

代码示例1
It should be all lowercase, with underscores to separate words, just_like_this.
Stick with basic Latin letters and Arabic digits: [a-z0-9_] and ensure that
it’s a valid Dart identifier (i.e. doesn’t start with digits and isn’t a
reserved word).

Try to pick a name that is clear, terse, and not already in use.