Giter Site home page Giter Site logo

Comments (5)

ljxx avatar ljxx commented on August 23, 2024

报错:Because flutter_webview_plugin 0.1.6 requires SDK version >=1.19.0 <2.0.0 and no versions of flutter_webview_plugin match >0.1.6 <0.2.0, flutter_webview_plugin ^0.1.6 is forbidden.
So, because flutter_osc depends on flutter_webview_plugin ^0.1.6, version solving failed.

update:
1、flutter_webview_plugin: ^0.2.0
2、event_bus: ^1.0.1

from flutter-osc.

MiYogurt avatar MiYogurt commented on August 23, 2024

and fix eventBus error .

    Constants.eventBus.on<LoginEvent>().listen((event) {
      setState(() {
        this.isUserLogin = true;
      });
    });
    Constants.eventBus.on<LogoutEvent>().listen((event) {
      setState(() {
        this.isUserLogin = false;
      });
    });

但是编译 pod install 还是有错 头文件找不到。

from flutter-osc.

MiYogurt avatar MiYogurt commented on August 23, 2024

然后阅读此 issus flutter/flutter#22123

from flutter-osc.

MiYogurt avatar MiYogurt commented on August 23, 2024

运行还是比较多的 wanrning 和异常 webview 也不行,运行还是要稳定版。

from flutter-osc.

yubo725 avatar yubo725 commented on August 23, 2024

代码已做更新,升级了Flutter版本,可以重新拉代码再编译看看

from flutter-osc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.