google / chartjs.dart

ARCHIVED/UNMAINTAINED Dart API for Chart.js
https://pub.dev/packages/chartjs
Other
143 stars 53 forks source link

Can we use this in a flutter-for-web app? #58

Closed Cory-FanDemand closed 2 years ago

Cory-FanDemand commented 2 years ago

Hi, Can we use this in a flutter-for-web app? If so an example would be greatly appreciated. Thanks!

kevmoo commented 2 years ago

Nope. This is an HTML-only solution

Cory-FanDemand commented 2 years ago

Not even in some kind of webview? Do you know if other javascript libraries like react or jointjs could be made to work inside flutter-for-web? Is there some UI event handling mechanism that would block them? For example a drag event that a javascript library normally handles - would flutter block those drag events from being automatically sent down to the javascript?