Skip to content

Fixes flutter 3.32 macos crash #2579

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theniceboy
Copy link

@theniceboy theniceboy commented May 26, 2025

Description

Flutter issue: flutter/flutter#169204

Related Issues

Fixes #2572
Fixes #2575

Type of Change

  • Feature: New functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Refactor: Code reorganization, no behavior change.
  • Breaking: Alters existing functionality and requires updates.
  • 🧪 Tests: New or modified tests
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Build/configuration changes.

@idispatch75
Copy link

FYI, this fixes the bug on Windows as well.

@idispatch75
Copy link

The bug reported in the flutter repo also mentions that didChangeDependencies() should be handled. It might apply here, but is not handled in this PR.

@ppamorim
Copy link

ppamorim commented Jun 4, 2025

@singerdmx Can we get this merged please?

@theachoem
Copy link
Contributor

@theniceboy rebase with the latest master may fix the test error. I'm looking for this too.

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

Successfully merging this pull request may close these issues.

Crash on macOS desktop app. NSInvalidArgumentException, reason: '-[NSNull longLongValue]: unrecognized selector sent to instance
5 participants