pulyaevskiy / firebase-functions-interop

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

Fails to compile with node_io 1.0.0 #52

Closed alextekartik closed 5 years ago

alextekartik commented 5 years ago

Thanks again for your package. The latest change you made to node_io (1.0.0) seems to break this package. Tested on sdk 2.3.0-dev.0.0 Ubuntu.

The workaround for me for now is to add the following constraint:

  node_io: 1.0.0-dev.10.0
pulyaevskiy commented 5 years ago

Ouch, thanks for pointing it out! Will investigate.

pulyaevskiy commented 5 years ago

There is now node_io: 1.0.1 which fixes this issue. I also updated firebase_functions_interop: 1.0.1 with latest dependencies.

Thanks!