dart-js-wrapping
dart-js-wrapping copied to clipboard
dart - flutter - js_interop - d3
Hi,
Dart SDK version: 3.5.4 Flutter (Channel stable, 3.24.4 on Windows)
I'm trying to create a flutter Web application with d3 (graph) integrated.
I've tried to use dart:js_interop in order to map the d3 functions to dart.
However, this seems terribly difficult for me.
Would you have any example of a flutter application showing a simple d3 graph with a legend which allows to show/hide the d3 path/line ?
Much appreciated,
Ivan