master
Add/use `addMachineOutputFlag`/`outputsMachineFormat` instead of strings (#171459)
Modernize framework lints (#179089)
[ Tool ] Migrate `flutter analyze` to use LSP (#183785)
[Tool Robustness] Gracefully handle asynchronous subprocess crashes and connection timeouts (#186964)
Auto-format Framework (#160545)
[tool] Refactor artifacts.dart to use enhanced enums and reduce duplication (#187063)
Fix non-minimal relative imports in flutter_tools (#183971)
Collect HCPP adoption analytics for flutter run/build apk/build appbundle (#184225)
flutter_tools: Auto-generate ExportOptions.plist for manual iOS code signing (#177888)
Add --flavor support for Linux desktop builds (#187029)
Pass EXCLUDED_ARCHS from Xcode project to xcodebuild for macOS builds (#176948)
Increase macOS minimum supported version from 10.15 to 12 to support Xcode 27 (#188520)
feat: Add --base-href support to flutter run for web (#182709)
Add --flavor support for Windows desktop builds (#187034)
Wraps all `git` executions in a `Git(...).*`, use `*=noglob` on Windows (#172495)
Pass XcodeBasedProject instead of String to functions in XcodeProjectInterpreter (#186378)
[flutter_tools] Fix crash in flutter create when pubspec.yaml is empty (#188385)
[ Tool ] Allow creation of projects inside the engine's examples directory (#182268)
Enable the `avoid_final_parameters` lint. (#185216)
[flutter_tools] Throw DaemonException if app fails to start early (#188921)
Codesign XCFrameworks for darwin add to app (#183399)
[ Tool ] Enable `omit_obvious_*_types` and `specify_nonobvious_*_types` lints (#172018)
Throw ToolExit when flutter downgrade receives positional arguments (#183375)
[flutter_tools] Fix `flutter drive --chrome-binary` being ignored on web (#185481)
Replace `pub run` mentions with `dart run` (#181317)
Finish removing `--explicit-package-dependencies`. (#169950)
[tool] Fix broken comment references and code spans in doc comments (#168498)
[flutter_tools] Cache pubspec reads and share PackageGraph/PackageConfig across workspace packages during pub get post-processing (#184528)
Clarify precache enabled platforms help (#186878)
[flutter_tools] Remove web hot reload flag (#185994)
[ Tool ] Add `Stream.transformWithCallSite` to provide more useful stack traces (#177470)
Move widget_preview_scaffold into pub workspace (#185176)
[Tool] Run re-entrant upgrade in original CWD (#188794)
[widget-preview] Copy host web directory to widget preview scaffold (#188595)