Flutter代码生成器

felix 4e7e93c77e 兼容FISLib 1 rok temu
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. 3 lat temu
Helper 4e7e93c77e 兼容FISLib 1 rok temu
Map 4e7e93c77e 兼容FISLib 1 rok temu
Model 3775f5e016 兼容FISLib初版 1 rok temu
ModelTypes 4e7e93c77e 兼容FISLib 1 rok temu
.gitignore 6f74460af6 更新Gitignore 1 rok temu
FISLib.dll 4e7e93c77e 兼容FISLib 1 rok temu
FlutterCodeGenerator.csproj 3775f5e016 兼容FISLib初版 1 rok temu
Program.cs 3775f5e016 兼容FISLib初版 1 rok temu
README.md 4e7e93c77e 兼容FISLib 1 rok temu
WingInterfaceLibrary.dll 5503d6c051 增加对Decimal类型的支持 1 rok temu
build.bat 1683c5d9a6 update to .net6 3 lat temu
rpc.txt 69220aba81 更新rpc.txt 1 rok temu
rpcForUSMachine.txt 4e7e93c77e 兼容FISLib 1 rok temu

README.md

FlutterCodeGenerator

Flutter代码生成器

用途:

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

用法:

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

可输入参数:

string[] args:
  1. WingInterfaceLibrary.dll以及FISLib.dll的路径,默认为当前目录;
  2. Flutter代码的生成路径,默认为当前目录下GeneratedCode文件夹。
    : GeneratedCode\fis_lib_jsonrpc为WingInterfaceLibrary.dll的生成目录,供杏聆荟及超声机的Flutter端使用。
    GeneratedCode\fis_lib_usMachine_jsonrpc为FISLib.dll的生成目录,供超声机的Flutter端使用。