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

Null Safety Support #96

Open jamesblasco opened 3 years ago

jamesblasco commented 3 years ago

Hello there!

It would be interesting to add plan support for null-safety generated code.

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 ocumentation for JS interop.

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