Skip to content
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

Open
PiotrWpl opened this issue Sep 4, 2018 · 4 comments
Open

Please add Dart 2.0+ compatibility #10

PiotrWpl opened this issue Sep 4, 2018 · 4 comments

Comments

@PiotrWpl
Copy link

PiotrWpl commented Sep 4, 2018

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:

Running "flutter packages get" in mypartner...
The current Dart SDK version is 2.1.0-dev.0.0.flutter-be6309690f.

Because mypartner 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!

@georggrab
Copy link
Owner

georggrab commented Sep 4, 2018 via email

@cssarto
Copy link

cssarto commented Nov 9, 2018

Hello, reinforcing the issue, I could update the plugin, I'm also needing it to create a background functionality. thank you

@achtelik
Copy link

achtelik commented Dec 8, 2018

Hey, i forked the project and only changed at the pubspec.yaml

environment:
    sdk: ">=1.19.0 <3.0.0"

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:

android_job_scheduler:
    git:
      url: git://github.com/matechde/android_job_scheduler.git

@georggrab
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants