美文网首页
iOS和flutter 混合开发 Unhandled Excep

iOS和flutter 混合开发 Unhandled Excep

作者: 漫步的老狼 | 来源:发表于2021-07-03 18:15 被阅读0次
    #import <GeneratedPluginRegistrant.h>
    
    
    FlutterViewController * fluttervc = [FlutterViewController new];
    
    //加上这一行试试
    [GeneratedPluginRegistrant registerWithRegistry:fluttervc];
    //就是上面这一行
    
    [self.navigationController pushViewController:fluttervc animated:NO];
    
    

    相关文章

      网友评论

          本文标题:iOS和flutter 混合开发 Unhandled Excep

          本文链接:https://www.haomeiwen.com/subject/wqcpultx.html