Flutter代码生成器

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

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