pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

Firebase-functions-interop needs to use the new build system instead of transformers #20

Closed efortuna closed 6 years ago

efortuna commented 6 years ago

Transformers are going away, so we should change this package to use the new build system: https://github.com/dart-lang/build

From my superficial look I think we can use the build_web_compilers process to compile to JavaScript (even though this is not a web thing).

As a small incentive...we're hoping to feature this package in my (Flutter) Google I/O presentation, assuming it can work with Dart 2!

pulyaevskiy commented 6 years ago

Hi Emily,

Have you tried 1.0.0-dev version of this package?

It implements exactly what you mentioned:

Let me know if anything is not working for you, I'll try to help.

P.S.: Would be cool to see it featured in your talk! :)

efortuna commented 6 years ago

oh geez, you're right! Sorry about that. I was looking at the wrong version because apparently Google decided to show that one first when I searched. https://pub.dartlang.org/packages/firebase_functions_interop/versions/0.0.4%2B1 Sorry for the noise!

efortuna commented 6 years ago

(ps. thanks for writing this package!)

pulyaevskiy commented 6 years ago

No worries, thanks for trying it out! As I mentioned, let me know in case you'll find any issues.