Flutter代码生成器

Felix 4ef53111d9 修复Enum类型fromJson的编码错误。 2 年之前
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. 3 年之前
.gitignore 7e8ae3298d 修改platformServiceAddress 3 年之前
CodeGenerator.cs 8c5efa900a Update the Service Filter 3 年之前
FlutterCodeGenerator.csproj c66ab50f2c 修复当ModelType中无Children时,生成DartString格式异常的问题。 3 年之前
LetterConverterHelper.cs 81ce65a14e First Commit 3 年之前
MethodMap.cs e939f1debc Add DateTime? Type. 3 年之前
ModeType.cs 4ef53111d9 修复Enum类型fromJson的编码错误。 2 年之前
ModeTypeGenerator.cs cbee25a267 修复BaseType为空的bug 2 年之前
Program.cs 23843dac77 Change rule for GetDartString 3 年之前
README.md 8eed6b44c1 更新README.md 2 年之前
ServiceMap.cs d0220e78d2 当有重名的类,自动更名功能实现 3 年之前
WingInterfaceLibrary.dll cbee25a267 修复BaseType为空的bug 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文件夹。