bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
230 stars 121 forks source link

Should remove `js` dependency from pubspec #232

Open AlexDochioiu opened 3 months ago

AlexDochioiu commented 3 months ago

Having a glance through the code, it looks like it's all been migrated to dart:js_interop (and interop unsafe). The js dependency is not needed anymore.

JZulRes commented 3 months ago

I have the same issue