Skip to content

Track the Flutter master windowing rename in the editor - #340

Merged
bdero merged 1 commit into
masterfrom
bdero/master-window-api
Aug 18, 2026
Merged

Track the Flutter master windowing rename in the editor#340
bdero merged 1 commit into
masterfrom
bdero/master-window-api

Conversation

@bdero

@bdero bdero commented Aug 18, 2026

Copy link
Copy Markdown
Owner

The Flutter master channel dropped the Regular prefix from its experimental multi-window API, so the editor's floating-panel code stopped analyzing on the master lane (and master's own CI is red on it). RegularWindowController is now WindowController, RegularWindow is Window, RegularWindowControllerDelegate is WindowControllerDelegate, and ScrollCacheExtent is re-exported from material.dart. Signatures and delegate methods are unchanged, so this is a straight rename.

Verified against flutter/flutter at the framework revision the failing run used; it could not be compiled locally since local Flutter is on stable, which still has the old names, so the master Lint check here is the real confirmation.

@bdero bdero added the build Project building label Aug 18, 2026
@argos-ci

argos-ci Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
ios (Inspect) ✅ No changes detected - Aug 18, 2026, 9:16 AM
macos (Inspect) ✅ No changes detected - Aug 18, 2026, 4:05 PM

Master dropped the Regular prefix (RegularWindowController -> WindowController,
RegularWindow -> Window, RegularWindowControllerDelegate ->
WindowControllerDelegate) and now re-exports ScrollCacheExtent from
material.dart. Signatures are unchanged, so the API change is a rename.
main.dart also takes two tall-style method-chain reflows the master
formatter requires.
@bdero
bdero force-pushed the bdero/master-window-api branch from 44180af to dda5934 Compare August 18, 2026 09:06
@bdero
bdero merged commit e4160b5 into master Aug 18, 2026
21 of 23 checks passed
@bdero
bdero deleted the bdero/master-window-api branch August 18, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Project building

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant