-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add Dart 2.0+ compatibility #10
Comments
Hey! Yes, I'm quite sorry about that, I've neglected this library for the
past few weeks due to time limitations. I have a bit more time now however,
and I hope to get around to updating and implementing the open feature
requests sometime in September. Until then, I'm also happy for PRs.
Georg
Am Di., 4. Sep. 2018 um 09:20 Uhr schrieb Piotr <[email protected]>:
… Hi!
I'm using Flutter 0.6.0, and now included Dart version is 2.1.0 (Changelog
details
<https://github.com/flutter/flutter/wiki/Changelog#changes-in-v060-since-v051---beta-6>
)
So, after including yours plugin into the project, I'm getting this error
in Android Studio:
Running "flutter packages get" in mypartner...
The current Dart SDK version is 2.1.0-dev.0.0.flutter-be6309690f.
Because rbpartner depends on android_job_scheduler >=0.0.2 which requires
SDK version >=1.19.0 <2.0.0, version solving failed.
pub get failed (1)
Process finished with exit code 1
It will be nice to have compatibility between yours plugin and new version
of Flutter.
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARqswLR3NM8vGL5lq5zornD8LUoWU1hOks5uXim0gaJpZM4WYbKf>
.
|
Hello, reinforcing the issue, I could update the plugin, I'm also needing it to create a background functionality. thank you |
Hey, i forked the project and only changed at the pubspec.yaml
See https://github.com/matechde/android_job_scheduler At your project you can than reference to my, or create your own fork, via following dependency:
|
Hey all, sorry for being unresponsive on this. I'd like to let you know that I will not be maintaining this package anymore due to time limitations, and a personal shift of interests. If anyone is genuinely interested in continuing to maintain this plugin, please get in touch with me and I will make the necessary arrangements to transfer ownership of the pub package to you. |
Hi!
I'm using Flutter 0.6.0, and now included Dart version is 2.1.0 (Changelog details)
So, after including yours plugin into the project, I'm getting this error in Android Studio:
It will be nice to have compatibility between yours plugin and new version of Flutter.
Thanks!
The text was updated successfully, but these errors were encountered: