a14n / dart-js-wrapping

With that package you will be able to easilly wrap JS library in Dart.
https://pub.dartlang.org/packages/js_wrapping
Other
43 stars 16 forks source link

Is this package required with the new-er package:js jazz? #17

Open matanlurey opened 6 years ago

matanlurey commented 6 years ago

Trying to understand if we can upgrade https://github.com/a14n/dart-google-maps to use package:js, and avoid extra dependencies. WDUT?

a14n commented 6 years ago

It a huge task to migrate google_maps package and I'm waiting for several js-interop improvements to make it easier:

With those improvements the dart google maps API could almost remain the same as today without wrappers.