Flutter代码生成器

felix c9be3cd72c Change type To notificationType 2 yıl önce
.vscode 2cc5ed5c5a 修复Bug:多次生成PageCollection. 3 yıl önce
Helper be02c97f1e Adjust architecture 2 yıl önce
Map c9be3cd72c Change type To notificationType 2 yıl önce
Model be02c97f1e Adjust architecture 2 yıl önce
ModelTypes be02c97f1e Adjust architecture 2 yıl önce
.gitignore 7e8ae3298d 修改platformServiceAddress 3 yıl önce
FlutterCodeGenerator.csproj c66ab50f2c 修复当ModelType中无Children时,生成DartString格式异常的问题。 3 yıl önce
Program.cs be02c97f1e Adjust architecture 2 yıl önce
README.md 8eed6b44c1 更新README.md 2 yıl önce
WingInterfaceLibrary.dll 3a50c04911 增加对Uint(?),Ulong(?),Ushort(?)的支持 2 yıl önce
build.bat 1683c5d9a6 update to .net6 3 yıl önce
rpc.txt 0c32028ddc rpc.dart里的 export 'listener/listener.dart'; 换成 export 'notifications/index.dart'; 2 yıl önce

README.md

FlutterCodeGenerator

Flutter代码生成器

用途:

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

用法:

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

可输入参数:

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