Flutter代码生成器

felix a9c2ad4825 适配PetCareInterface.dll пре 6 месеци
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. пре 3 година
Helper a9c2ad4825 适配PetCareInterface.dll пре 6 месеци
Map 0612d6043e 尝试修复Dictionary复杂类传输问题 пре 8 месеци
Model 3775f5e016 兼容FISLib初版 пре 1 година
ModelTypes 2ce6073c63 尝试修复Dictionary复杂类FromJson类 пре 8 месеци
.gitignore 6f74460af6 更新Gitignore пре 1 година
FISLib.dll 62e03dc8b9 家医适配,重名枚举及类适配,生成优化 пре 1 година
FlutterCodeGenerator.csproj a9c2ad4825 适配PetCareInterface.dll пре 6 месеци
PetCareInterface.dll a9c2ad4825 适配PetCareInterface.dll пре 6 месеци
Program.cs 62e03dc8b9 家医适配,重名枚举及类适配,生成优化 пре 1 година
README.md 4e7e93c77e 兼容FISLib пре 1 година
WingInterfaceLibrary.dll a9c2ad4825 适配PetCareInterface.dll пре 6 месеци
build.bat 1683c5d9a6 update to .net6 пре 3 година
rpc.txt 0b818828b1 更新rpc.dart пре 1 година
rpcForUSMachine.txt 79438eda6f 更新rpcForUsMachine.txt пре 1 година

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端使用。