- 在设备模型目录或者 私有云服务目录创建对应的界面模型
- 将上述创建的页面引入到components.dart
- 将创建的页面在modelsMap.dart中的map里面注册(map的key是设备或者模型的名称,值是页面)
创建一个oneKeySwitch.dart页面
然后在components.dart引入
然后在modelsMap.dart中注册
目前插件规范是引入一个PortService模型,页面根据PortService中保存的信息进行操作
页面一个设一个名叫modelName的静态常亮,这是该模型的唯一ID
具体参考目前的插件页面例子
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.