Skip to content

Incompatible with flutter 3.32.0 #30

@EbonyGlow

Description

@EbonyGlow

When I compile for macos I get these errors:

../../../.pub-cache/hosted/pub.dev/combine-0.5.8/lib/src/bindings/isolate_bindings/absent_scheduler_binding.dart:87:7: Error: The method '_AbsentSchedulerBinding.scheduleFrameCallback' has fewer named arguments than those of overridden method 'SchedulerBinding.scheduleFrameCallback'. int scheduleFrameCallback(callback, {bool rescheduling = false}) { ^ ../../../fvm/versions/3.32.0/packages/flutter/lib/src/scheduler/binding.dart:610:7: Context: This is the overridden method ('scheduleFrameCallback'). int scheduleFrameCallback( ^ ../../../.pub-cache/hosted/pub.dev/combine-0.5.8/lib/src/bindings/isolate_bindings/isolate_binding.dart:13:7: Error: The implementation of 'scheduleFrameCallback' in the non-abstract class 'IsolateBinding' does not conform to its interface. class IsolateBinding extends BindingBase ^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.dev/combine-0.5.8/lib/src/bindings/isolate_bindings/isolate_binding.dart:13:7: Context: The method 'BindingBase with _AbsentSchedulerBinding.scheduleFrameCallback' has fewer named arguments than those of overridden method 'SchedulerBinding.scheduleFrameCallback'. class IsolateBinding extends BindingBase ^ ../../../fvm/versions/3.32.0/packages/flutter/lib/src/scheduler/binding.dart:610:7: Context: This is the overridden method ('scheduleFrameCallback'). int scheduleFrameCallback( ^ Target kernel_snapshot_program failed: Exception

environment:
Flutter 3.32.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision be698c48a6 (3 days ago) • 2025-05-19 12:59:14 -0700 Engine • revision 1881800949 (3 days ago) • 2025-05-19 10:54:07 -0700 Tools • Dart 3.8.0 • DevTools 2.45.1

combine
@override int scheduleFrameCallback(callback, {bool rescheduling = false}) { throw UnimplementedError(); }

flutter binding.dart
int scheduleFrameCallback( FrameCallback callback, { bool rescheduling = false, bool scheduleNewFrame = true, })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions