dart-archive / js_facade_gen

Generates package:js Javascript interop facades for arbitrary TypeScript libraries
Apache License 2.0
161 stars 29 forks source link

Dart 2.x support #36

Open xylobol opened 5 years ago

xylobol commented 5 years ago

I'm working on a project where this would be immensely helpful. A number of libraries I've tried converting spit out code that wouldn't work at all or would only work on 1.x. Any help would be greatly appreciated. See attached image for an example.

image

Note: I manually updated func to func2.

devoncarew commented 1 year ago

Hi - thanks for the inquiry. This repository was not being actively maintained and after consideration - as per the readme - we've made the decision to archive it.

We'll continue to work on improving JS interop generally. For details on how to write interop interfaces using package:js, please visit the package:js pub page or the dart.dev documentation for JS interop.

If there is interest in continuing this repository, feel free to contribute by forking.