add browser warning

This commit is contained in:
2023-07-17 18:44:18 +02:00
parent 26ca9984ea
commit 4eb1e8c049
277 changed files with 3228202 additions and 19 deletions

View File

@@ -0,0 +1,80 @@
{
"name": "code_dart",
"leftToRight": true,
"noLazyMode": true,
"words": [
"()",
"[]",
"&&",
"||",
"abstract",
"any",
"as",
"assert",
"async",
"await",
"bool",
"break",
"case",
"catch",
"class",
"const",
"continue",
"default",
"dependencies",
"do",
"double",
"Duration",
"dynamic",
"else",
"enum",
"every",
"export",
"extends",
"extension",
"factory",
"false",
"final",
"finally",
"for",
"get",
"if",
"implements",
"implicit",
"import",
"in",
"includes",
"int",
"is",
"join",
"library",
"List",
"Map",
"mixin",
"null",
"Object",
"on",
"operator",
"override",
"required",
"return",
"runtimeType",
"Set",
"set",
"static",
"String",
"switch",
"this",
"throw",
"toString",
"true",
"try",
"typedef",
"value",
"void",
"where",
"while",
"with",
"yield"
]
}