ozc / flutter-phonecallstate

Flutter plugin for receiving Phone Call States
Other
10 stars 18 forks source link

Dart 2 incompatible #1

Open ish12321 opened 5 years ago

ish12321 commented 5 years ago

The module is incompatible with dart 2

Karlheinzniebuhr commented 5 years ago

any updates? Is this repo still maintained?

cudajo commented 5 years ago

Does anyone with more Flutter/Dart experience know what's needed to make this Dart 2 compatible? How much work is it?

maietta commented 5 years ago

I have a project that could use this and so I will be working to get this code updated. However, a pull request is likely not to have any effect as the person appears to be completely ignoring this repo.

I am not familiar with iOS and Android specific code and only learning Flutter system and Dart 2 language but because the scaffold is here, I am under the belief this would be a fairly simple update.

Look for any pull requests and inspect my changes once they come through. I am only letting others know that YES, someone else is working on it too.

ozc commented 5 years ago

It's been a while I've written this package to use for a project. Since then I've completely forgot about it.

I've edited the pubspec.yaml file, added environment sdk setting to compile with Dart2. Did not test it though. It's just a few lines of code and should work. Please let me know if it doesn't.