-
Notifications
You must be signed in to change notification settings - Fork 114
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
Flutter 3.0 changes #78
Comments
Also there is a warning which I believe there wasn't before: .pub-cache/hosted/pub.dartlang.org/flutter_foreground_task-3.7.2/android/src/main/kotlin/com/pravera/flutter_foreground_task/service/ForegroundService.kt: (329, 18): Object is not abstract and does not implement abstract member public abstract fun error(p0: String, p1: String?, p2: Any?): Unit defined in io.flutter.plugin.common.MethodChannel.Result
.pub-cache/hosted/pub.dartlang.org/flutter_foreground_task-3.7.2/android/src/main/kotlin/com/pravera/flutter_foreground_task/service/ForegroundService.kt: (347, 4): 'error' overrides nothing |
I can confirm our builds are failing on Flutter 3 because of this. Anything we can do to help? |
Dev-hwang
added a commit
that referenced
this issue
May 13, 2022
Try upgrading to version 3.7.3 dependencies:
flutter_foreground_task: ^3.7.3 |
Works for us! Thanks for the quick turnaround. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
After releasing new flutter version, the plugin do not work because of this error:
The text was updated successfully, but these errors were encountered: