Flutter代码生成器

felix 6ff23a8964 OtherServiceMap屏蔽大于1000的枚举。 hace 2 años
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. hace 3 años
Helper be02c97f1e Adjust architecture hace 2 años
Map 6ff23a8964 OtherServiceMap屏蔽大于1000的枚举。 hace 2 años
Model be02c97f1e Adjust architecture hace 2 años
ModelTypes be02c97f1e Adjust architecture hace 2 años
.gitignore 7e8ae3298d 修改platformServiceAddress hace 3 años
FlutterCodeGenerator.csproj c66ab50f2c 修复当ModelType中无Children时,生成DartString格式异常的问题。 hace 3 años
Program.cs be02c97f1e Adjust architecture hace 2 años
README.md 8eed6b44c1 更新README.md hace 2 años
WingInterfaceLibrary.dll 3a50c04911 增加对Uint(?),Ulong(?),Ushort(?)的支持 hace 2 años
build.bat 1683c5d9a6 update to .net6 hace 3 años
rpc.txt e4e5cece2d Update rpc.txt hace 2 años

README.md

FlutterCodeGenerator

Flutter代码生成器

用途:

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

用法:

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

可输入参数:

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