Skip to content
Advertisement

Tag: dart-js-interop

how to use javascript library in dart

I am learning package:js and the dart file, which is a dart wrapper for chart.js. I think this file is a bridge which connects dart and javascript. So, in this file, it must tell what javascript library this dart file is trying to connect. Am I right? But I did not find it. What do the following statements mean? Do

Advertisement