id
stringlengths
14
17
text
stringlengths
23
1.11k
source
stringlengths
35
114
d10c34326f68-96
Added Badge.isLabelVisible flag by @HansMuller in https://github.com/flutter/flutter/pull/115292 Added Badge.count constructor by @HansMuller in https://github.com/flutter/flutter/pull/115297 Revert “Added Badge.count constructor” by @HansMuller in https://github.com/flutter/flutter/pull/115564 Reland Added Badge.count constructor by @HansMuller in https://github.com/flutter/flutter/pull/115566 Label should always be aligned with text in filled input decoration by @QuncCccccc in https://github.com/flutter/flutter/pull/115540 Add selection feedback for both selection area and text field by @chunhtai in https://github.com/flutter/flutter/pull/115373
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-97
Add Material 3 support for Slider - Part 2 by @TahaTesser in https://github.com/flutter/flutter/pull/114624 Fixes a bug where dragging a collapsed handle in TextField does not v… by @chunhtai in https://github.com/flutter/flutter/pull/115586 Improve showSnackBar documentation by @bleroux in https://github.com/flutter/flutter/pull/114612 Update comments in theme data files by @hangyujin in https://github.com/flutter/flutter/pull/115603 Use double.isNaN instead of ... == double.nan (which is always false) by @mkustermann in https://github.com/flutter/flutter/pull/115424 InkResponse highlights can be updated by @bleroux in https://github.com/flutter/flutter/pull/115635
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-98
Disallow dispose during listener callback by @chunhtai in https://github.com/flutter/flutter/pull/114530 Fix NavigationBar ripple by @TahaTesser in https://github.com/flutter/flutter/pull/115499 Tiny improvement of RouteSettings display by @fzyzcjy in https://github.com/flutter/flutter/pull/114481 Add more InkWell tests by @bleroux in https://github.com/flutter/flutter/pull/115634 Remove unneeded comparison to double.nan by @asashour in https://github.com/flutter/flutter/pull/115547 Fix formatting in BottomAppBar test by @bernaferrari in https://github.com/flutter/flutter/pull/115520
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-99
Allows pushing page based route as pageless route by @chunhtai in https://github.com/flutter/flutter/pull/114362 Material 3 navigation drawer by @hangyujin in https://github.com/flutter/flutter/pull/115668 Add Spell Check to Editable Text (iOS) by @camsim99 in https://github.com/flutter/flutter/pull/110193 Add clip option for navigator by @chunhtai in https://github.com/flutter/flutter/pull/115775 [RawKeyboard] Fix Linux remapped CapsLock throws by @bleroux in https://github.com/flutter/flutter/pull/115009 BouncingScrollPhysics should propagate decelerationRate by @moffatman in https://github.com/flutter/flutter/pull/115797
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-100
Use the new pushImageFilter offset parameter to fix the transform of the children by @flar in https://github.com/flutter/flutter/pull/113673 Revert “Use the new pushImageFilter offset parameter to fix the transform of the children” by @jonahwilliams in https://github.com/flutter/flutter/pull/115861 Provide an option to update Focus semantics under FocusableActionDetector by @TahaTesser in https://github.com/flutter/flutter/pull/115833 Update documentation for PlatformException.stacktrace by @ueman in https://github.com/flutter/flutter/pull/114028 Use the new pushImageFilter offset parameter to fix the transform of the children by @flar in https://github.com/flutter/flutter/pull/115884
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-101
Updated tokens to v0_143. by @darrenaustin in https://github.com/flutter/flutter/pull/115890 Fix current day not being decorated when it was disabled for picking. by @jgoyvaerts in https://github.com/flutter/flutter/pull/115240 TabBar should adjust scroll position when Controller is changed by @bleroux in https://github.com/flutter/flutter/pull/116019 Fix iOS selectWordEdge doesn’t account for affinity by @chunhtai in https://github.com/flutter/flutter/pull/115849 Add IndicatorShape to NavigationRailTheme and fix indicator ripple. by @TahaTesser in https://github.com/flutter/flutter/pull/116108 Reland Cupertino text input padding by @MitchellGoodwin in https://github.com/flutter/flutter/pull/115164
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-102
Fix LayoutExplorer cycle by @LongCatIsLooong in https://github.com/flutter/flutter/pull/115526 Tiny code cleanup: remove unnecessary comparisons by @fzyzcjy in https://github.com/flutter/flutter/pull/114488 Menu bar accelerators by @gspencergoog in https://github.com/flutter/flutter/pull/114852 Ignore NullThrownError deprecation by @mit-mit in https://github.com/flutter/flutter/pull/116135 Disable backspace/delete handling on iOS & macOS by @LongCatIsLooong in https://github.com/flutter/flutter/pull/115900 Update SnackBar to support Material 3 by @esouthren in https://github.com/flutter/flutter/pull/115750
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-103
Revert “Update SnackBar to support Material 3” by @Piinks in https://github.com/flutter/flutter/pull/116199 Use Isolate.run as implementation for compute by @dnfield in https://github.com/flutter/flutter/pull/115779 iOS 16 context menu by @justinmc in https://github.com/flutter/flutter/pull/115805 Create DropdownMenu Widget to Support Material 3 by @QuncCccccc in https://github.com/flutter/flutter/pull/116088 Add Material 3 support for TabBar by @TahaTesser in https://github.com/flutter/flutter/pull/116110 Add onFocusChange property for ListTile widget by @M97Chahboun in https://github.com/flutter/flutter/pull/111498
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-104
labeledTapTargetGuideline should passe if textfield does not have label by @chunhtai in https://github.com/flutter/flutter/pull/116221 Adjust Material 3 textfield padding to align with specs by @hangyujin in https://github.com/flutter/flutter/pull/116225 Updated the M3 textTheme to use onSurface color for all styles. by @darrenaustin in https://github.com/flutter/flutter/pull/116125 Fix Material 3 BottomSheet example by @TahaTesser in https://github.com/flutter/flutter/pull/116112 Fix Slider semantics node size by @TahaTesser in https://github.com/flutter/flutter/pull/115285 Updated useMaterial3 documentation to include missing M3 components. by @darrenaustin in https://github.com/flutter/flutter/pull/116234
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-105
Remove shrinkWrap from samples that don’t need it by @goderbauer in https://github.com/flutter/flutter/pull/116236 Revert “Add Material 3 support for TabBar” by @guidezpl in https://github.com/flutter/flutter/pull/116273 [Reland] Add Material 3 support for TabBar by @TahaTesser in https://github.com/flutter/flutter/pull/116283 M3 snackbar [re-land] by @esouthren in https://github.com/flutter/flutter/pull/116218 Revert “Fix Slider semantics node size” by @CaseyHillers in https://github.com/flutter/flutter/pull/116294 Update CupertinoContextMenu to iOS 16 visuals by @MitchellGoodwin in https://github.com/flutter/flutter/pull/110616
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-106
Add Material 3 Slider example by @TahaTesser in https://github.com/flutter/flutter/pull/115638 Added controller and onSelected properties to DropdownMenu by @QuncCccccc in https://github.com/flutter/flutter/pull/116259 Revert “iOS 16 context menu” due to theme color mix up by @justinmc in https://github.com/flutter/flutter/pull/116312 Add clarification to CupertinoUserInterfaceLevel docs by @MitchellGoodwin in https://github.com/flutter/flutter/pull/116371 [CP] Fix Snackbar TalkBack regression by @zanderso in https://github.com/flutter/flutter/pull/116608
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-107
Fix scroll jump when NestedScrollPosition is inertia-cancelled. (#116… by @Piinks in https://github.com/flutter/flutter/pull/117343 Fix NavigationRail highlight (#117320) by @Piinks in https://github.com/flutter/flutter/pull/117344 Fix InkRipple doesn’t respect rectCallback when rendering ink cir… by @Piinks in https://github.com/flutter/flutter/pull/117500 Tooling [flutter_tools] [dap] Add support for passing env variables to spawned processes by @DanTup in https://github.com/flutter/flutter/pull/107415 [flutter_tools] Replace android v2 embedding broken doc link by @RoyARG02 in https://github.com/flutter/flutter/pull/107456
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-108
Improve coverage speed by using new caching option for package:coverage by @jensjoha in https://github.com/flutter/flutter/pull/107395 Check for analyzer rule names instead of descriptions in a flutter_tools test by @jason-simmons in https://github.com/flutter/flutter/pull/107541 [flutter_tools] Catch more general XmlException rather than XmlParserException by @christopherfujino in https://github.com/flutter/flutter/pull/107574 [flutter_tools] Make android gradle builder test hermetic by @christopherfujino in https://github.com/flutter/flutter/pull/107606 Add UIApplicationSupportsIndirectInputEvents migration by @moffatman in https://github.com/flutter/flutter/pull/106889
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-109
Check device type using platformType instead of type check to support proxied devices. by @chingjun in https://github.com/flutter/flutter/pull/107618 [Windows] Remove the usage of SETLOCAL ENABLEDELAYEDEXPANSION from bat scripts. by @moko256 in https://github.com/flutter/flutter/pull/106861 Increase app minimum supported macOS version from 10.11 to 10.13 by @jmagman in https://github.com/flutter/flutter/pull/107689 [gen_l10n] Throw error when arb file does not exist by @thkim1011 in https://github.com/flutter/flutter/pull/107583
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-110
[flutter_tools] fix RangeError in gen-l10n by checking for empty string by @christopherfujino in https://github.com/flutter/flutter/pull/107604 [flutter_tools] Migrate commands.shard/hermetic/doctor_test to null-safety and make hermetic by @christopherfujino in https://github.com/flutter/flutter/pull/107670 Read dart_plugin_registrant path from FlutterProject to support non-standard path. by @chingjun in https://github.com/flutter/flutter/pull/107617 Pass device-user in machine mode by @chingjun in https://github.com/flutter/flutter/pull/107747 Pub dependencies project validator by @Jasguerrero in https://github.com/flutter/flutter/pull/106895
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-111
[flutter_tools] Remove shuffle from doctor test by @christopherfujino in https://github.com/flutter/flutter/pull/107744 [flutter_tools] migrate clean_test to null-safety by @christopherfujino in https://github.com/flutter/flutter/pull/107750 Revert “Read dart_plugin_registrant path from FlutterProject to support non-standard path.” by @christopherfujino in https://github.com/flutter/flutter/pull/107850 [flutter_tools] Fix null check errors in attach command by @christopherfujino in https://github.com/flutter/flutter/pull/107864 [flutter_tool] Allow includes relative to shader path by @zanderso in https://github.com/flutter/flutter/pull/107862
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-112
Provide more useful error message if a non-compliant DAP tool (or user) sends bad input to DAP server by @DanTup in https://github.com/flutter/flutter/pull/107827 [web][debug] Remove RequireJS timeouts for debug builds. by @ditman in https://github.com/flutter/flutter/pull/107868 Dart registrant location by @chingjun in https://github.com/flutter/flutter/pull/107967 Check for bad characters in path on Windows build by @yaakovschectman in https://github.com/flutter/flutter/pull/107949 check for pubspec instead of lib/ by @Jasguerrero in https://github.com/flutter/flutter/pull/107968
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-113
[flutter_tools] add more debugging when pub get fails by @christopherfujino in https://github.com/flutter/flutter/pull/108062 Remove outdated Fuchsia concepts by @richkadel in https://github.com/flutter/flutter/pull/107335 [flutter_tools] Remove unused parameter when connecting DAP to VM Service by @DanTup in https://github.com/flutter/flutter/pull/108285 [iOS] Update template icons by @RockerFlower in https://github.com/flutter/flutter/pull/107873 Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests by @GaryQian in https://github.com/flutter/flutter/pull/108197
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-114
Revert “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate examples/tests” by @zanderso in https://github.com/flutter/flutter/pull/108349 [flutter_tools] Remove more shuffles by @christopherfujino in https://github.com/flutter/flutter/pull/107759 [flutter_tools] [dap] Ensure DAP sends app.stop/app.detach during terminate by @DanTup in https://github.com/flutter/flutter/pull/108310 Only show iOS simulators, reduce output spew in verbose by @jmagman in https://github.com/flutter/flutter/pull/108345 Set Xcode build script phases to always run by @jmagman in https://github.com/flutter/flutter/pull/108331
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-115
Only run pod install on the first iOS build by @jmagman in https://github.com/flutter/flutter/pull/108205 [flutter_tools] Suggest actions to fix failing FlutterValidator by @RoyARG02 in https://github.com/flutter/flutter/pull/106355 [gen_l10n] Warn users when placeholder types are converted to ‘num’ when using pluralization by @thkim1011 in https://github.com/flutter/flutter/pull/108036 Handle updated error message when iOS device is locked by @jmagman in https://github.com/flutter/flutter/pull/108057 Reland “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples” by @GaryQian in https://github.com/flutter/flutter/pull/108355
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-116
Revert “Reland “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples”” by @zanderso in https://github.com/flutter/flutter/pull/108407 [flutter_tool] Include impellerc output in ShaderCompilerException by @zanderso in https://github.com/flutter/flutter/pull/108348 Reland “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples” #108355 by @GaryQian in https://github.com/flutter/flutter/pull/108472 Revert “Reland “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples” #108355” by @Piinks in https://github.com/flutter/flutter/pull/108488
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-117
Unify analysis options by @goderbauer in https://github.com/flutter/flutter/pull/108462 Reland “Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples” #108472 by @GaryQian in https://github.com/flutter/flutter/pull/108510 Remove doc for –ignore-deprecation and check for pubspec before v1 embedding check by @GaryQian in https://github.com/flutter/flutter/pull/108523 [flutter_tools] join flutter specific with home cache by @Jasguerrero in https://github.com/flutter/flutter/pull/105343 Ignore body_might_complete_normally_catch_error violations by @srawlins in https://github.com/flutter/flutter/pull/106563
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-118
Add usage event when iOS app is archived by @jmagman in https://github.com/flutter/flutter/pull/108643 Add usage event when macOS app is archived by @jmagman in https://github.com/flutter/flutter/pull/108651 Use hasNoRemainingExpectations matcher for fake process manager in tool tests by @jmagman in https://github.com/flutter/flutter/pull/108649 [flutter_tools] Test that DAP process terminates at the end of a session by @DanTup in https://github.com/flutter/flutter/pull/108301 fix noop toString() diagnostics by @pq in https://github.com/flutter/flutter/pull/108836
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-119
[flutter_tools] Migrate more tool tests to null-safety by @christopherfujino in https://github.com/flutter/flutter/pull/108639 fix flutter not finding custom device by @ardera in https://github.com/flutter/flutter/pull/108884 [web] Add onEntrypointLoaded to FlutterLoader. by @ditman in https://github.com/flutter/flutter/pull/108776 Add avoid_redundant_argument_values ignores back by @goderbauer in https://github.com/flutter/flutter/pull/108984 Plugin FFI template bump ffigen to 6.0.1 by @dcharkes in https://github.com/flutter/flutter/pull/108792 [flutter_tools] refactor stringsArg by @amanv8060 in https://github.com/flutter/flutter/pull/105032
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-120
[flutter_tools] ensure setAssetDirectory uses windows path by @jonahwilliams in https://github.com/flutter/flutter/pull/109021 Update packages by @guidezpl in https://github.com/flutter/flutter/pull/109054 Add quotes to Gradle NDK version error message by @dcharkes in https://github.com/flutter/flutter/pull/109026 [flutter_tools] support hot reload of font assets by @jonahwilliams in https://github.com/flutter/flutter/pull/109091 [flutter_tools] Fix tool crash for map cast by @dnys1 in https://github.com/flutter/flutter/pull/107648 [flutter_tools] Adds test of impellerc output file mode by @zanderso in https://github.com/flutter/flutter/pull/109190
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-121
Add info project validator status by @Jasguerrero in https://github.com/flutter/flutter/pull/109169 [flutter_tools] Fix race condition with completer in devfs_web by @christopherfujino in https://github.com/flutter/flutter/pull/109059 Disable jank metrics for web by @Jasguerrero in https://github.com/flutter/flutter/pull/109356 Fix Transporter app name in log after upload by @xvrh in https://github.com/flutter/flutter/pull/107414 Free library even if proc lookup fails by @verath in https://github.com/flutter/flutter/pull/108312 [flutter_tools] Pin path_provider_android by @christopherfujino in https://github.com/flutter/flutter/pull/109429
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-122
Remove deprecated Ruby File.exists? in helper script by @jmagman in https://github.com/flutter/flutter/pull/109428 Update flutter.gradle AGP to 7.2.0 and bump default NDK version by @GaryQian in https://github.com/flutter/flutter/pull/109211 Introduce stubbed exclusive parameter to File.create-overridden method by @aam in https://github.com/flutter/flutter/pull/109646 [flutter_tools] Make flutter test -v print timing of different phases by @jensjoha in https://github.com/flutter/flutter/pull/108864 Generate syntax for plugin registration that works both with and without null safety. by @eyebrowsoffire in https://github.com/flutter/flutter/pull/109480
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-123
Temporarily remove a bogus warning until fixed by dwds update by @annagrin in https://github.com/flutter/flutter/pull/109793 remove passing –debugger-module-names to frontend server by @annagrin in https://github.com/flutter/flutter/pull/109791 [gen_l10n] Add option to format generated localizations files by @thkim1011 in https://github.com/flutter/flutter/pull/109171 add GeneralInfo project validator to analyze –suggestions by @Jasguerrero in https://github.com/flutter/flutter/pull/109874 [flutter_tools] Enable custom devices on all channels by @zanderso in https://github.com/flutter/flutter/pull/109953
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-124
[flutter_tools] Fix _CastError in HotRunner._resetDirtyAssets by @christopherfujino in https://github.com/flutter/flutter/pull/108771 [dap] Don’t wait for appStarted before responding to launch/attach + don’t call app.stop for unstarted app by @DanTup in https://github.com/flutter/flutter/pull/109386 FFI plugin bump FFIgen to 6.1.2 by @dcharkes in https://github.com/flutter/flutter/pull/110246 [flutter_tools] unpin path_provider_android and roll by @christopherfujino in https://github.com/flutter/flutter/pull/110216 [web] fix hot restart in entrypoint generated by flutter create by @yjbanov in https://github.com/flutter/flutter/pull/110229
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-125
[flutter_tools] migrate some files to null safety by @jonahwilliams in https://github.com/flutter/flutter/pull/110354 Show output from pub get in flutter pub get by @sigurdm in https://github.com/flutter/flutter/pull/106300 Revert “Show output from pub get in flutter pub get” by @zanderso in https://github.com/flutter/flutter/pull/110478 [flutter_tools] Pull more arm64 artifacts on Apple Silicon by @zanderso in https://github.com/flutter/flutter/pull/110291 [flutter_tools] migrate gradle errors and project test to null safety by @jonahwilliams in https://github.com/flutter/flutter/pull/110530
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-126
[Windows] Hide app until first frame is drawn by @loic-sharma in https://github.com/flutter/flutter/pull/109816 [Windows] add generated plugins ignores by @hlwhl in https://github.com/flutter/flutter/pull/109973 Support single arch local engines for ‘build macos-framework’ and ‘ios-framework’ by @jmagman in https://github.com/flutter/flutter/pull/110564 Make module tests pass on Xcode 14 by @jmagman in https://github.com/flutter/flutter/pull/110556 Use UriConverter from context for test by @helin24 in https://github.com/flutter/flutter/pull/110539 [flutter_tools] Generate Localizations on flutter run for web by @thkim1011 in https://github.com/flutter/flutter/pull/110526
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-127
Track platform in MigratePlaformConfig and enforce metadata file being provided by @GaryQian in https://github.com/flutter/flutter/pull/110540 [flutter_tools] change the way version is calculated on master by @christopherfujino in https://github.com/flutter/flutter/pull/110791 [tool] Fix flutter.js regression with hot-reload on promise-based init. by @ditman in https://github.com/flutter/flutter/pull/110805 Delete errant .packages by @guidezpl in https://github.com/flutter/flutter/pull/110749 Bump android SDK to 33 by @GaryQian in https://github.com/flutter/flutter/pull/109583
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-128
[flutter_tools] Instantiate shutdown hooks before localfilesystem by @christopherfujino in https://github.com/flutter/flutter/pull/110693 Manually update DWDS version to v.16.0.0 by @elliette in https://github.com/flutter/flutter/pull/110822 Update issue reference for skipped hot restart tests by @annagrin in https://github.com/flutter/flutter/pull/110881 [Windows] Use dark title bar on dark system theme by @loic-sharma in https://github.com/flutter/flutter/pull/110615 Revert “[Windows] Use dark title bar on dark system theme” by @jmagman in https://github.com/flutter/flutter/pull/110890
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-129
Feat: dSYM debug info for iOS & macOS builds by @vaind in https://github.com/flutter/flutter/pull/101586 Null safety migration of packages/flutter_tools/test/commands.shard/permeable by @liamappelbe in https://github.com/flutter/flutter/pull/110710 Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 3/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110709 Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 2/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110708
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-130
Null safety migration of packages/flutter_tools/test/web.shard by @liamappelbe in https://github.com/flutter/flutter/pull/110713 Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 1/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110707 Update null safety warnings in prep for Dart 3 by @mit-mit in https://github.com/flutter/flutter/pull/110998 Null safety migration of packages/flutter_tools/test/general.shard, part 2/2 by @liamappelbe in https://github.com/flutter/flutter/pull/110712 Reland: Show output from pub get in flutter pub get by @sigurdm in https://github.com/flutter/flutter/pull/110851
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-131
Windows version check in doctor by @eliasyishak in https://github.com/flutter/flutter/pull/110013 Null safety migration of packages/flutter_tools/test/general.shard, part 1/2 by @liamappelbe in https://github.com/flutter/flutter/pull/110711 [flutter_tools] add test debugging for #111272 by @christopherfujino in https://github.com/flutter/flutter/pull/111280 refactor: strip all local symbols from macOS and iOS App.framework - reduces app size by @vaind in https://github.com/flutter/flutter/pull/111264 Remove .pub directories from iml templates by @natebosch in https://github.com/flutter/flutter/pull/109622
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-132
[Windows] Use dark title bar on dark system theme by @loic-sharma in https://github.com/flutter/flutter/pull/111042 [flutter_tools] Pin url_launcher_android and update packages by @christopherfujino in https://github.com/flutter/flutter/pull/111309 [flutter_tools] filter “Resolving dependencies…” from dart pub get output to fix test flakiness by @christopherfujino in https://github.com/flutter/flutter/pull/111312 Null safety migration of packages/flutter_tools/bin by @liamappelbe in https://github.com/flutter/flutter/pull/110706 Revert “Null safety migration of packages/flutter_tools/bin” by @zanderso in https://github.com/flutter/flutter/pull/111506
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-133
let the plugin’s output generated in flutter/.android/plugins_build_output/${androidPlugin.name} by @chunfengyao in https://github.com/flutter/flutter/pull/94645 error handling when path to dir provided instead of file by @eliasyishak in https://github.com/flutter/flutter/pull/109796 [flutter_tools] reduce doctor timeout to debug 111686 by @christopherfujino in https://github.com/flutter/flutter/pull/111687 [flutter_tools] fix AndroidSdk.reinitialize bad state error by @christopherfujino in https://github.com/flutter/flutter/pull/111527 Return null rather than fall off nullable onError catchError handler. by @srawlins in https://github.com/flutter/flutter/pull/111581
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-134
Do not codesign transitive dependency iOS pod resource bundles by @jmagman in https://github.com/flutter/flutter/pull/111714 Reland “Null safety migration of packages/flutter_tools/bin” by @liamappelbe in https://github.com/flutter/flutter/pull/111756 Startup flutter faster (faster wrapper script on Windows) by @jensjoha in https://github.com/flutter/flutter/pull/111465 Startup flutter faster (Only access globals.deviceManager if actually setting something) by @jensjoha in https://github.com/flutter/flutter/pull/111461 Startup flutter faster (use app-jit snapshot) by @jensjoha in https://github.com/flutter/flutter/pull/111459
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-135
fix for flakey analyze test by @eliasyishak in https://github.com/flutter/flutter/pull/111895 [flutter_tools] Fix type error in ChromiumDevice.startApp by @christopherfujino in https://github.com/flutter/flutter/pull/111935 Refactor DeviceManager.findTargetDevices() and FlutterCommand.findAllTargetDevices(), and add a flag to not show prompt. by @chingjun in https://github.com/flutter/flutter/pull/112223 [tool] Proposal to support dart define config from a json file by @hai046 in https://github.com/flutter/flutter/pull/108098 Fix null safety error in fuchsia_tester.dart by @liamappelbe in https://github.com/flutter/flutter/pull/112414
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-136
Tighten asset variant detection criteria to only include device-pixel-ratio variants by @andrewkolos in https://github.com/flutter/flutter/pull/110721 Use directory exists instead of path.dirname by @Jasguerrero in https://github.com/flutter/flutter/pull/112219 Treat assets as variants only if they share the same filename by @jason-simmons in https://github.com/flutter/flutter/pull/112602 Send progress notifications to clients during hot reload / hot restart by @DanTup in https://github.com/flutter/flutter/pull/112455 Migrate flutter_tools to use package:coverage by @liamappelbe in https://github.com/flutter/flutter/pull/111681
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-137
Return ErrorHandlingFileSystem backed objects in ErrorHandlingFileSystem file/directory APIs by @jason-simmons in https://github.com/flutter/flutter/pull/112673 [flutter_tools] cache more directories by @jonahwilliams in https://github.com/flutter/flutter/pull/112651 [flutter_tools] analyze –suggestions –machine command by @GaryQian in https://github.com/flutter/flutter/pull/112217 Turn off bitcode in existing iOS Xcode projects by @jmagman in https://github.com/flutter/flutter/pull/112828 Stop embedding bitcode for iOS in tool by @jmagman in https://github.com/flutter/flutter/pull/112831
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-138
Revert file naming convention of .aar files to support fuzzy matching in build.gradle by @JunhuaLin in https://github.com/flutter/flutter/pull/112149 Return void from project migrate() by @jmagman in https://github.com/flutter/flutter/pull/112897 improve debugging when dart pub get call fails by @christopherfujino in https://github.com/flutter/flutter/pull/112968 When updating packages, do not delete the simulated SDK directory until all pub invocations have finished by @jason-simmons in https://github.com/flutter/flutter/pull/112975 Add bitcode deprecation note for add-to-app iOS developers by @jmagman in https://github.com/flutter/flutter/pull/112900
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-139
Upgrade targetSdkVersion and compileSdkVersion to 33 by @GaryQian in https://github.com/flutter/flutter/pull/112936 Revert “Upgrade targetSdkVersion and compileSdkVersion to 33” by @zanderso in https://github.com/flutter/flutter/pull/113064 [flutter_tool] Don’t download CanvasKit if it’s already in flutter_web_sdk by @hterkelsen in https://github.com/flutter/flutter/pull/113072 Fix for Issue #112983 by @domesticmouse in https://github.com/flutter/flutter/pull/112985 Scramble order of operations of flutter.gradle by @GaryQian in https://github.com/flutter/flutter/pull/111747
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-140
BufferLogger should log stacktrace by @jmagman in https://github.com/flutter/flutter/pull/113240 Write crash report in temp directory if writing to CWD failed. by @chingjun in https://github.com/flutter/flutter/pull/113316 Fix Android Studio version string nullablity, fake AndroidStudio in test by @jmagman in https://github.com/flutter/flutter/pull/113295 Enable impeller flags for iOS simulator by @jmagman in https://github.com/flutter/flutter/pull/113350 Make AndroidApk nullable in stopApp. by @chingjun in https://github.com/flutter/flutter/pull/113353 Handle null exception case in ProxiedDevice.stopApp. by @chingjun in https://github.com/flutter/flutter/pull/113317
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-141
Support the –no-devtools flag in “flutter run –machine” by @jason-simmons in https://github.com/flutter/flutter/pull/113414 Show Xcode compilation errors at end of build, suppress stdout and stderr from Xcode by @jmagman in https://github.com/flutter/flutter/pull/113302 [tool] ⚡️ Install the corresponding APK in flutter run by @AlexV525 in https://github.com/flutter/flutter/pull/112768 Revert “[tool] ⚡️ Install the corresponding APK in flutter run” by @godofredoc in https://github.com/flutter/flutter/pull/113614 Dependency injection Attach command by @Jasguerrero in https://github.com/flutter/flutter/pull/113227
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-142
Remove Swift plugin Objective-C files by @jmagman in https://github.com/flutter/flutter/pull/113585 Terminate simulator app on “q” by @jmagman in https://github.com/flutter/flutter/pull/113581 [tool] Install the corresponding APK in flutter run by @AlexV525 in https://github.com/flutter/flutter/pull/113622 [Impeller] Build Impeller iOS runtime stage shaders when Impeller is enabled by @bdero in https://github.com/flutter/flutter/pull/113689 [flutter_tools] Implement NotifyingLogger.supportsColor by @christopherfujino in https://github.com/flutter/flutter/pull/113635 Validate bins on path in doctor by @christopherfujino in https://github.com/flutter/flutter/pull/113106
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-143
[web] Use TrustedTypes in flutter.js and other tools by @ditman in https://github.com/flutter/flutter/pull/112969 Avoid creating map literal in flutter.gradle multidex check by @GaryQian in https://github.com/flutter/flutter/pull/113845 Fix –local-engine for the new web/wasm mode by @mdebbar in https://github.com/flutter/flutter/pull/113759 Add –empty to the flutter create command by @gspencergoog in https://github.com/flutter/flutter/pull/113873 Add branch coverage to flutter test by @liamappelbe in https://github.com/flutter/flutter/pull/113802 Add support for expression compilation when debugging integration tests by @DanTup in https://github.com/flutter/flutter/pull/113481
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-144
Upgrade gradle for flutter tool to 7.3.0 by @GaryQian in https://github.com/flutter/flutter/pull/114023 [macOS] Flavors project throws no flavor specified for creating a project. by @a-wallen in https://github.com/flutter/flutter/pull/113979 Check for watch companion in build settings by @vashworth in https://github.com/flutter/flutter/pull/113956 Revert “Check for watch companion in build settings” by @jmagman in https://github.com/flutter/flutter/pull/114035 Don’t specify libraries-spec argument if we are passing a platform dill. by @eyebrowsoffire in https://github.com/flutter/flutter/pull/114045
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-145
[flutter_tools] Decouple fatal-warnings check from fatal-infos by @lubritto in https://github.com/flutter/flutter/pull/113748 Revert part of “Terminate simulator app on “q” (#113581)” by @jmagman in https://github.com/flutter/flutter/pull/114083 [flutter_tools] allow flutter drive to take screenshots when sent a terminating signal by @christopherfujino in https://github.com/flutter/flutter/pull/114118 Fix typo in flutter.gradle by @akhial in https://github.com/flutter/flutter/pull/114143 Check for watch companion in build settings by @vashworth in https://github.com/flutter/flutter/pull/114078
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-146
Terminate simulator app on “q” by @jmagman in https://github.com/flutter/flutter/pull/114114 Make Logger required when injected in flutter_tool by @jmagman in https://github.com/flutter/flutter/pull/114111 Fix NPE in coverage collector by @liamappelbe in https://github.com/flutter/flutter/pull/114177 [flutter_tools] Add support for compiling shaders to JSON bundle for web by @jonahwilliams in https://github.com/flutter/flutter/pull/114295 Delete flutter_migrate code by @GaryQian in https://github.com/flutter/flutter/pull/114253 [flutter_tools] Introducing arg option for specifying the output directory for web by @eliasyishak in https://github.com/flutter/flutter/pull/113076
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-147
Always invoke impeller ios shader target by @jonahwilliams in https://github.com/flutter/flutter/pull/114451 [flutter_tools/dap] Map org-dartlang-sdk URIs to the location of the source files found by the analyzer by @DanTup in https://github.com/flutter/flutter/pull/114369 [flutter_tools/dap] Add a base Flutter adapter class to avoid duplication between adapters by @DanTup in https://github.com/flutter/flutter/pull/114533 [flutter_tools] provide –timeout option to flutter drive by @christopherfujino in https://github.com/flutter/flutter/pull/114458 [tools]validation basic Xcode settings for build ipa by @hellohuanlin in https://github.com/flutter/flutter/pull/113412
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-148
Revert “[tools]validation basic Xcode settings for build ipa” by @zanderso in https://github.com/flutter/flutter/pull/114615 Do not assume that pub is the first command run by “flutter create” by @jason-simmons in https://github.com/flutter/flutter/pull/114621 [tools]reland validation basic Xcode settings for build ipa by @hellohuanlin in https://github.com/flutter/flutter/pull/114634 Change some required nullable parameters in tool to non-null by @jmagman in https://github.com/flutter/flutter/pull/114115 Switch the way we retrieve the vm_service_port from /hub to iquery, on device. by @naudzghebre in https://github.com/flutter/flutter/pull/114637
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-149
Revert “Switch the way we retrieve the vm_service_port from /hub to i… by @cbracken in https://github.com/flutter/flutter/pull/114715 ICU Message Syntax Parser by @thkim1011 in https://github.com/flutter/flutter/pull/112390 Fix macOS migration nothing-to-upgrade test by @cbracken in https://github.com/flutter/flutter/pull/114703 Increase minimum supported macOS version from 10.13 to 10.14 by @cbracken in https://github.com/flutter/flutter/pull/114713 when getting xcworkspace, exclude hidden files by @vashworth in https://github.com/flutter/flutter/pull/114099
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-150
[flutter_tools] add compilation failure tests for new cases added in impellerc by @jonahwilliams in https://github.com/flutter/flutter/pull/114757 Switch the way we retrieve the vm_service_port from /hub to iquery, on device. by @naudzghebre in https://github.com/flutter/flutter/pull/114834 [tool] Support --flavor option for flutter install. by @a-wallen in https://github.com/flutter/flutter/pull/114048 Build command dependency injection by @Jasguerrero in https://github.com/flutter/flutter/pull/114383 Apply multidex config in kotlin dsl gradle file by @GaryQian in https://github.com/flutter/flutter/pull/114660
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-151
Add more supported simulator debugging options and improve tests by @vashworth in https://github.com/flutter/flutter/pull/114628 [flutter_tools/dap] Add support for forwarding flutter run --machine exposeUrl requests to the DAP client by @DanTup in https://github.com/flutter/flutter/pull/114539 Roll ios-deploy iOS artifact to arm slice version by @jmagman in https://github.com/flutter/flutter/pull/115042 Prevent tests from producing dill files alongside the test file by @DanTup in https://github.com/flutter/flutter/pull/115075 Include stdout in codesign failure output by @jmagman in https://github.com/flutter/flutter/pull/115115
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-152
chore: enable Flutter Android workflow on aarch64 by @TheOneWithTheBraid in https://github.com/flutter/flutter/pull/113829 Explicitly call out documentation links in “flutter create” by @Hixie in https://github.com/flutter/flutter/pull/114181 [flutter_tools] support github reporter by @jonahwilliams in https://github.com/flutter/flutter/pull/115137 [flutter_tools] Fix so that the value set by --dart-define-from-file can be passed to Gradle by @blendthink in https://github.com/flutter/flutter/pull/114297 [web] Add --local-web-sdk flag and use precompiled platform kernels for dart2js and ddc by @eyebrowsoffire in https://github.com/flutter/flutter/pull/114639
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-153
Revert “[web] Add --local-web-sdk flag and use precompiled platform kernels for dart2js and ddc” by @jonahwilliams in https://github.com/flutter/flutter/pull/115242 Do not strip architecture suffixes from host local-engine by @jmagman in https://github.com/flutter/flutter/pull/115320 [flutter_tools] add uint compilation test by @jonahwilliams in https://github.com/flutter/flutter/pull/115317 [tools] Fix plugin_ffi template lint violation by @dcharkes in https://github.com/flutter/flutter/pull/115356 Remove dev channel reference from build ios-frameworks error by @jmagman in https://github.com/flutter/flutter/pull/115166
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-154
Create a main alias for master channel. by @godofredoc in https://github.com/flutter/flutter/pull/115388 removing default values for [reporter] and [timeout] in flutter test by @eliasyishak in https://github.com/flutter/flutter/pull/115160 [flutter_tools] remove all body_might_complete_normally_catch_error ignores by @christopherfujino in https://github.com/flutter/flutter/pull/115184 [tools]build ipa validate template icon files by @hellohuanlin in https://github.com/flutter/flutter/pull/114841 Remove redundant arguments passed to redirecting factory constructors by @srawlins in https://github.com/flutter/flutter/pull/115497
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-155
Rev package:pub_semver to the latest version by @devoncarew in https://github.com/flutter/flutter/pull/115570 [flutter_tools] Pin package:archive and manual roll by @christopherfujino in https://github.com/flutter/flutter/pull/115662 [flutter_tools] Add flutter update-packages –synthetic-package-path by @christopherfujino in https://github.com/flutter/flutter/pull/115665 Updated the kotlinlang version url. by @gaaclarke in https://github.com/flutter/flutter/pull/115782 [flutter_tool] Adds –enable-dart-profiling flag by @zanderso in https://github.com/flutter/flutter/pull/115863
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-156
[flutter_tools] Add –dump-info, –no-frequency-based-minification flags by @kevmoo in https://github.com/flutter/flutter/pull/115862 Refactor Message class to hold all translations by @thkim1011 in https://github.com/flutter/flutter/pull/115506 [flutter_tools] use absolute path for shader lib by @jonahwilliams in https://github.com/flutter/flutter/pull/116123 Add Escaping Option for ICU MessageFormat Syntax by @thkim1011 in https://github.com/flutter/flutter/pull/116137 [tools]build ipa validate app icon size by @hellohuanlin in https://github.com/flutter/flutter/pull/115594
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-157
[flutter_tools] normalize windows file path cases in flutter validator by @christopherfujino in https://github.com/flutter/flutter/pull/115889 [flutter_tools] add debug trace when compiling dart2js by @christopherfujino in https://github.com/flutter/flutter/pull/116238 [flutter_tools] Forward app.webLaunchUrl event from Flutter to DAP clients by @DanTup in https://github.com/flutter/flutter/pull/116275 [flutter_tools] add deprecation message for “flutter format” by @christopherfujino in https://github.com/flutter/flutter/pull/116145 [gen_l10n] Improvements to gen_l10n by @thkim1011 in https://github.com/flutter/flutter/pull/116202
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-158
Reland “Upgrade targetSdkVersion and compileSdkVersion to 33” by @GaryQian in https://github.com/flutter/flutter/pull/116146 Suggest Rosetta when x64 binary cannot be run by @jmagman in https://github.com/flutter/flutter/pull/114558 Removes retries from “dart pub get” and un-buffers its stdout/stderr output by @nehalvpatel in https://github.com/flutter/flutter/pull/115801 [flutter_tools] disable web compilation of shaders by @jonahwilliams in https://github.com/flutter/flutter/pull/116368 [flutter_tools] dont include material shaders in web builds (#116538) by @jonahwilliams in https://github.com/flutter/flutter/pull/116554
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-159
[CP] [flutter_tools] Add remap sampler support (#116861) by @jonahwilliams in https://github.com/flutter/flutter/pull/116922 MacOS Update CI to use Xcode 14 beta 5 by @jmagman in https://github.com/flutter/flutter/pull/110302 Remove Apple Silicon workarounds from plugin lint test by @jmagman in https://github.com/flutter/flutter/pull/111432 Update macOS gallery display name by @jmagman in https://github.com/flutter/flutter/pull/113658 New Contributors @talisk made their first contribution in https://github.com/flutter/flutter/pull/107221 @0xba1 made their first contribution in https://github.com/flutter/flutter/pull/107836
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-160
@foongsq made their first contribution in https://github.com/flutter/flutter/pull/107201 @NikosTsesmelis made their first contribution in https://github.com/flutter/flutter/pull/105958 @yaakovschectman made their first contribution in https://github.com/flutter/flutter/pull/107949 @richkadel made their first contribution in https://github.com/flutter/flutter/pull/107335 @nbayati made their first contribution in https://github.com/flutter/flutter/pull/107568 @RockerFlower made their first contribution in https://github.com/flutter/flutter/pull/107873 @polina-c made their first contribution in https://github.com/flutter/flutter/pull/108234
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-161
@snat-s made their first contribution in https://github.com/flutter/flutter/pull/107738 @pdblasi-google made their first contribution in https://github.com/flutter/flutter/pull/108573 @parkershepherd made their first contribution in https://github.com/flutter/flutter/pull/108843 @Stitch-Taotao made their first contribution in https://github.com/flutter/flutter/pull/108659 @otto-dev made their first contribution in https://github.com/flutter/flutter/pull/108710 @dnys1 made their first contribution in https://github.com/flutter/flutter/pull/107648 @verath made their first contribution in https://github.com/flutter/flutter/pull/108312
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-162
@limonadev made their first contribution in https://github.com/flutter/flutter/pull/103753 @eggfly made their first contribution in https://github.com/flutter/flutter/pull/110077 @newtaDev made their first contribution in https://github.com/flutter/flutter/pull/103620 @FluentCoding made their first contribution in https://github.com/flutter/flutter/pull/110096 @ankur2136 made their first contribution in https://github.com/flutter/flutter/pull/109784 @akshdeep-singh made their first contribution in https://github.com/flutter/flutter/pull/109808 @hlwhl made their first contribution in https://github.com/flutter/flutter/pull/109973
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-163
@vaind made their first contribution in https://github.com/flutter/flutter/pull/101586 @eliasyishak made their first contribution in https://github.com/flutter/flutter/pull/110013 @tomgilder made their first contribution in https://github.com/flutter/flutter/pull/110985 @alestiago made their first contribution in https://github.com/flutter/flutter/pull/111034 @prateekbytes made their first contribution in https://github.com/flutter/flutter/pull/111401 @NazarenoCavazzon made their first contribution in https://github.com/flutter/flutter/pull/109014 @talamaska made their first contribution in https://github.com/flutter/flutter/pull/107924
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-164
@codeforce-dev made their first contribution in https://github.com/flutter/flutter/pull/109443 @yunusemrebakir made their first contribution in https://github.com/flutter/flutter/pull/106274 @Mayb3Nots made their first contribution in https://github.com/flutter/flutter/pull/110908 @robiness made their first contribution in https://github.com/flutter/flutter/pull/112137 @hai046 made their first contribution in https://github.com/flutter/flutter/pull/108098 @sarannng made their first contribution in https://github.com/flutter/flutter/pull/112454 @DattatreyaReddy made their first contribution in https://github.com/flutter/flutter/pull/112218
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-165
@JunhuaLin made their first contribution in https://github.com/flutter/flutter/pull/112149 @Hardeepsingh980 made their first contribution in https://github.com/flutter/flutter/pull/83994 @math1man made their first contribution in https://github.com/flutter/flutter/pull/112548 @The-Redhat made their first contribution in https://github.com/flutter/flutter/pull/108112 @alex-sandri made their first contribution in https://github.com/flutter/flutter/pull/113010 @AbhiShake1 made their first contribution in https://github.com/flutter/flutter/pull/113485 @TzviPM made their first contribution in https://github.com/flutter/flutter/pull/113404
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-166
@Oleh-Sv made their first contribution in https://github.com/flutter/flutter/pull/113237 @ksballetba made their first contribution in https://github.com/flutter/flutter/pull/109136 @youssefali424 made their first contribution in https://github.com/flutter/flutter/pull/113214 @kyeshmz made their first contribution in https://github.com/flutter/flutter/pull/109650 @Pourqavam made their first contribution in https://github.com/flutter/flutter/pull/105966 @lubritto made their first contribution in https://github.com/flutter/flutter/pull/113748 @akhial made their first contribution in https://github.com/flutter/flutter/pull/114143
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
d10c34326f68-167
@elbeicktalat made their first contribution in https://github.com/flutter/flutter/pull/106525 @naudzghebre made their first contribution in https://github.com/flutter/flutter/pull/114637 @blendthink made their first contribution in https://github.com/flutter/flutter/pull/114297 @jakubfijalkowski made their first contribution in https://github.com/flutter/flutter/pull/113969 @srujzs made their first contribution in https://github.com/flutter/flutter/pull/115094 @jgoyvaerts made their first contribution in https://github.com/flutter/flutter/pull/115240 Full Changelog: https://github.com/flutter/flutter/compare/3.3.0…3.7.0-1.4.pre
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.7.0/index.html
23435886285e-0
Archived release notes Tools SDK Release notes Archived release notes Archived release notes Old changelog This page preserves the links to older release notes for releases to the stable channel and the old GitHub Changelog wiki page before that, which documented changes up through and including 1.0.0. Archived release notes Flutter 1.9.1 release notes Flutter 1.7.8 release notes Flutter 1.5.4 release notes Flutter 1.2.1 release notes Old changelog Flutter Changelog 0.0.21 through 1.0.0
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-archive/index.html
1c8e453c5736-0
Supported deployment platforms Tools SDK Release notes Supported platforms Support Tiers Supported platforms Google-tested platforms Best-effort platforms Unsupported platforms Support Tiers We define three tiers of support for the platforms on which built Flutter may be deployed: Google-tested platforms are automatically tested at every commit by continuous integration testing. Best-effort platforms, supported through community testing, are platforms we believe we support through coding practices and ad-hoc testing, but rely on the community for testing. Unsupported platforms, which are platforms that might work, but that the development team doesn’t directly test or support. Supported platforms
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms/index.html
1c8e453c5736-1
Supported platforms As of the current release, Flutter supports deployment of apps on the following platforms as part of Google-tested and best-effort platform tier: Android API 16 (Android 4.1) & above All iOS iOS 11 & above All Linux Debian, 64-bit All macOS Mojave (10.14) & above All Web Chrome 84 & above All Web Firefox 72.0 & above All Web Safari on El Capitan & above All Web Edge 1.2.0 & above All
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms/index.html
1c8e453c5736-2
Edge 1.2.0 & above All Windows Windows 7 & above, 64-bit All All channels include master, beta, and stable channels. Google-tested platforms Android Android SDK 19–30* iOS 14-15 Linux Debian 10 Linux Ubuntu 18.04 LTS macOS Monterey (12) & above Web Chrome 84 Web Firefox 72.0 Web Safari / Catalina Web Edge 1.2.0 Windows Windows 10
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms/index.html
1c8e453c5736-3
Windows Windows 10 Passing tests on Android SDK 19 also confers a passing result on SDK 20. This is because Android SDK 20 has additional support for Android Wear, but otherwise no new or deprecated API. Best-effort platforms Android Android SDK 16–18 iOS iOS 11-13 Linux Debian 11 Linux Debian 9 & below Linux Ubuntu 20.04 Linux Ubuntu 22.04 (Aspirational Google-tested platform) macOS Mojave (10.14) - Big Sur (11) Windows Windows 11 (Aspirational Google-tested platform)
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms/index.html
1c8e453c5736-4
Windows 11 (Aspirational Google-tested platform) Windows Windows 8 Windows Windows 7 Unsupported platforms Android Android SDK 15 & below iOS iOS 10 & below and arm7v 32-bit iOS Linux Any 32-bit platform macOS High Sierra (10.13) & below Windows Windows Vista & below Windows Any 32-bit platform
https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms/index.html
b95aea40699d-0
Flutter SDK releases Tools SDK Releases The Stable channel contains the most stable Flutter builds. See Flutter’s channels for details. Windows macOS Linux Stable channel (Windows) Select from the following scrollable list: Loading... Beta channel (Windows) Select from the following scrollable list: Loading... Stable channel (macOS) Select from the following scrollable list: Loading... Beta channel (macOS) Select from the following scrollable list: Loading... Stable channel (Linux) Select from the following scrollable list: Loading... Beta channel (Linux)
https://docs.flutter.dev/development/tools/sdk/releases/index.html
b95aea40699d-1
Loading... Beta channel (Linux) Select from the following scrollable list: Loading... Master channel Installation bundles are not available for master. However, you can get the SDK directly from GitHub repo by cloning the master channel, and then triggering a download of the SDK dependencies: git clone b master https://github.com/flutter/flutter.git ./flutter/bin/flutter -version For additional details on how our installation bundles are structured, see Installation bundles.
https://docs.flutter.dev/development/tools/sdk/releases/index.html
0da537c847d0-0
Upgrading Flutter Tools SDK Upgrading Upgrading the Flutter SDK Switching Flutter channels Upgrading packages Keeping informed No matter which one of the Flutter release channels you follow, you can use the flutter command to upgrade your Flutter SDK or the packages that your app depends on. Upgrading the Flutter SDK To update the Flutter SDK use the flutter upgrade command: flutter upgrade This command gets the most recent version of the Flutter SDK that’s available on your current Flutter channel. If you want an even more recent version of the Flutter SDK, switch to a less stable Flutter channel and then run flutter upgrade. Switching Flutter channels Flutter has three release channels: stable, beta and master.
https://docs.flutter.dev/development/tools/sdk/upgrading/index.html
0da537c847d0-1
Flutter has three release channels: stable, beta and master. The dev channel was retired as of Flutter 2.8. We recommend using the stable channel unless you need a more recent release. To view your current channel, use the following command: flutter channel To change to another channel, use flutter channel <channel-name>. Once you’ve changed your channel, use flutter upgrade to download the Flutter SDK and dependent packages. For example: flutter channel beta flutter upgrade Note: If you need a specific version of the Flutter SDK, you can download it from the Flutter SDK releases. Upgrading packages If you’ve modified your pubspec.yaml file, or you want to update only the packages that your app depends upon (instead of both the packages and Flutter itself), then use one of the flutter pub commands.
https://docs.flutter.dev/development/tools/sdk/upgrading/index.html
0da537c847d0-2
To update to the latest compatible versions of all the dependencies listed in the pubspec.yaml file, use the upgrade command: flutter pub upgrade To identify out-of-date package dependencies and get advice on how to update them, use the outdated command. For details, see the Dart pub outdated documentation. flutter pub outdated Keeping informed We publish breaking change announcements to the Flutter announcements mailing list. Aside from subscribing to receive announcements, we’d love to hear from you!
https://docs.flutter.dev/development/tools/sdk/upgrading/index.html
3871f5891b6f-0
Visual Studio Code Tools VS Code Installation and setup Updating the extension Creating projects Creating a new project Opening a project from existing source code Editing code and viewing issues Running and debugging Selecting a target device Run app without breakpoints Run app with breakpoints Run app in debug, profile, or release mode Fast edit and refresh development cycle Advanced debugging Debugging visual layout issues Debugging external libraries Editing tips for Flutter code Assists & quick fixes Snippets Keyboard shortcuts Hot reload vs. hot restart Troubleshooting Known issues and feedback Android Studio and IntelliJ Visual Studio Code Installation and setup
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-1
Visual Studio Code Installation and setup Follow the Set up an editor instructions to install the Dart and Flutter extensions (also called plugins). Updating the extension Updates to the extensions are shipped on a regular basis. By default, VS Code automatically updates extensions when updates are available. To install updates manually: Click the Extensions button in the Side Bar. If the Flutter extension is shown with an available update, click the update button and then the reload button. Restart VS Code. Creating projects There are a couple ways to create a new project. Creating a new project To create a new Flutter project from the Flutter starter app template: Open the Command Palette (Ctrl+Shift+P (Cmd+Shift+P on macOS)). Select the Flutter: New Project command and press Enter.
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-2
Select the Flutter: New Project command and press Enter. Select Application and press Enter. Select a Project location. Enter your desired Project name. Opening a project from existing source code To open an existing Flutter project: Click File > Open from the main IDE window. Browse to the directory holding your existing Flutter source code files. Click Open. Editing code and viewing issues The Flutter extension performs code analysis that enables the following: Syntax highlighting Code completions based on rich type analysis Navigating to type declarations (Go to Definition or F12), and finding type usages (Find All References or Shift+F12)
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-3
Viewing all current source code problems (View > Problems or Ctrl+Shift+M (Cmd+Shift+M on macOS)) Any analysis issues are shown in the Problems pane: Running and debugging Note: You can debug your app in a couple of ways. Using DevTools, a suite of debugging and profiling tools that run in a browser. Using VS Code’s built-in debugging features, such as setting breakpoints. The instructions below describe features available in VS Code. For information on using launching DevTools, see Running DevTools from VS Code in the DevTools docs. Start debugging by clicking Run > Start Debugging from the main IDE window, or press F5. Selecting a target device When a Flutter project is open in VS Code, you should see a set of Flutter specific entries in the status bar, including a Flutter SDK version and a device name (or the message No Devices):
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-4
Note: If you do not see a Flutter version number or device info, your project might not have been detected as a Flutter project. Ensure that the folder that contains your pubspec.yaml is inside a VS Code Workspace Folder. If the status bar reads No Devices, Flutter has not been able to discover any connected iOS or Android devices or simulators. You need to connect a device, or start a simulator or emulator, to proceed. The Flutter extension automatically selects the last device connected. However, if you have multiple devices/simulators connected, click device in the status bar to see a pick-list at the top of the screen. Select the device you want to use for running or debugging. Are you developing for macOS or iOS remotely using Visual Studio Code Remote? If so, you might need to manually unlock the keychain. For more information, see this question on StackExchange. Run app without breakpoints
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-5
Run app without breakpoints Click Run > Start Without Debugging in the main IDE window, or press Ctrl+F5. The status bar turns orange to show you are in a debug session. Run app with breakpoints If desired, set breakpoints in your source code. Click Run > Start Debugging in the main IDE window, or press F5. The left Debug Sidebar shows stack frames and variables. The bottom Debug Console pane shows detailed logging output. Debugging is based on a default launch configuration. To customize, click the cog at the top of the Debug Sidebar to create a launch.json file. You can then modify the values. Run app in debug, profile, or release mode Flutter offers many different build modes to run your app in. You can read more about them in Flutter’s build modes. Open the launch.json file in VS Code.
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-6
Open the launch.json file in VS Code. If you do not have a launch.json file, go to the Run view in VS Code and click create a launch.json file. In the configurations section, change the flutterMode property to the build mode you want to target. For example, if you want to run in debug mode, your launch.json might look like this: "configurations": [ { "name": "Flutter", "request": "launch", "type": "dart", "flutterMode": "debug" } ] Run the app through the Run view. Fast edit and refresh development cycle Flutter offers a best-in-class developer cycle enabling you to see the effect of your changes almost instantly with the Stateful Hot Reload feature. To learn more, check out Hot reload. Advanced debugging You might find the following advanced debugging tips useful:
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-7
Advanced debugging You might find the following advanced debugging tips useful: Debugging visual layout issues During a debug session, several additional debugging commands are added to the Command Palette and to the Flutter inspector. When space is limited, the icon is used as the visual version of the label. Causes each RenderBox to paint a line at each of its baselines. Shows rotating colors on layers when repainting. Slows down animations to enable visual inspection. Hides the debug mode banner even when running a debug build. Debugging external libraries By default, debugging an external library is disabled in the Flutter extension. To enable: Select Settings > Extensions > Dart Configuration. Check the Debug External Libraries option. Editing tips for Flutter code If you have additional tips we should share, let us know!
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-8
If you have additional tips we should share, let us know! Assists & quick fixes Assists are code changes related to a certain code identifier. A number of these are available when the cursor is placed on a Flutter widget identifier, as indicated by the yellow lightbulb icon. The assist can be invoked by clicking the lightbulb, or by using the keyboard shortcut Ctrl+. (Cmd+. on Mac), as illustrated here: Quick fixes are similar, only they are shown with a piece of code has an error and they can assist in correcting it. This can be used when you have a widget that you want to wrap in a surrounding widget, for example if you want to wrap a widget in a Row or Column. Similar to the assist above, but for wrapping an existing list of widgets rather than an individual widget. Changes a child argument to a children argument, and wraps the argument value in a list.
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-9
Changes the implementation of a StatelessWidget to that of a StatefulWidget, by creating the State class and moving the code there. Snippets Snippets can be used to speed up entering typical code structures. They are invoked by typing their prefix, and then selecting from the code completion window: The Flutter extension includes the following snippets: Prefix stless: Create a new subclass of StatelessWidget. Prefix stful: Create a new subclass of StatefulWidget and its associated State subclass. Prefix stanim: Create a new subclass of StatefulWidget, and its associated State subclass including a field initialized with an AnimationController. You can also define custom snippets by executing Configure User Snippets from the Command Palette. Keyboard shortcuts
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-10
Keyboard shortcuts During a debug session, clicking the Hot Reload button on the Debug Toolbar, or pressing Ctrl+F5 (Cmd+F5 on macOS) performs a hot reload. Keyboard mappings can be changed by executing the Open Keyboard Shortcuts command from the Command Palette. Hot reload vs. hot restart Hot reload works by injecting updated source code files into the running Dart VM (Virtual Machine). This includes not only adding new classes, but also adding methods and fields to existing classes, and changing existing functions. A few types of code changes cannot be hot reloaded though: Global variable initializers Static field initializers The main() method of the app Command Palette, or press Troubleshooting Known issues and feedback All known bugs are tracked in the issue tracker: Dart and Flutter extensions GitHub issue tracker.
https://docs.flutter.dev/development/tools/vs-code/index.html
3871f5891b6f-11
We welcome feedback, both on bugs/issues and feature requests. Prior to filing new issues: Do a quick search in the issue trackers to see if the issue is already tracked. Make sure you are up to date with the most recent version of the plugin. When filing new issues, include flutter doctor output.
https://docs.flutter.dev/development/tools/vs-code/index.html
37192cb37310-0
Using Actions and Shortcuts UI Advanced Using Actions and Shortcuts Overview Why separate Actions from Intents? Why not use callbacks? Shortcuts The ShortcutManager Actions Defining actions Invoking Actions Action dispatchers Putting it together This page describes how to bind physical keyboard events to actions in the user interface. For instance, to define keyboard shortcuts in your application, this page is for you. Overview
https://docs.flutter.dev/development/ui/advanced/actions-and-shortcuts/index.html
37192cb37310-1
Overview For a GUI application to do anything, it has to have actions: users want to tell the application to do something. Actions are often simple functions that directly perform the action (such as set a value or save a file). In a larger application, however, things are more complex: the code for invoking the action, and the code for the action itself might need to be in different places. Shortcuts (key bindings) might need definition at a level that knows nothing about the actions they invoke.
https://docs.flutter.dev/development/ui/advanced/actions-and-shortcuts/index.html
37192cb37310-2
That’s where Flutter’s actions and shortcuts system comes in. It allows developers to define actions that fulfill intents bound to them. In this context, an intent is a generic action that the user wishes to perform, and an Intent class instance represents these user intents in Flutter. An Intent can be general purpose, fulfilled by different actions in different contexts. An Action can be a simple callback (as in the case of the CallbackAction) or something more complex that integrates with entire undo/redo architectures (for example) or other logic. Shortcuts are key bindings that activate by pressing a key or combination of keys. The key combinations reside in a table with their bound intent. When the Shortcuts widget invokes them, it sends their matching intent to the actions subsystem for fulfillment. To illustrate the concepts in actions and shortcuts, this article creates a simple app that allows a user to select and copy text in a text field using both buttons and shortcuts. Why separate Actions from Intents?
https://docs.flutter.dev/development/ui/advanced/actions-and-shortcuts/index.html
37192cb37310-3
Why separate Actions from Intents? You might wonder: why not just map a key combination directly to an action? Why have intents at all? This is because it is useful to have a separation of concerns between where the key mapping definitions are (often at a high level), and where the action definitions are (often at a low level), and because it is important to be able to have a single key combination map to an intended operation in an app, and have it adapt automatically to whichever action fulfills that intended operation for the focused context.
https://docs.flutter.dev/development/ui/advanced/actions-and-shortcuts/index.html
37192cb37310-4
For instance, Flutter has an ActivateIntent widget that maps each type of control to its corresponding version of an ActivateAction (and that executes the code that activates the control). This code often needs fairly private access to do its work. If the extra layer of indirection that Intents provide didn’t exist, it would be necessary to elevate the definition of the actions to where the defining instance of the Shortcuts widget could see them, causing the shortcuts to have more knowledge than necessary about which action to invoke, and to have access to or provide state that it wouldn’t necessarily have or need otherwise. This allows your code to separate the two concerns to be more independent. Why not use callbacks? You also might wonder: why not just use a callback instead of an Action object? The main reason is that it’s useful for actions to decide whether they are enabled by implementing isEnabled. Also, it is often helpful if the key bindings, and the implementation of those bindings, are in different places.
https://docs.flutter.dev/development/ui/advanced/actions-and-shortcuts/index.html