migrate flutter3.0

This commit is contained in:
Junyuan Feng
2022-05-12 15:06:48 +08:00
parent bfe7140a44
commit 282443a548
38 changed files with 184 additions and 140 deletions

View File

@@ -41,7 +41,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m8(myGithub) => "\n用❤️制作 by ${myGithub}";
static String m9(user) => "用户${user}的密码";
static String m9(user) => "${user}的密码";
static String m10(url) => "请到 ${url} 提交问题";