Is it possible to use JS visual libraries (e.g. Chart.js or D3.js) in Flutter?

Advertisements If it is possible, how exactly does it work? Maybe it’s possible to access Flutter’s Canvas widget through JS? My best guess for this would be the flutter_js package. >Solution : I wouldn’t say that it’s not possible, but in order to implement it from the start will be very hard and long work.… Read More Is it possible to use JS visual libraries (e.g. Chart.js or D3.js) in Flutter?