黄嘉祥
黄嘉祥
I also met the same problem!!!!!!
Can you tell me how to fix it?
Flutter群满了!~!~
using build_runner: ^2.1.11 json_annotation: ^4.5.0
> ```dart > import 'package:json_annotation/json_annotation.dart'; > > part 'version_info.g.dart'; > > @JsonSerializable() > class VersionInfo { > @JsonKey(name: 'v_CreateTime', defaultValue: '') > String? vCreateTime; > @JsonKey(name: 'v_Identity', defaultValue: 0) >...
> 新版本的导航已经使用Flutter Navigator 2替换GetX了 使用GetX管理路由可以参考: [e90b9da](https://github.com/cairuoyu/flutter_admin/commit/e90b9daa12d755b17e6a79f5e1094ffd70bc440f) cairuoyu [[email protected]](mailto:[email protected]) on 2021/4/14 at 18:41 我卡在了binding上,stack里放的是weiget,如果我没用路由跳转,我就没有执行putControl,所以我是不是要将putContorl放到我页面的初始化处写
@443933773 我使用安卓可以,使用提供的demo去连接的,不知道怎么自动连接;但是ios出现了新的报错 Error handling 'serviceExtension' custom request: method not available: ext.flutter.inspector.setPubRootDirectories 很是头大,还没解决
> 真令人头大啊 可以把你的官方例子代码截图发出来吗 我的安卓的也不好使 我已经改的大变样了 你可以去example文件里面复制