GithubHelp home page GithubHelp logo

Comments (4)

entronad avatar entronad commented on August 10, 2024

@kazeik
会不会是忘了加这个:

For an ios app, you need to add this entry to your Info.plist' tag:

<key>io.flutter.embedded_views_preview</key>
<string>YES</string>

from flutter_echarts.

yezibao1991 avatar yezibao1991 commented on August 10, 2024

@kazeik 我也遇到了一样的问题,demo运行是图表部分是白的,新建一个项目,Scaffold的body部分是
Container( child: Echarts( option: ''' { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value' }, series: [{ data: [820, 932, 901, 934, 1290, 1330, 1320], type: 'line' }] } ''', ), color: Colors.yellow, width: 300, height: 250, )
也是白的,13.3的iOS模拟器,Info.plist已经改了,请问有解决方案了吗

from flutter_echarts.

entronad avatar entronad commented on August 10, 2024

@kazeik
@yezibao1991

经检查 1.1.0 版本在 IOS 端存在问题,请升级至 1.1.1 版本
注意 pubspec.yamlpubspec.lock 都检查一下

from flutter_echarts.

entronad avatar entronad commented on August 10, 2024

原因请见 #3

from flutter_echarts.

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.