Flutter代码生成器

Felix a9b6498c47 屏蔽NotificaitonService 2 лет назад
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. 3 лет назад
.gitignore 7e8ae3298d 修改platformServiceAddress 3 лет назад
CodeGenerator.cs a9b6498c47 屏蔽NotificaitonService 2 лет назад
FlutterCodeGenerator.csproj c66ab50f2c 修复当ModelType中无Children时,生成DartString格式异常的问题。 3 лет назад
LetterConverterHelper.cs 81ce65a14e First Commit 3 лет назад
MethodMap.cs 06e022fc81 代码优化。 2 лет назад
ModeType.cs 1c11ec86a6 Flutter的double.parse只能将string转换为double 2 лет назад
ModeTypeGenerator.cs efe2e6b03e 修复生成信息,一闪而过的问题。 2 лет назад
Program.cs efe2e6b03e 修复生成信息,一闪而过的问题。 2 лет назад
README.md 8eed6b44c1 更新README.md 2 лет назад
ServiceMap.cs 06e022fc81 代码优化。 2 лет назад
WingInterfaceLibrary.dll 6c9f3aefe2 修复整数的Double类型在Fromjson时误认为Int. 2 лет назад
build.bat 1683c5d9a6 update to .net6 3 лет назад
rpc.txt e4e5cece2d Update rpc.txt 2 лет назад

README.md

FlutterCodeGenerator

Flutter代码生成器

用途:

将WingInterfaceLibrary中提供给新版杏聆荟的接口及相关类转成Flutter代码供新版杏聆荟使用。

用法:

可直接运行,或传入参数并运行。

可输入参数:

string[] args:
  1. WingInterfaceLibrary.dll的路径,默认为当前目录;
  2. Flutter代码的生成路径,默认为当前目录下GeneratedCode文件夹。