adaojunior / pusher

The Dart library for interacting with the Pusher HTTP API.
https://pub.dartlang.org/packages/pusher
MIT License
12 stars 13 forks source link

Dart 2 incompatible #18

Closed suragch closed 5 years ago

suragch commented 5 years ago

Are you still willing to maintain this project? I'm interested in using it and possibly helping work on the code.

How much work would it require to migrate this to Dart 2?

adaojunior commented 5 years ago

Hi @suragch, yes, I'll migrate it to Dart2, I believe it won't take too much time since there's a tool to automatically upgrade Dart1 to Dart2.

adaojunior commented 5 years ago

@suragch this package is now compatible with Dart2, let me know if it works for you.

https://pub.dartlang.org/packages/pusher/versions/1.0.0-beta

suragch commented 5 years ago

Thanks for the quick response and update. I don't know how the pub pages get updated, but you can probably update it so that it doesn't say "Dart 2 incompatible" anymore. I'll let you know later how it works, but I am still working on learning server-side Dart right now so I'm not quite ready to test it.

adaojunior commented 5 years ago

It only shows "Dart 2 incompatible" on the version 0.3.0, if you click on 1.0.0-beta that message will disappear.