-
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
abstract class 'IsolateBinding' is missing implementations for these members: #35
Comments
Hey👋 Looks like a problem with the combine package version. I'll take a look |
I investigated this error, and I discovered that it occur with Flutter version 3.7 above. |
How about status for this problem. I don't see any update from DEV |
Hey, any update having the same issue Flutter version Flutter 3.22.0 • channel stable • https://github.com/flutter/flutter.git Error message You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply ../../.pub-cache/hosted/pub.dev/combine-0.1.2/lib/src/bindings/isolate_bindings/isolate_binding.dart:12:7: Error: The non-abstract class 'IsolateBinding' is missing implementations for these members:
class IsolateBinding extends BindingBase FAILURE: Build failed with an exception.
BUILD FAILED in 1m 12s Exited (1). |
I tried to implement package, but I was receiving this error all times. Could be flutter version?
../../../.pub-cache/hosted/pub.dev/combine-0.1.2/lib/src/bindings/isolate_bindings/isolate_binding.dart:12:7: Error: The non-abstract class 'IsolateBinding' is
missing implementations for these members:
Try to either
class IsolateBinding extends BindingBase
^^^^^^^^^^^^^^
../../../Programs/flutter/packages/flutter/lib/src/scheduler/binding.dart:645:8: Context: 'SchedulerBinding.debugAssertNoPendingPerformanceModeRequests' is defined
here.
bool debugAssertNoPendingPerformanceModeRequests(String reason) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../Programs/flutter/packages/flutter/lib/src/scheduler/binding.dart:659:8: Context: 'SchedulerBinding.debugAssertNoTimeDilation' is defined here.
bool debugAssertNoTimeDilation(String reason) {
^^^^^^^^^^^^^^^^^^^^^^^^^
../../../Programs/flutter/packages/flutter/lib/src/scheduler/binding.dart:1194:24: Context: 'SchedulerBinding.debugGetRequestedPerformanceMode' is defined here.
DartPerformanceMode? debugGetRequestedPerformanceMode() {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../Programs/flutter/packages/flutter/lib/src/scheduler/binding.dart:1160:33: Context: 'SchedulerBinding.requestPerformanceMode' is defined here.
PerformanceModeRequestHandle? requestPerformanceMode(DartPerformanceMode mode) {
Flutter doctor:
[✓] Flutter (Channel stable, 3.7.7, on macOS 13.2.1 22D68 darwin-x64, locale en-PT)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.76.2)
[✓] Connected device (1 available)
[✓] HTTP Host Availability
The text was updated successfully, but these errors were encountered: