diff --git a/docs/triage/README.md b/docs/triage/README.md index c9ef5c3b55..0092d55565 100644 --- a/docs/triage/README.md +++ b/docs/triage/README.md @@ -2,7 +2,7 @@ The process of triaging new incoming bugs consiists of processing the list of [issues without team-* labels, with no assignees, and not labeled `will need additional triage`](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee+-label%3A%22will+need+additional+triage%22+-label%3Ateam-release%2Cteam-codelabs%2Cteam-ecosystem%2Cteam-infra%2Cteam-engine%2Cteam-framework%2Cteam-news%2Cteam-ios%2Cteam-tool%2Cteam-web%2Cteam-desktop%2Cteam-design%2Cteam-android%2Cteam-go_router%2Cteam-games%2Cteam-text-input+) as described in this section, so as to make that list empty. -_See also: [Issue triage reports](../wiki_archive/Nevercode%20[TBD]/Issue-triage-reports.md)_ +_See also: [Issue triage reports](https://github.com/flutter/flutter/wiki/Issue-triage-reports)_ ### General diff --git a/docs/wiki_archive/Nevercode [TBD]/2021---Issue-Triage-Reports.md b/docs/wiki_archive/Nevercode [TBD]/2021---Issue-Triage-Reports.md deleted file mode 100644 index a5c2f18e5e..0000000000 --- a/docs/wiki_archive/Nevercode [TBD]/2021---Issue-Triage-Reports.md +++ /dev/null @@ -1,2507 +0,0 @@ -## 2021-12-31 - -### Notable issues - -- [iOS] Flutter 2.8, fine frame drop detected in native listView on iOS [#95838](https://github.com/flutter/flutter/issues/95838) -- [Webview_flutter][Regression]: Navigating from webview using SurfaceAndroidView composition shows a flash on screen [#95545](https://github.com/flutter/flutter/issues/95545) -- [Android]: AutofillHints are not showing up (ex: for [AutofillHints.email]) [#95522](https://github.com/flutter/flutter/issues/95522) -- [MacOS Desktop] Process Class Freezes app after multiple calls [#95805](https://github.com/flutter/flutter/issues/95805) -- [Google Maps - Web] TypeError: Cannot read properties of null (reading 'Ye') while resizing browser window [#95771](https://github.com/flutter/flutter/issues/95771) -- [Add to App] shared_preferences Package doesn't work in the multiple_flutters_android in release mode.[#95662](https://github.com/flutter/flutter/issues/95662) -- [Windows] WINUWP app fails to build with Exception: Unable to generate build files [#95597](https://github.com/flutter/flutter/issues/95597) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 153, closed 56 (36.6%). - -In total closed 87 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 32.18% | -| Fixed | 8.05% | -| Invalid | 43.68% | -| Solved | 16.09% | - -#### Flutter/website - -New Flutter website issues triaged 6 closed 0 (0%). - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 1 (100%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 37, closed 14 (37.84%). - -In total closed 28 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 17.86% | -| fixed | 10.71% | -| invalid | 25.00% | -| no-response | 7.14% | -| solution-provided | 17.86% | -| user | 10.71% | -| wontfix | 10.71% | - - -## 2021-12-23 - -### Notable issues - -- [web] TextField doesn't accept input after it is submitted even though it retains focus. [#95553](https://github.com/flutter/flutter/issues/95553) -- [Camera][iOS]: App flash bursts while taking picture even though `FlashMode` is set to OFF. [#95679](https://github.com/flutter/flutter/issues/95679) -- [Windows] WINUWP app fails to build with Exception: Unable to generate build files. [#95597](https://github.com/flutter/flutter/issues/95597) -- [Add to App] shared_preferences Package doesn't work in the multiple_flutters_android in release mode. [#95662](https://github.com/flutter/flutter/issues/95662) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 141, closed 67 (47.52%). - -In total closed 97 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34.0% | -| Fixed | 11.3% | -| Invalid | 42.3% | -| Solved | 12.4% | - -#### Flutter/website - -New Flutter website issues triaged 7 closed 3 (42.86%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 33.3% | -| invalid | 66.7% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 4 (80%). - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 7 (38.89%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20.00% | -| fixed | 6.67% | -| invalid | 26.67% | -| no-response | 20.00% | -| solution-provided | 13.33% | -| user | 13.33% | - - -## 2021-12-17 - -### Notable issues - -- [animation] PageTransitionSwitcher doesn’t animate smoothly if `reverse` is true on Flutter 2.8.0. [#95270](https://github.com/flutter/flutter/issues/95270) -- [Web] [CanvasKit] Platform Views (including Video_player fullscreen) blanking other widgets on exit - regression [#95259](https://github.com/flutter/flutter/issues/95259) -- [Android] PageView animateTo and nextPage do not work when PageView.index is 0 [#95461](https://github.com/flutter/flutter/issues/95461) -- Textfield dismisses keyboard after text submission even if focus is still in the text field [#95154](https://github.com/flutter/flutter/issues/95154) -- Regression: AutofillGroup not working on iOS for credentials [#95362](https://github.com/flutter/flutter/issues/95362) -- Regression: Setting addRepaintBoundaries to true or false shows blinking horizontal line while scrolling [#95199](https://github.com/flutter/flutter/issues/95199) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 216, closed 71 (32.87%). - -In total closed 150 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 32.667% | -| Fixed | 27.333% | -| Invalid | 28.000% | -| Solved | 11.333% | -| Timeout | 0.667% | - -#### Flutter/website - -New Flutter website issues triaged 7 closed 0 (0%). - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 35, closed 9 (25.71%). - -In total closed 27 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 7.41% | -| fixed | 40.74% | -| invalid | 22.22% | -| no-response | 11.11% | -| user | 18.52% | - - -## 2021-12-10 - -### Notable issues - -- [pointer_interceptor][canvaskit] Using pointer_interceptor with Canvaskit throws `The following TypeErrorImpl was thrown during a scheduler callback: Unexpected null value.` [#94945](https://github.com/flutter/flutter/issues/94945) -- Trying to input Korean adds extra text. [#94845](https://github.com/flutter/flutter/issues/94845) -- Old issue starting to gain some traction: Australian MaterialLocalizations has incorrect mm/dd/yyyy dateHelpText. [#70341](https://github.com/flutter/flutter/issues/70341) -- Delete key does not work when shift is pressed (android and Desktop). [#94880](https://github.com/flutter/flutter/issues/94880) -- [test] Some lines are skipped by coverage test after upgrading to 2.8.0 . [#95008](https://github.com/flutter/flutter/issues/95008) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 192, closed 57 (29.69%). - -In total closed 148 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 18.24% | -| Fixed | 12.84% | -| Invalid | 32.43% | -| Solved | 9.46% | -| Timeout | 27.03% | - -#### Flutter/website - -New Flutter website issues triaged 8 closed 2 (25%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid| 33.3% | -| duplicate | 33.3% | -| fixed | 33.3% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 12, closed 2 (16.67%). - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| fixed | 20% | -| invalid | 40% | -| wont fix - infeasible | 20% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 2 (10%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 9.09% | -| fixed | 36.36% | -| invalid | 9.09% | -| no-response | 9.09% | -| solution-provided | 9.09% | -| user | 27.27% | - - -## 2021-12-03 - -### Notable issues - -- [Web] Text doesn't render with Image on screen unless an activity (such as hover) is detected on page [#94318](https://github.com/flutter/flutter/issues/94318), regression identified as per [this comment](https://github.com/flutter/flutter/issues/94318#issuecomment-981810404) -- TextInputAction.next doesn't work in lists with IconButton [#94414](https://github.com/flutter/flutter/issues/94414) -- [Android] App shows black screen after being in the background [#93276](https://github.com/flutter/flutter/issues/93276), appears to affect a certain group of devices. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 181, closed 57 (31.49%). - -In total closed 132 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 17.42% | -| Fixed | 13.64% | -| Invalid | 43.18% | -| Solved | 8.33% | -| Timeout | 17.42% | - -#### Flutter/website - -New Flutter website issues triaged 3 closed 1 (33.3%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid| 50% | -| duplicate | 50% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 4 (17.39%). - -In total closed 17 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 11.8% | -| Invalid | 17.6% | -| no-response | 35.3% | -| solution-provided | 11.8% | -| user | 23.5% | - -## 2021-11-26 - -### Notable issues - -No notable issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 151, closed 48 (31.79%). - -In total closed 83 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.9% | -| Fixed | 16.9% | -| Invalid | 41.0% | -| Solved | 18.1% | -| Timeout | 1.2% | - -#### Flutter/website - -New Flutter website issues triaged 8 closed 1 (12.5%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid| 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 8, closed 3 (37.5%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Invalid | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 7 (50%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Invalid | 28.6% | -| user | 57.1% | - - -## 2021-11-19 - -### Notable issues - -No notable issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 165, closed 50 (30.3%). - -In total closed 140 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 16.4% | -| Fixed | 10.7% | -| Invalid | 28.6% | -| Solved | 14.3% | -| Timeout | 30.0% | - -#### Flutter/website - -New Flutter website issues triaged 16, closed 2 (12.5%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| invalid| 50% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25% | -| Invalid | 25% | -| Fixed | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 12, closed 3 (25%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 15.79% | -| Invalid | 15.79% | -| no-response | 36.84% | -| solution-provided | 5.26% | -| user | 26.32% | - - -## 2021-11-12 - -### Notable issues - -No notable issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 175, closed 55 (31.43%). - -In total closed 124 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 15.3% | -| Fixed | 16.9% | -| Invalid | 40.3% | -| Solved | 12.9% | -| Timeout | 14.5% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 2 (33.33%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 33.3% | -| invalid| 66.7% | - - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 0 (0%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Invalid | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 4 (16%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 16.67% | -| fixed | 16.67% | -| Invalid | 8.33% | -| no-response | 25.00% | -| solution-provided | 8.33% | -| user | 25.00% | - - - -## 2021-11-05 - -### Notable issues - -* [iOS Simulator] Cannot input text into TextField using hardware keyboard [#92796](https://github.com/flutter/flutter/issues/92796) -* [Add to App] Physical keyboard doesn't work on iOS simulator [#92997](https://github.com/flutter/flutter/issues/92997) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 159, closed 38 (23.9%). - -In total closed 120 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 17.50% | -| Fixed | 8.33% | -| Invalid | 19.17% | -| Solved | 15.00% | -| Timeout | 40.00% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 1 (16.67%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid| 100.0% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 2 (50%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Invalid | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 7 (31.82%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 16.67% | -| Invalid | 41.67% | -| no-response | 8.33% | -| user | 25.00% | -| wontfix | 8.33% | - - -## 2021-10-29 - -### Notable issues - -* Layout broken in Chrome on iOS when navigation to flutter website through external hyperlink. [#92655](https://github.com/flutter/flutter/issues/92655) -* [Android] Severe jank with custom paint. [#92366](https://github.com/flutter/flutter/issues/92366), regression identified as per [this comment](https://github.com/flutter/flutter/issues/92366#issuecomment-954771995) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 198, closed 62 (31.31%). - -In total closed 115 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.96% | -| Fixed | 13.04% | -| Invalid | 36.52% | -| Solved | 6.96% | -| Timeout | 16.52% | - -#### Flutter/website - -New Flutter website issues triaged 12, closed 2 (16.67%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Fixed | 57.1% | -| invalid| 28.6% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 0 (0%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Invalid | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 5 (21.74%). - -In total closed 9 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.2% | -| Invalid | 22.2% | -| Solution provided | 11.1% | -| User | 33.3% | -| wontfix | 11.1% | - - -## 2021-10-22 - -### Notable issues - -* TextField in CupertinoTabScaffold is not focusable after back swipe, iOS (only on master channel). [#92053](https://github.com/flutter/flutter/issues/92053) -* MaterialBanner causes RenderFlex overflow when navigating from a screen with an appbar to one without. [#92157](https://github.com/flutter/flutter/issues/92157) -* framework throws Rect argument contained a NaN value exception. There have been similar exceptions related to different classes in the past. [#92262](https://github.com/flutter/flutter/issues/92262) -* ResizeImage method makes image blurry and decreases image quality. [#92010](https://github.com/flutter/flutter/issues/92010) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 176, closed 52 (29.55%). - -In total closed 148 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 15.5% | -| Fixed | 16.2% | -| Invalid | 26.4% | -| Solved | 10.8% | -| Timeout | 31.1% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 0 (0%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Fixed | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 2 (33.33%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 7 (33.33%). - -In total closed 8 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 12.5% | -| Fixed | 25.0% | -| Invalid | 50% | -| Solution provided | 12.5% | - -## 2021-10-15 - -### Notable issues - -* FittedBox component is causing parent constraints to lose in Flutter 2.5.1 [#91670](https://github.com/flutter/flutter/issues/91670) -* [Linux] Build failure with uppercased flavor configuration [#91582](https://github.com/flutter/flutter/issues/91582) -* [animations] Pressing Android back button and the widget simultaneously causes the widget to disappear [#91598](https://github.com/flutter/flutter/issues/91598) -* [Camera] Build failure with compileSdkVersion 31 [#91412](https://github.com/flutter/flutter/issues/91412) -* [web][canvaskit] Images Disappear after leaving Fullscreen [#91881](https://github.com/flutter/flutter/issues/91881) -* `HEIC` images are not rendered in release mode, throws `Exception: Invalid Image Data` [#91421](https://github.com/flutter/flutter/issues/91421) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 198, closed 56 (28.28%). - -In total closed 141 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 34.04% | -| Duplicate | 15.60% | -| Fixed | 9.22% | -| Solved | 14.18% | -| Timeout | 26.95% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 1 (25%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 0 (0%) - -#### Flutterfire - -New Flutterfire issues triaged 10, closed 1 (10%). - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| Solution provided | 80% | -| User issue | 20% | - -## 2021-10-08 - -### Notable issues - -* Accessibility Screen Reader: Control Focus API [#91290](https://github.com/flutter/flutter/issues/91290). - -### Issue counts - -#### Flutter - -New Flutter issues triaged 173, closed 69 (39.88%) - -In total closed 137 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 32.8% | -| Duplicate | 29.2% | -| Fixed | 10.9% | -| Solved | 13.1% | -| Timeout | 13.9% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 1 (12.5%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 50% | -| Fixed | 50% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 50% | -| Fixed | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 13 (56.52%) - -In total closed 13 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 46.15% | -| Duplicate | 38.46% | -| Solution provided | 7.69% | -| Won't fix | 7.69% | - -## 2021-10-01 - -### Notable issues - -* [web] Chrome crashes when starting Flutter Web app in debug mode with breakpoints set [#90844](https://github.com/flutter/flutter/issues/90844). -* [web][devtools] App get stuck `Compiling lib\main.dart for the Web...` and devtools doesn't work in profile mode [#90596](https://github.com/flutter/flutter/issues/90596). -* [web] Navigating out of the app and returning crash the debug session [#90822](https://github.com/flutter/flutter/issues/90822). -* [web] App won't start, throws `GET /main_module.bootstrap.js AbsoluteImportUriError` [#90782](https://github.com/flutter/flutter/issues/90782). -* Translucent FloatingActionButton get's a persistent highlight when clicked/touched [#90753](https://github.com/flutter/flutter/issues/90753). -* [web] setSemanticsEnabled(true) makes TextField with obscureText:true print out obscured text [#90794](https://github.com/flutter/flutter/issues/90794). - -### Issue counts - -#### Flutter - -New Flutter issues triaged 223, closed 77 (34.53%) - -In total closed 176 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 31.3% | -| Duplicate | 20.5% | -| Fixed | 17.0% | -| Solved | 11.4% | -| Timeout | 19.9% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 2 (33.33%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 33.3% | -| Duplicate | 33.3% | -| Fixed | 33.3% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 60% | -| Invalid | 40% | - -#### Flutterfire - -New Flutterfire issues triaged 27, closed 10 (37.04%) - -In total closed 10 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 30% | -| User issue | 10% | -| Duplicate | 60.0% | - -## 2021-09-24 - -### Notable issues - -* [Windows] Ctrl + Backspace does not work properly in text fields [#90427](https://github.com/flutter/flutter/issues/90427). -* [in_app_purchase][android] `introductoryPriceMicros` is empty. [#90244](https://github.com/flutter/flutter/issues/90244). -* CircularNotchedRectangle in BottomAppBar in BottomSheet not working as expected [#90276](https://github.com/flutter/flutter/issues/90276). - -### Issue counts - -#### Flutter - -New Flutter issues triaged 206, closed 79 (38.35%) - -In total closed 190 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 35.79% | -| Duplicate | 21.05% | -| Fixed | 16.84% | -| Solved | 6.84% | -| Timeout | 19.47% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 2 (40%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 1 (50%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 16.7% | -| Fixed | 33.3% | -| Invalid | 50.0% | - -#### Flutterfire - -New Flutterfire issues triaged 16, closed 5 (31.25%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 16.7% | -| Solution provided | 33.3% | -| User issue | 50.0% | - -## 2021-09-17 - -### Notable issues - -* [Web] [HTML][Safari] svg image not rendering per color [#90105](https://github.com/flutter/flutter/issues/90105) -* Flutter 2.5 floatingActionButton centerDocked notch problem [#90024](https://github.com/flutter/flutter/issues/90024) -* Opening Drawer with ListView throws: The provided ScrollController is currently attached to more than one ScrollPosition. [#89992](https://github.com/flutter/flutter/issues/89992) -* [Android] Backspace stops working when entering text mix of uppercase/lowercase in a TextField with obscureText: true [#89742](https://github.com/flutter/flutter/issues/89742) -* Dots appear under FAB with elevation without a background color [#90254](https://github.com/flutter/flutter/issues/90254) -* [web] browser back button throws `Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/navigation/history.dart:311:14` [#90031](https://github.com/flutter/flutter/issues/90031) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 244, closed 75 (30.74%) - -In total closed 182 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 30.22% | -| Duplicate | 20.33% | -| Fixed | 12.64% | -| Solved | 9.89% | -| Timeout | 26.92% | - -#### Flutter/website - -New Flutter website issues triaged 12, closed 3 (25%) - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 66.7% | -| Duplicate | 33.3% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 3 (60%) - -In total closed 9 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 44.4% | -| Duplicate | 33.3% | -| Fixed | 22.2% | - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 7 (50%) - -In total closed 8 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 25.00% | -| Invalid | 37.5% | -| User issue | 25.0% | -| Won't fix | 12.5% | - -## 2021-09-10 - -### Notable issues - -* ThemeData.primaryColor is broken in 2.5.0 [#89839](https://github.com/flutter/flutter/issues/89839) -* Draggable Scrollable sheet throws error logs in 2.5.0 [#89681](https://github.com/flutter/flutter/issues/89681) -* A regression in appbar in 2.5.0 [#89808](https://github.com/flutter/flutter/issues/89808) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 218, closed 85 (39%). - -In total closed 160 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 38% | -| Duplicate | 28% | -| Fixed | 15% | -| Solved | 6% | -| Timeout | 13% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 2 (33%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 33% | -| Duplicate | 67% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 72% | -| Duplicate | 14% | -| Fixed | 14% | - -#### dart-lang/site-www - -No new Dart site issues were triaged this week. - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 12 (55%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 43% | -| Invalid | 21% | -| Fixed | 7% | -| Solution provided | 7% | -| User issue | 22% | - -## 2021-09-03 - -### Notable issues - -* [camera][regression] App fatally crashes when quickly switching cameras only on Android [#89431](https://github.com/flutter/flutter/issues/89431) -* java.lang.SecurityException: Permission Denial crash at launch [#88767](https://github.com/flutter/flutter/issues/88767) -* [iOS][iPad simulator]: Trying to toggle software keyboard throws unhandled exception on latest master and beta [#89378](https://github.com/flutter/flutter/issues/89378) -* [Web] [Video_Player] Rendering regression [#88688](https://github.com/flutter/flutter/issues/88688) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 176, closed 55 (31%) - -In total closed 150 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 36.0% | -| Duplicate | 20.0% | -| Fixed | 25.3% | -| Solved | 4.0% | -| Timeout | 14.7% | - -We've finished the rework on the `p: camera` filter for Android & `p: flutter_markdown` filter. - -#### Flutter/website - -New Flutter website issues triaged 3, closed 1 (33.33%) - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 45, closed 11 (24.44%) - -| Reason for closing | | -| -- | -- | -| Invalid | 53.3% | -| Duplicate | 33.3% | -| Fixed | 13.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 1 (100%) - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 24, closed 9 (37.5%) - -In total closed 11 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 18.18% | -| Invalid | 27.27% | -| No response | 18.18% | -| Solution provided | 27.27% | -| User issue | 9.09% | - -## 2021-08-27 - -### Notable issues - -* [desktop] `'!_debugDuringDeviceUpdate': is not true` exception thrown [#84241](https://github.com/flutter/flutter/issues/84241) -* Glitch when switching between text fields with autofillHints and autocorrect [#89022](https://github.com/flutter/flutter/issues/89022) -* ☔ Update all interactive samples/snippets for lint issues [#6155](https://github.com/flutter/website/issues/6155) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 251, closed 80 (32%) - -In total closed 179 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 32.40% | -| Duplicate | 20.11% | -| Fixed | 13.41% | -| Solved | 3.91% | -| Timeout | 30.17% | - -We're continuing to rework the `p: camera` filter. - -#### Flutter/website - -New Flutter website issues triaged 20, closed 9 (45%) - -| Reason for closing | | -| -- | -- | -| Invalid | 33.3% | -| Fixed | 22.2% | -| Duplicate | 44.4% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 23, closed 3 (13.04%) - -| Reason for closing | | -| -- | -- | -| Invalid | 66.7% | -| Duplicate | 33.33% | - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 12 (39%) - -In total closed 20 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 15% | -| Fixed | 10% | -| Invalid | 40% | -| No response | 15% | -| Solution provided | 10% | -| User issue | 5% | -| Won't fix | 5% | - -## 2021-08-19 - -### Notable issues - -* `Null check operator used on a null _rawKeyboard.lookUpLayout(physicalKey)!` [#88236](https://github.com/flutter/flutter/issues/88236) -* [Web][Url_launcher]: Several links on a page throws rendering error [#88449](https://github.com/flutter/flutter/issues/88449) -* App gets stuck at blank screen - `Could not launch engine with configuration` [#88407](https://github.com/flutter/flutter/issues/88407) -* SystemChrome.setSystemUIOverlayStyle doesn't change colors [#88431](https://github.com/flutter/flutter/issues/88431) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 151, closed 71 (47%) - -In total closed 153 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 35.95% | -| Duplicate | 22.22% | -| Fixed | 15.03% | -| Solved | 2.61% | -| Timeout | 24.18% | - -Finished checking the [p: webview issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+webview%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22++-label%3A%22severe%3A+new+feature%22+-label%3A%22proposal%22+-label%3A%22passed+first+triage%22). - -p: webview issues triaged 16, closed 3 (18.75%) - -| Reason for closing | | -| -- | -- | -| Fixed | 18.75% | - -#### Flutter/website - -New Flutter website issues triaged 19, closed 10 (52.63%) - -| Reason for closing | | -| -- | -- | -| Invalid | 10.52% | -| Fixed | 10.52% | -| Duplicate | 31.57% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 12, closed 4 (33.33%) - -| Reason for closing | | -| -- | -- | -| Invalid | 16.66% | -| Duplicate | 16.66% | - -#### Flutterfire - -New Flutterfire issues triaged 12, closed 4 (33.33%) - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 42.9% | -| Solution provided | 28.6% | -| Fixed | 28.6% | - -## 2021-08-13 - -### Notable issues - -* [camera] Camera viewer is over exposed as a result images taken w/ flash mode come out washed out on Samsung devices with Android 11 [#88070](https://github.com/flutter/flutter/issues/88070) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 184, closed 64 (35%) - -In total closed 99 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 49.49% | -| Duplicate | 25.25% | -| Fixed | 22.22% | -| Solved | 3.03% | - -We're continuing to rework the [p: webview issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+webview%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22++-label%3A%22severe%3A+new+feature%22+-label%3A%22proposal%22+-label%3A%22passed+first+triage%22). - -p: webview issues triaged 46, closed 9 (19.56%) - -| Reason for closing | | -| -- | -- | -| Fixed | 19.56% | - -#### Flutter/website - -New Flutter website issues triaged 11, closed 1 (9.09%) - -| Reason for closing | | -| -- | -- | -| Invalid | 9.09% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 11, closed 0 (0.0%) - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 11 (44%) - -In total closed 15 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 20.00% | -| Duplicate | 13.33% | -| Solution provided | 46.67% | -| User issue | 13.33% | -| No response | 6.67% | - -## 2021-08-06 - -### Notable issues - -* DartVM: dart::Object::InitNullAndBool Crash [#87796](https://github.com/flutter/flutter/issues/87796) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 195, closed 73 (37%) - -In total closed 138 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 41.30% | -| Duplicate | 23.18% | -| Fixed | 13.76% | -| Solved | 0.72% | -| Timeout | 21.01% | - -We're continuing to rework the [p: webview issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+webview%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22++-label%3A%22severe%3A+new+feature%22+-label%3A%22proposal%22+-label%3A%22passed+first+triage%22). - -p: webview issues triaged 18, closed 4 (22.2%) - -| Reason for closing | | -| -- | -- | -| Invalid | 16.66% | -| Fixed | 5.55% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 3 (37.5%) - -| Reason for closing | | -| -- | -- | -| Invalid | 25% | -| Fixed | 12.5% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 18, closed 6 (33.33%) - -| Reason for closing | | -| -- | -- | -| Invalid | 11.11% | -| Duplicate | 22.22% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 4 (19%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 40% | -| Duplicate | 20% | -| Solution provided | 40% | - -## 2021-07-30 - -### Notable issues - -* [web] Severe memory leak on the latest dev and master [#87100](https://github.com/flutter/flutter/issues/87100) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 157, closed 58 (37%) - -In total closed 149 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 29.53% | -| Duplicate | 22.15% | -| Fixed | 16.11% | -| Solved | 8.72% | -| Timeout | 23.49% | - -#### Flutter/website - -New Flutter website issues triaged 28, closed 6 (21.43%) - -| Reason for closing | | -| -- | -- | -| Invalid | 17.86% | -| Duplicate | 3.57% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 10, closed 2 (20%) - -| Reason for closing | | -| -- | -- | -| Invalid | 20% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 10 (53%) - -In total closed 13 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 38.46% | -| User issue | 7.69% | -| Duplicate | 23.08% | -| Solution provided | 15.38% | -| Fixed | 7.69% | -| No response | 7.69% | - -## 2021-07-23 - -### Notable issues - -* [web] Incorrect Text rendering in Instagram webview [#86776](https://github.com/flutter/flutter/issues/86776) - -### Issue counts - -New Flutter issues triaged 170, closed 66 (39%) - -In total closed 147 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 36.1% | -| Duplicate | 17.7% | -| Fixed | 10.9% | -| Solved | 3.4% | -| Timeout | 32.0% | - -New Flutterfire issues triaged 32, closed 16 (50%) - -In total closed 16 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 56.25% | -| User issue | 6.25% | -| Duplicate | 12.50% | -| Solution provided | 25.00% | - -## 2021-07-16 - -### Notable issues - -* [web][regression] text autofill doesn't work [#86497](https://github.com/flutter/flutter/issues/86497) -* [Crowd][Android] Native EditText with TYPE_CLASS_NUMBER has focus issues [#86480](https://github.com/flutter/flutter/issues/86480) - -### Issue counts - -New Flutter issues triaged 179, closed 66 (37%) - -In total closed 155 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 40.00% | -| Duplicate | 14.84% | -| Fixed | 13.55% | -| Solved | 8.39% | -| Timeout | 23.23% | - -New Flutterfire issues triaged 26, closed 18 (69%) - -In total closed 19 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 57.89% | -| User issue | 5.26% | -| Duplicate | 15.79% | -| Solution provided | 15.79% | -| Fixed | 5.26% | - -## 2021-07-09 - -### Notable issues - -* [crowd][image_picker][iOS] Exception is thrown when picking image on simulator [#70436](https://github.com/flutter/flutter/issues/70436) -* [crowd][web/desktop] TextField vertical alignment is broken with isDense: true [#86093](https://github.com/flutter/flutter/issues/86093) -* [desktop/web] TextField loses focus when calling _controller.clear [#86154](https://github.com/flutter/flutter/issues/86154) - -### Issue counts - -New Flutter issues triaged 199, closed 70 (35%) - -In total closed 242 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 29.34% | -| Duplicate | 12.81% | -| Fixed | 11.57% | -| Solved | 6.61% | -| Timeout | 39.67% | - -New Flutterfire issues triaged 17, closed 8 (47%) - -In total closed 12 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 58.33% | -| User issue | 16.67% | -| Duplicate | 16.67% | -| Solution provided | 8.33% | - -## 2021-07-02 - -### Notable issues - -* [crowd][google_sign_in] version 5 and later crashes and terminate on iOS with 'NSInvalidArgumentException', reason: 'You must specify |clientID| for |GIDSignIn| [#85738](https://github.com/flutter/flutter/issues/85738) -* [web] IFrame is choppy when resizing window horizontally [#85522](https://github.com/flutter/flutter/issues/85522) -* [web] autofillHints on TextFormField causes soft keyboard in iOS browsers to re-appear unexpectedly [#85759](https://github.com/flutter/flutter/issues/85759) -* Check failed: gl_version_string. The GL proc resolver's glGetString(GL_VERSION) failed on Linux with Nvidia Graphics Card [#85460](https://github.com/flutter/flutter/issues/85460) - -### Issue counts - -New Flutter issues triaged 203, closed 70 (34%) - -In total closed 137 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 43.07% | -| Duplicate | 24.82% | -| Fixed | 21.17% | -| Solved | 8.76% | -| Timeout | 2.19% | - -New Flutterfire issues triaged 29, closed 13 (45%) - -In total closed 15 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 20.0% | -| User issue | 20.0% | -| Duplicate | 33.3% | -| Solution provided | 20.0% | -| Won't fix | 6.67% | - -## 2021-06-25 - -### Notable issues - -* A StackOverFlowError thrown on iOS simulator specifically, otherwise a white screen on physical device [#85026](https://github.com/flutter/flutter/issues/85026) -* Running web in profile/release mode throws NoSuchMethod error, while same code works in debug mode [#85136](https://github.com/flutter/flutter/issues/85136) - -### Issue counts - -New Flutter issues triaged 166, closed 61 (37%) - -In total closed 90 issues during the week - -Finished checking the [p: maps](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+maps%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22+) issues and started reworking the [p: video_player](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+video_player%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22++-label%3A%22severe%3A+new+feature%22+-label%3A%22proposal%22+-label%3A%22passed+first+triage%22) issues. - -| Reason for closing | | -| -- | -- | -| Invalid | 46.67% | -| Duplicate | 25.56% | -| Fixed | 7.78% | -| Solved | 7.78% | -| Timeout | 12.22% | - -New Flutterfire issues triaged 28, closed 6 (21%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 66.7% | -| User issue | 33.3% | - -## 2021-06-18 - -### Notable issues - -* Bug in TextFormField introduced in V2.2.0 causes input to freeze and needs an app restart [#84620](https://github.com/flutter/flutter/issues/84620) -* [web] Cannot type in the TextField with `autofillHints` on `dev` and `master` channels on iOS [#84817](https://github.com/flutter/flutter/issues/84817) - -### Issue counts - -New Flutter issues triaged 204, closed 71 (35%) - -In total closed 143 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 41.9% | -| Duplicate | 16.0% | -| Fixed | 13.2% | -| Solved | 6.2% | -| Timeout | 22.3% | - -New Flutterfire issues triaged 28, closed 17 (61%) - -In total closed 18 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 50.0% | -| Duplicate | 22.3% | -| User issue | 27.8% | - -## 2021-06-11 - -### Notable issues - -* [web] CanvasKit crash after many TextPainter.layout() calls [#84320](https://github.com/flutter/flutter/issues/84320) -* ListView layout error when using ListView and ExpansionTile widget [#84201](https://github.com/flutter/flutter/issues/84201) - -### Issue counts - -New Flutter issues triaged 192, closed 67 (35%) - -In total closed 180 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 37.2% | -| Duplicate | 21.6% | -| Fixed | 15% | -| Solved | 5.5% | -| Timeout | 20.5% | - -New Flutterfire issues triaged 32, closed 19 (59%) - -In total closed 21 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 42.8% | -| Duplicate | 9.5% | -| User issue | 33.3% | -| Solution provided | 9.5% | -| Needs reproduction | 4.7% | - -## 2021-06-04 - -### Notable issues - -* [web, html] If a row has image followed by text, then ellipsis is not rendered. Works well using canvaskit [#83957](https://github.com/flutter/flutter/issues/83957) -* [web] hot restart throws assertion failure if using nested MaterialApp [#83864](https://github.com/flutter/flutter/issues/83864) -* [crowd] Text and SelectableText align differently [#83784](https://github.com/flutter/flutter/issues/83784) - -### Issue counts - -New Flutter issues triaged 233, closed 87 (37%) - -In total closed 162 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 35% | -| Duplicate | 23% | -| Fixed | 13% | -| Solved | 6% | -| Timeout | 23% | - -New Flutterfire issues triaged 22, closed 11 (50%) - -In total closed 17 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 47% | -| Duplicate | 18% | -| User issue | 29% | -| Fixed | 6% | - -## 2021-05-28 - -### Notable issues - -* TextFormField not responding to inputs on Android when typing on Microsoft SwiftKey [#83213](https://github.com/flutter/flutter/issues/83213) -* [Flutter 2.2] ListTile ignores tileColor/selectedTileColor if parent Container has color [#83108](https://github.com/flutter/flutter/issues/83108) -* Generated l10n file is missing 'intl' import with Flutter 2.2.0 [#83102](https://github.com/flutter/flutter/issues/83102) -* ReorderableListView throws RenderFlex exception while dragging on latest stable and master [#83224](https://github.com/flutter/flutter/issues/83224) - -### Issue counts - -New Flutter issues triaged 220, closed 83 (38%) - -In total closed 186 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 39.7% | -| Duplicate | 20.4% | -| Fixed | 12.9% | -| Solved | 5.3% | -| Timeout | 21.5% | - -New Flutterfire issues triaged 25, closed 8 (32%) - -In total closed 14 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 21.4% | -| Duplicate | 14.3% | -| User issue | 35.7% | -| Solution provided | 21.4% | -| Won't fix | 7.15% | - -## 2021-05-21 - -### Notable issues - -* 2.2: TextFormField's Suffix , Prefix, Icon and Label don't respond to Primary Color's Change [#83002](https://github.com/flutter/flutter/issues/83002) -* PopupMenuButton is broken after upgrade to Flutter `2.2.0` [#82874](https://github.com/flutter/flutter/issues/82874) - fixed -* TextOverflow not visible on the web on mobile [#82639](https://github.com/flutter/flutter/issues/82639) -* [web] Images pixelated on the canvaskit renderer [#82919](https://github.com/flutter/flutter/issues/82919) - -### Issue counts - -New Flutter issues triaged 215, closed 61 (28%) - -We're continuing to rework the [p: maps issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+maps%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22+) - -In total closed 158 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 33.5% | -| Duplicate | 14.6% | -| Fixed | 14.6% | -| Solved | 3.8% | -| Timeout | 33.5% | - -New Flutterfire issues triaged 36, closed 12 (33%) - -In total closed 14 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 2 | -| User issue | 5 | -| Solution provided | 2 | - -## 2021-05-14 - -### Notable issues - -* [fixed] Flutter Doctor cannot find Android Studio 4.2 [#82345](https://github.com/flutter/flutter/issues/82345) -* [crowd][web][flutter 2.0] Certain font sizes render a greyish bar on top of the text in mobile browsers when inside ExpansionTile Widgets -[#82176](https://github.com/flutter/flutter/issues/82176) (the issue is only web when using `html` renderer) -* Text wrapping on top of itself on iOS/macOS on stable, blank on other channels and web html [#82023](https://github.com/flutter/flutter/issues/82023) (this particular issue is causing multiple issues on iOS/Mac and Web using `html` renderer) -* [camera] In Android take photo, unlockAutoFocus error Fatal Exception: java.lang.NullPointerException is thrown [#82031](https://github.com/flutter/flutter/issues/82031) (camera has production crash on many Android devices) - -### Issue counts - -New Flutter issues triaged 216, closed 72 (33%) - -We're continuing to rework the [p: maps issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+maps%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22+) - -In total closed 171 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 28.65% | -| Duplicate | 21.64% | -| Fixed | 15.79% | -| Solved | 9.94% | -| Timeout | 23.98% | - -New Flutterfire issues triaged 25, closed 11 (44%) - -In total closed 13 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 8 | -| Duplicate | 3 | -| User issue | 2 | - -## 2021-05-07 - -### Notable issues - -* Portrait images with EXIF metadata distorted on flutter web with canvasKit renderer [#81679](https://github.com/flutter/flutter/issues/81679) -* "flutter build bundle --release" fails with IconTreeShakerException [#81954](https://github.com/flutter/flutter/issues/81954) -* Allow inner scrollables to surrender in gesture arena [#81648](https://github.com/flutter/flutter/issues/81648) -* Allow platform specific dependencies [#81650](https://github.com/flutter/flutter/issues/81650) -* [crowd] Error while trying flutter doctor --android-licenses [#80273](https://github.com/flutter/flutter/issues/80273) - this is still getting lots of duplicates -* [tool_crash] ArgumentError: Invalid argument(s): Cannot find executable [#60880](https://github.com/flutter/flutter/issues/60880) - still getting duplicates - -### Issue counts - -New Flutter issues triaged 202, closed 59 (29%) - -We're also reworking the [p: maps issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3A%22p%3A+maps%22+sort%3Acreated-asc+-label%3A%22found+in+release%3A+2.0%22+-label%3A%22found+in+release%3A+2.1%22+-label%3A%22found+in+release%3A+2.2%22+-label%3A%22found+in+release%3A+2.3%22+-label%3A%22waiting+for+customer+response%22+) - -In total closed 168 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 36.31% | -| Duplicate | 16.67% | -| Fixed | 6.55% | -| Solved | 6.55% | -| Timeout | 33.93% | - -New Flutterfire issues triaged 33, closed 14 (42%) - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 7 | -| User issue | 3 | - -## 2021-04-30 - -### Notable issues - -* [web] Password manager icon overlaps the text in TextField [#81201](https://github.com/flutter/flutter/issues/81201) -* [Add2App] Release app doesn't display the flutter view [#81350](https://github.com/flutter/flutter/issues/81350) -* Waiting for observatory port to be available... stuck forever [#81415](https://github.com/flutter/flutter/issues/81415) -* Add HoverGestureRecognizer so TextSpan can detect hover events [#81159](https://github.com/flutter/flutter/issues/81159) - -### Issue counts - -New Flutter issues triaged 214, closed 58 (27%) - -In total closed 126 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 46.8% | -| Duplicate | 14.2% | -| Fixed | 11.9% | -| Solved | 8.7% | -| Timeout | 18.2% | - -New Flutterfire issues triaged 40, closed 21 (53%) - -| Reason for closing | | -| -- | -- | -| Invalid | 19 | -| Duplicate | 2 | - -## 2021-04-23 - -### Notable issues - -* [Android] App gets stuck upon performing hot reload [#80704](https://github.com/flutter/flutter/issues/80704) -* [Android][Samsung Keyboard] Backspace does not delete the text/characters containing spaces in TextFormField [#80938](https://github.com/flutter/flutter/issues/80938) -* [crowd] Keyboard doesn't pop up when focusing on Android Platform view that includes text fields [#80961](https://github.com/flutter/flutter/issues/80961) -* ScrollBar renders incorrectly [#81027](https://github.com/flutter/flutter/issues/81027) -* Null check operator used on a null value - BottomAppBar's shape [#80878](https://github.com/flutter/flutter/issues/80878) -* Scrollbar thumbs aren't selectable when semi-transparent [#81015](https://github.com/flutter/flutter/issues/81015) -* TextField with TextDirection.rtl has misplaced cursor on Web [#78550](https://github.com/flutter/flutter/issues/78550) (issue is still active) - -### Issue counts - -New Flutter issues triaged 216, closed 60 (28%) - -In total closed 179 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 34.6% | -| Duplicate | 14.5% | -| Fixed | 12.8% | -| Solved | 10.6% | -| Timeout | 27.4% | - -New Flutterfire issues triaged 32, closed 14 (44%) - -| Reason for closing | | -| -- | -- | -| Invalid | 7 | -| Duplicate | 3 | -| Solved | 4 | - -## 2021-04-16 - -### Notable issues - -* Janky scrolling on iOS when resuming from background/presenting an Add2App ViewController [#80367](https://github.com/flutter/flutter/issues/80367) -* [image_picker] Image picker is incompatible with Google Play's new storage requirement [#80502](https://github.com/flutter/flutter/issues/80502) -* MediaQuery.of(context).viewInsets.bottom has unexpected value when keyboard is opened/closed [#80253](https://github.com/flutter/flutter/issues/80253) -* BackButton is not displayed when there is a endDrawer [#80256](https://github.com/flutter/flutter/issues/80256) -* [image_picker] Image rotates 90 degrees on iOS 14 with "Select Photos" access [#80428](https://github.com/flutter/flutter/issues/80428) -* [crowd, reopened] integration_test file not found [#72876](https://github.com/flutter/flutter/issues/72876) - -### Issue counts - -New Flutter issues triaged 238, closed 70 (29%) - -In total closed 192 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 35.42% | -| Duplicate | 14.58% | -| Fixed | 11.46% | -| Solved | 9.38% | -| Timeout | 29.17% | - -New Flutterfire issues triaged 33, closed 19 (58%) - -| Reason for closing | | -| -- | -- | -| Invalid | 17 | -| Fixed | 1 | -| Solved | 1 | - -## 2021-04-09 - -### Notable issues - -* [crowd][web][canvaskit] Scrollable emoji freezes the app and locks the scroll [#79882](https://github.com/flutter/flutter/issues/79882) -* [null safety] “Reload not performed Analysis issues found” on IntelliJ / Android Studio [#80040](https://github.com/flutter/flutter/issues/80040) -* [crowd] Gradient -> LinearGradient -> GradientRotation not working [#79980](https://github.com/flutter/flutter/issues/79980) -* TextField with inputFormatters and keyboardType onChange infinite loop on iOS [#79844](https://github.com/flutter/flutter/issues/79844) - -### Issue counts - -New Flutter issues triaged 236, closed 80 (34%) - -In total closed 214 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 30.84% | -| Duplicate | 17.29% | -| Fixed | 8.88% | -| Solved | 5.14% | -| Timeout | 37.85% | - -New Flutterfire issues triaged 35, closed 9 (26%) - -| Reason for closing | | -| -- | -- | -| Invalid | 3 | -| Duplicate | 5 | -| Fixed | 1 | - -## 2021-04-01 - -### Notable issues - -* App crashes when TextField setObscure is true [#79447](https://github.com/flutter/flutter/issues/79447) -* Up and down arrow keys miscalculate the cursor position in a TextField [#79305](https://github.com/flutter/flutter/issues/79305) -* SelectableText background overlays the selection [#79168](https://github.com/flutter/flutter/issues/79168) -* Some official examples do not work with null safety or without null safety, e.g [#79395](https://github.com/flutter/flutter/issues/79395), [#79376](https://github.com/flutter/flutter/issues/79376) - -### Issue counts - -New Flutter issues triaged 214, closed 65 (30%) - -In total closed 158 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 36.08% | -| Duplicate | 21.52% | -| Fixed | 8.86% | -| Solved | 8.86% | -| Timeout | 24.68% | - -New Flutterfire issues triaged 25, closed 7 (28%) - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 1 | -| Solved | 1 | - -## 2021-03-26 - -### Notable issues - -* Web app crashes after selecting text that has emojis in it [#79105](https://github.com/flutter/flutter/issues/79105) -* Web canvaskit: App rebuilds while resizing the window [#79065](https://github.com/flutter/flutter/issues/79065) -* [image_picker] Issue with iOS simulator: Not able to select image on Mac M1 [#78391](https://github.com/flutter/flutter/issues/78391) -* TextField onChanged method gets invoked twice on API 26 and 27 [#78762](https://github.com/flutter/flutter/issues/78762) -* Flutter iOS is not generating GeneratedPluginRegistrant on Flutter 2.1.0-12.2.pre [#78785](https://github.com/flutter/flutter/issues/78785) -* MultiFlutterEngine on iOS consumes a lot of memory [#79023](https://github.com/flutter/flutter/issues/79023) - -### Issue counts - -New Flutter issues triaged 278, closed 92 (33%) - -In total closed 188 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 40.43% | -| Duplicate | 22.34% | -| Fixed | 9.04% | -| Solved | 9.04% | -| Timeout | 19.15% | - -New Flutterfire issues triaged 33, closed 17 (52%) - -| Reason for closing | | -| -- | -- | -| Invalid | 6 | -| Duplicate | 4 | -| Fixed | 1 | -| Solved | 6 | - - -## 2021-03-19 - -### Notable issues - -* App crashes upon launch using Xcode on simulator on dev [#78418](https://github.com/flutter/flutter/issues/78418) -* Hot restart takes time to update in release mode after making changes to file [#78239](https://github.com/flutter/flutter/issues/78239) -* Can't build web apps with CanvasKit without internet [#78235](https://github.com/flutter/flutter/issues/78235) -* FlutterError.onError is not called when framework throws an error [#78503](https://github.com/flutter/flutter/issues/78503) -* [webview_flutter] webview hides behind other widgets in a column when scrolling down on iOS [#78383](https://github.com/flutter/flutter/issues/78383) - -### Issue counts - -New Flutter issues triaged 317, closed 95 (30%) - -In total closed 189 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 36.5% | -| Duplicate | 23.3% | -| Fixed | 10.6% | -| Solved | 12.2% | -| Timeout | 17.5% | - -New Flutterfire issues triaged 43, closed 29 (67%) - -| Reason for closing | | -| -- | -- | -| Invalid | 13 | -| Duplicate | 10 | -| Fixed | 1 | -| Solved | 5 | - -## 2021-03-12 - -### Notable issues - -* Web app gets stuck on Performing Hot Restart on latest stable, but works on latest master [#77818](https://github.com/flutter/flutter/issues/77818) -* PopupMenu Overlay misplaces when resizing window (web, desktop) [#77915](https://github.com/flutter/flutter/issues/77915) -* setSystemUIOverlayStyle() documentation sample does not work on iOS [#77904](https://github.com/flutter/flutter/issues/77904) -* Unable to run with --no-sound-null-safety on iOS [#77912](https://github.com/flutter/flutter/issues/77912) -* [web] Flutter app on web-server doesn’t respond on iOS 13.1, doesn’t load on 13.4 on stable channel and doesn’t load on both versions on dev and master channel [#77792](https://github.com/flutter/flutter/issues/77792) -* http request crashes on iOS 10 with Flutter 2 [#77808](https://github.com/flutter/flutter/issues/77808) -* Proposal: Custom (non gregorian) calendar in showDatePicker [#77531](https://github.com/flutter/flutter/issues/77531) -* TextField cursor gets stuck on web [#77929](https://github.com/flutter/flutter/issues/77929) - -### Issue counts - -New Flutter issues triaged 339, closed 124 (37%) - -In total closed 229 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 42.36% | -| Duplicate | 20.96% | -| Fixed | 7.42% | -| Solved | 10.4% | -| Timeout | 19.21% | - -New Flutterfire issues triaged 60, closed 39 (65%) - -| Reason for closing | | -| -- | -- | -| Invalid | 19 | -| Duplicate | 15 | -| Fixed | 1 | -| Solved | 4 | - -## 2021-03-05 - -### Notable issues - -* [image_picker] GIF doesn't work on iOS 14 when user chooses "Select Photos" [#77281](https://github.com/flutter/flutter/issues/77281) -* Talkback doesn’t read hyperlinked text when used with SelectableText.rich widget [#77219](https://github.com/flutter/flutter/issues/77219) -* Flutter 2.0 web can not show some Chinese characters properly using canvaskit renderer [#77212](https://github.com/flutter/flutter/issues/77212) -* [web] wrong image filter on web app built with HTML renderer [#76966](https://github.com/flutter/flutter/issues/76966) -* Unable to run flutter 2 in mac desktop for a completely new project [#77325](https://github.com/flutter/flutter/issues/77325) - -### Issue counts - -New Flutter issues triaged 259, closed 93 (36%) - -In total closed 166 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 45.18% | -| Duplicate | 26.51% | -| Fixed | 7.83% | -| Solved | 9.64% | -| Timeout | 10.84% | - -New Flutterfire issues triaged 37, closed 25 (68%) - -| Reason for closing | | -| -- | -- | -| Invalid | 14 | -| Duplicate | 7 | -| Solved | 4 | - - -## 2021-02-26 - -### Notable issues - -* RenderRepaintBoundary.toImage throws operation failed exception on Stable, but shows NoSuchMethodError on Master [#76591](https://github.com/flutter/flutter/issues/76591) -* Clearing a textfield shows Snapshot warning log on iOS using physical device [#76798](https://github.com/flutter/flutter/issues/76798) -* integration_test throws TickerException while trying to open modalBottomSheet [#76786](https://github.com/flutter/flutter/issues/76786) -* [canvaskit] font renders missing glyph when text overflow is ellipsis [#76473](https://github.com/flutter/flutter/issues/76473) -* Need better, clearer image filter quality controls [#76737](https://github.com/flutter/flutter/issues/76737) -* [web] Debug mode is paused when launched from IntelliJ/Android Studio [#76680](https://github.com/flutter/flutter/issues/76680) -* EXC_BAD_ACCESS KERN_INVALID_ADDRESS - CRASH [#76694](https://github.com/flutter/flutter/issues/76694) -* Painter slowing down initially [#76859](https://github.com/flutter/flutter/issues/76859) - -### Issue counts - -New Flutter issues triaged 231, closed 84 (36%) - -In total closed 181 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 37.02% | -| Duplicate | 16.02% | -| Fixed | 7.73% | -| Solved | 9.39% | -| Timeout | 29.83% | - -New Flutterfire issues triaged 32, closed 19 (59%) - -| Reason for closing | | -| -- | -- | -| Invalid | 11 | -| Duplicate | 7 | -| Solved | 1 | - -## 2021-02-19 - -### Notable issues - -* iOS Metal jank example [#76180](https://github.com/flutter/flutter/issues/76180) -* Camera Plugin Stream is rotated 90 degree CCW on iPhone since 0.7.0 [#76210](https://github.com/flutter/flutter/issues/76210) -* [file_selector_web] cannot read files larger than ~500MB [#76036](https://github.com/flutter/flutter/issues/76036) -* [web] make initial load of canvaskit faster [#76009](https://github.com/flutter/flutter/issues/76009) - -### Issue counts - -New Flutter issues triaged 251, closed 91 (36%) - -| Reason for closing | | -| -- | -- | -| Invalid | 52.7% | -| Duplicate | 30.8% | -| Fixed | 3.3% | -| Solved | 13.2% | - -Issues closed from iterations 77 - -| Reason for closing | | -| -- | -- | -| Invalid | 14.3% | -| Duplicate | 14.3% | -| Fixed | 18.2% | -| Solved | 16.9% | -| Timeout | 36.4% | - -Stale issues - -Checking labeled issues without the `has reproducible steps` label. Total checked 34, closed 5 (15%) - -| Reason for closing | | -| -- | -- | -| Invalid| 3 | -| Duplicate | 2 | - -New Flutterfire issues triaged 23, closed 10 (43%) - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 4 | -| Solved | 1 | - -## 2021-02-12 - -### Notable issues - -* Specific to latest update on Samsung devices (One UI 3): screen flickers while opening and closing keyboard [#75520](https://github.com/flutter/flutter/issues/75520) -* Text not rendering on web. Specific to Win 7 + FireFox + graphics card setup. [#75327](https://github.com/flutter/flutter/issues/75327) -* TextInputType.phone keyboard doesn't delete typed text when the keyboard is switched to extra symbols on Android [#75616](https://github.com/flutter/flutter/issues/75616) -* Crowd: Crashing on launch when updating Android Gradle Plugin to 4.0.0 using app bundle [#58479](https://github.com/flutter/flutter/issues/58479) -* Reopened: [google_maps_flutter] App crashes when using maps in release mode [#69820](https://github.com/flutter/flutter/issues/69820) - -### Issue counts - -New Flutter issues triaged 253, closed 79 (31%) - -| Reason for closing | | -| -- | -- | -| Invalid | 53.2% | -| Duplicate | 36.7% | -| Fixed | 7.6% | -| Solved | 2.5% | - -Issues closed from iterations 89 - -| Reason for closing | | -| -- | -- | -| Invalid | 15.9% | -| Duplicate | 1.1% | -| Fixed | 25.0% | -| Solved | 10.2% | -| Timeout | 47.7% | - -Stale issues - -Checking [image_picker](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22) issues. Total checked 64, closed 24 (38%) - -| Reason for closing | | -| -- | -- | -| Invalid| 1 | -| Duplicate | 6 | -| Fixed | 16 | -| Solved | 1 | - -New Flutterfire issues triaged 31, closed 14 (45%) - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 6 | -| Solved | 3 | - -## 2021-02-05 - -### Notable issues - -* Reopened: Flutter Application freezes when Maximized or Restored from Minimized window mode [#74797](https://github.com/flutter/flutter/issues/74797) -* [windows] Hot reload from terminal throws an exception on dev channel [#75419](https://github.com/flutter/flutter/issues/75419) -* [web] UnimplementedError when using SliderTheme [#75495](https://github.com/flutter/flutter/issues/75495) -* [web] Dragging the "draggable" widget causes widget to freeze in the overlay layer [#75280](https://github.com/flutter/flutter/issues/75280) -* Scrolling using Scrollbar widget with ListView.builder is significantly slower [#75399](https://github.com/flutter/flutter/issues/75399) -* Proposal: [integration_test] - Support tags in integration test package [#75496](https://github.com/flutter/flutter/issues/75496) - -### Issue counts - -New Flutter issues triaged 300, closed 89 (30%) - -| Reason for closing | | -| -- | -- | -| Invalid | 58.6% | -| Duplicate | 33.3% | -| Fixed | 2.3% | -| Solved | 5.7% | - -Issues closed from iterations 63 - -| Reason for closing | | -| -- | -- | -| Invalid | 23.8% | -| Duplicate | 9.5% | -| Fixed | 30.2% | -| Solved | 22.2% | -| Timeout | 14.3% | - -Stale issues - -Finished with ([issues found to occur in releases 1.12 and 1.17](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+reproducible+steps%22+-label%3A%22found+in+release%3A+1.22%22+-label%3A%22found+in+release%3A+1.23%22+-label%3A%22found+in+release%3A+1.24%22+-label%3A%22found+in+release%3A+1.25%22+-label%3A%22passed+first+triage%22+-label%3A%22severe%3A+new+feature%22+-label%3Aproposal+-label%3A%22found+in+release%3A+1.21%22+-label%3A%22found+in+release%3A+1.20%22+-label%3A%22found+in+release%3A+1.26%22+)) and started with [image_picker](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22) issues. Total checked 40, closed 8 (20%) - -| Reason for closing | | -| -- | -- | -| Fixed | 7 | -| Solved | 1 | - -New Flutterfire issues triaged 51, closed 16 (31%) - -| Reason for closing | | -| -- | -- | -| Invalid | 7 | -| Duplicate | 8 | -| Solved | 1 | - -## 2021-01-29 - -### Notable issues - -* Camera throws TimeoutException when flash is turned ON: [#74645](https://github.com/flutter/flutter/issues/74645) -* Null safety checks occur while running flutter test on beta: [#74898](https://github.com/flutter/flutter/issues/74898) -* App goes black when there is a system dialog and locking/unlocking on Android: [#74801](https://github.com/flutter/flutter/issues/74801) -* Text selection from right to left inside text fields is broken on Web: [#74504](https://github.com/flutter/flutter/issues/74504) -* Auto scroll not working with textField when showCursor is false: [#74566](https://github.com/flutter/flutter/issues/74566) - -### Issue counts - -New Flutter issues triaged 261, closed 90 (34%) - -| Reason for closing | | -| -- | -- | -| Invalid | 53.9% | -| Duplicate | 30.3% | -| Fixed | 9.0% | -| Solved | 6.7% | - -Issues closed from iterations 81 - -| Reason for closing | | -| -- | -- | -| Invalid | 13.6% | -| Duplicate | 8.6% | -| Fixed | 16.0% | -| Solved | 11.1% | -| Timeout | 50.6% | - -Stale issues ([found to occur in releases 1.12 and 1.17](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+reproducible+steps%22+-label%3A%22found+in+release%3A+1.22%22+-label%3A%22found+in+release%3A+1.23%22+-label%3A%22found+in+release%3A+1.24%22+-label%3A%22found+in+release%3A+1.25%22+-label%3A%22passed+first+triage%22+-label%3A%22severe%3A+new+feature%22+-label%3Aproposal+-label%3A%22found+in+release%3A+1.21%22+-label%3A%22found+in+release%3A+1.20%22+-label%3A%22found+in+release%3A+1.26%22+)) checked 55, closed 11 (20%) - -| Reason for closing | | -| -- | -- | -| Invalid | 2 | -| Fixed | 6 | -| Solved | 3 | - -New Flutterfire issues triaged 34, closed 15 (44%) - -| Reason for closing | | -| -- | -- | -| Invalid | 5 | -| Duplicate | 5 | -| Solved | 5 | - -## 2021-01-22 - -### Notable issues - -* Decoding image data is failing on web: [#74489](https://github.com/flutter/flutter/issues/74489) -* [webview_flutter] Simulator keyboard isn’t showing and hardware keyboard isn’t working: [#74044](https://github.com/flutter/flutter/issues/74044) -* Enter/return key on a TextField with InkWell doesn’t work on the Samsung keyboard: [#74041](https://github.com/flutter/flutter/issues/74041) -* Avoid reading clipboard without authorization when using textfield on Xiaomi MIUI 12: [#74139](https://github.com/flutter/flutter/issues/74139) -* Some users are experiencing issues with third-party packages that rely on `flutter_localizations` and `intl` on beta and above channels, they are forced to use `stable` channel to avoid package conflicts. This is caused by premature `flutter_localizations` dependency on the null-safety version of the `intl`. E.g. [#74421](https://github.com/flutter/flutter/issues/74421), [#74419](https://github.com/flutter/flutter/issues/74419), [#73861](https://github.com/flutter/flutter/issues/73861) - -### Issue counts - -New Flutter issues triaged 274, closed 85 (31%) - -| Reason for closing | | -| -- | -- | -| Invalid | 58.8% | -| Duplicate | 35.3% | -| Fixed | 2.4% | -| Solved | 3.5% | - -Issues closed from iterations 93 - -| Reason for closing | | -| -- | -- | -| Invalid | 16.1% | -| Duplicate | 7.5% | -| Fixed | 32.3% | -| Solved | 10.8% | -| Timeout | 33.3% | - -Stale issues ([found to occur in releases 1.12 and 1.17](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+reproducible+steps%22+-label%3A%22found+in+release%3A+1.22%22+-label%3A%22found+in+release%3A+1.23%22+-label%3A%22found+in+release%3A+1.24%22+-label%3A%22found+in+release%3A+1.25%22+-label%3A%22passed+first+triage%22+-label%3A%22severe%3A+new+feature%22+-label%3Aproposal+-label%3A%22found+in+release%3A+1.21%22+-label%3A%22found+in+release%3A+1.20%22+-label%3A%22found+in+release%3A+1.26%22+)) checked 70, closed 11 (16%) - -| Reason for closing | | -| -- | -- | -| Invalid | 3 | -| Duplicate | 3 | -| Fixed | 4 | -| Solved | 1 | - -New Flutterfire issues triaged 41, closed 13 (32%) - -| Reason for closing | | -| -- | -- | -| Invalid | 6 | -| Duplicate | 4 | -| Solved | 3 | - -## 2021-01-15 - -### Notable issues - -* Disable analytics by default - Respect EU/ECC laws (GDPR): [#73657](https://github.com/flutter/flutter/issues/73657) -* Flutter Slider Label showing strange numbers: [#73787](https://github.com/flutter/flutter/issues/73787) -* Flutter doctor warnings about flutter plugin not found still cause confusion among users (related to [[flutter_tools] IDE plugin validators should be deprecated](https://github.com/flutter/flutter/issues/61246)) -* There have been several issues related to Windows 7 recently - -### Issue counts - -New Flutter issues triaged 269, closed 86 (32%) - -| Reason for closing | | -| -- | -- | -| Invalid | 62.8% | -| Duplicate | 26.7% | -| Fixed | 4.7% | -| Solved | 5.8% | - -Issues closed from iterations 80 - -| Reason for closing | | -| -- | -- | -| Invalid | 21.3% | -| Duplicate | 10.0% | -| Fixed | 37.5% | -| Solved | 8.8% | -| Timeout | 22.5% | - -Stale issues ([found to occur in releases 1.12 and 1.17](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+reproducible+steps%22+-label%3A%22found+in+release%3A+1.22%22+-label%3A%22found+in+release%3A+1.23%22+-label%3A%22found+in+release%3A+1.24%22+-label%3A%22found+in+release%3A+1.25%22+-label%3A%22passed+first+triage%22+-label%3A%22severe%3A+new+feature%22+-label%3Aproposal+-label%3A%22found+in+release%3A+1.21%22+-label%3A%22found+in+release%3A+1.20%22+-label%3A%22found+in+release%3A+1.26%22+)) checked 39, closed 5 (13%) --- most issues are still reproducible with the latest versions - -| Reason for closing | | -| -- | -- | -| Duplicate | 2 | -| Fixed | 3 | - -New Flutterfire issues triaged 29, closed 6 (21%) - -| Reason for closing | | -| -- | -- | -| Invalid | 3 | -| Duplicate | 3 | - -## 2021-01-08 - -### Notable issues - -* Holding backspace in textfield stops sporadically on Samsung devices: [#73433](https://github.com/flutter/flutter/issues/73433) -* Play Console Crash - abort / signal 11 (SIGSEGV), code 1 (SEGV_MAPERR): [#73342](https://github.com/flutter/flutter/issues/73342) -* [web] DateTime.microsecondsSinceEpoch on Flutter web is different compared to Flutter mobile: [#73334](https://github.com/flutter/flutter/issues/73334) -* [Image_Picker] does not load images in release mode and throws PlatformException on second tentative: [#72759](https://github.com/flutter/flutter/issues/72759) - -### Issue counts - -New Flutter issues triaged 237, closed 78 (33%) - -| Reason for closing | | -| -- | -- | -| Invalid | 53.8% | -| Duplicate | 33.3% | -| Fixed | 3.8% | -| Solved | 9.0% | - -Issues closed from iterations 116 - -| Reason for closing | | -| -- | -- | -| Invalid | 18.3% | -| Duplicate | 5.2% | -| Fixed | 13.9% | -| Solved | 9.6% | -| Timeout | 53.0% | - -Stale issues ([found to occur in releases 1.12 and 1.17](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+reproducible+steps%22+-label%3A%22found+in+release%3A+1.22%22+-label%3A%22found+in+release%3A+1.23%22+-label%3A%22found+in+release%3A+1.24%22+-label%3A%22found+in+release%3A+1.25%22+-label%3A%22passed+first+triage%22+-label%3A%22severe%3A+new+feature%22+-label%3Aproposal+-label%3A%22found+in+release%3A+1.21%22+-label%3A%22found+in+release%3A+1.20%22+-label%3A%22found+in+release%3A+1.26%22+)) checked 33, closed 8 (24%) - -| Reason for closing | | -| -- | -- | -| Duplicate | 1 | -| Fixed | 7 | - -New Flutterfire issues triaged 27, closed 6 (22%) - -| Reason for closing | | -| -- | -- | -| Invalid | 4 | -| Duplicate | 1 | -| Solved | 1 | \ No newline at end of file diff --git a/docs/wiki_archive/Nevercode [TBD]/2022---Issue-Triage-Reports.md b/docs/wiki_archive/Nevercode [TBD]/2022---Issue-Triage-Reports.md deleted file mode 100644 index 168ab1a5c9..0000000000 --- a/docs/wiki_archive/Nevercode [TBD]/2022---Issue-Triage-Reports.md +++ /dev/null @@ -1,3372 +0,0 @@ -## 2022-12-30 - -### Notable issues - -- [go_router] location does not update properly when .go() is called for more than two depth [#117671](https://github.com/flutter/flutter/issues/117671) - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 113, closed 37 (32.74%). - -In total closed 78 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 19.2% | -| Fixed | 30.8% | -| Invalid | 43.6% | -| Solved | 6.41% | - -Issues closed due to inactivity: 21 - -#### Flutter/website - -New website issues triaged 8, closed 0 (0%) - -In total closed 7 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -#### Googleads-mobile-flutter - -No issues triaged during the week - -#### Flutterfire - -New Flutterfire issues triaged 12, closed 3 (25%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 10.5% | -| fixed | 31.6% | -| invalid | 10.5% | -| no-response | 26.3% | -| solution-provided | 15.8% | -| user issue | 5.3% | - - -## 2022-12-23 - -### Notable issues - -No notable issues this week - -### Old Issues receiving attention lately - -No notable issues this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 143, closed 42 (29.37%). - -In total closed 85 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.2% | -| Fixed | 37.6% | -| Invalid | 32.9% | -| Solved | 8.2% | - -Issues closed due to inactivity: 34 - -#### Flutter/website - -New website issues triaged 2, closed 1 (50%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### dart-lang/site-www - -New dart website issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 3 (15.79%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 5.56% | -| invalid | 27.78% | -| no-response | 38.89% | -| solution-provided | 16.67% | -| user issue | 11.11% | - -## 2022-12-16 - -### Notable issues - -No notable issues this week - -### Old Issues receiving attention lately - -- Android crash: Fatal Exception: java.lang.RuntimeException java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/org.apache.http.legacy.boot.jar"........ [#83596](https://github.com/flutter/flutter/issues/83596) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 157, closed 49 (31.21%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.2% | -| Fixed | 35.2% | -| Invalid | 32.4% | -| Solved | 10.2% | - -Issues closed due to inactivity: 22 - -#### Flutter/website - -New website issues triaged 7, closed 2 (28.57%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Invalid | 50% | - - -#### dart-lang/site-www - -New dart website issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 0, closed 0 (0.0%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Solved | 50% | - - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 4 (17.39%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 27.27% | -| fixed | 18.18% | -| invalid | 9.09% | -| no-response | 36.36% | -| user issue | 9.09% | - - -## 2022-12-09 - -### Notable issues - -- Access violation in flutter_windows.dll when calling `FlutterEngine::Run` [#116753](https://github.com/flutter/flutter/issues/116753) - -### Old Issues receiving attention lately - -- [camera] Android 13 crash when initializing camera - This issue has been getting a bit of traction recently and as per Play Store guidelines, apps should target API 33 by August 2023. This issue prevents apps using `camera` to update their targetSdk to 33 [#109769](https://github.com/flutter/flutter/issues/109769) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 157, closed 55 (35.03%). - -In total closed 114 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 23.7% | -| Fixed | 29.8% | -| Invalid | 33.3% | -| Solved | 13.2% | - -Issues closed due to inactivity: 28 - -#### Flutter/website - -New website issues triaged 4, closed 0 (0.00%) - -In total closed 17 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New dart website issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%). - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 3 (16.67%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 6.25% | -| fixed | 37.50% | -| invalid | 12.50% | -| no-response | 31.25% | -| solution-provided | 12.50% | - -## 2022-12-02 - -### Notable issues - -No major issues to report this week. - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 146, closed 63 (43.15%). - -In total closed 120 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 32.50% | -| Fixed | 30.83% | -| Invalid | 30.83% | -| Solved | 5.83% | - -Issues closed due to inactivity: 42 - -#### Flutter/website - -New website issues triaged 7, closed 1 (14.29%) - -In total closed 2 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 50% | -| Duplicate | 50% | - - -#### dart-lang/site-www - -New dart website issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 4 (19.05%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 8% | -| fixed | 44% | -| invalid | 8% | -| no-response | 20% | -| solution-provided | 16% | -| user issue | 4% | - - -## 2022-11-25 - -### Notable issues - -- [go_router] Navigating back does not update router location since go_router 5.2.0 [#115832](https://github.com/flutter/flutter/issues/115832) -- [go_router] 5.2.0 `push` doesn't update the URL anymore. [#115962](https://github.com/flutter/flutter/issues/115962) -- Flutter 3.4.0+ regression in code coverage computation [#115719](https://github.com/flutter/flutter/issues/115719) - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 66 (38.24%). - -In total closed 124 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 23.4% | -| Fixed | 32.3% | -| Invalid | 33.9% | -| Solved | 10.5% | - -Issues closed due to inactivity: 34 - -#### Flutter/website - -No issues triaged during the week - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 75% | -| Solved | 25% | - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 7 (41.18%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 14.29% | -| fixed | 23.81% | -| invalid | 28.57% | -| no-response | 4.76% | -| solution-provided | 23.81% | -| user issue | 4.76% | - - -## 2022-11-18 - -### Notable issues - -No issues to report for this week - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 176, closed 66 (37.5%). - -In total closed 121 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 17.36% | -| Fixed | 34.71% | -| Invalid | 40.50% | -| Solved | 7.44% | - -Issues closed due to inactivity: 27 - -#### Flutter/website - -New Flutter website issues triaged 2, closed 0 (0%). - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Invalid | 33.3% | - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 7 (31.82%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 16% | -| fixed | 36% | -| invalid | 12% | -| no-response | 8% | -| solution-provided | 16% | -| user issue | 12% | - - -## 2022-11-11 - -### Notable issues - -- `flutter upgrade` fails on Windows/ARM because of locked cache folder [#114753](https://github.com/flutter/flutter/issues/114753) - -### Old Issues receiving attention lately - -- The following assertion was thrown running a test: `'package:flutter_test/src/binding.dart': Failed assertion: line 567 pos 14: '_pendingExceptionDetails != null'` [#34499](https://github.com/flutter/flutter/issues/34499) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 184, closed 81 (44.02%). - -In total closed 145 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.6% | -| Fixed | 25.5% | -| Invalid | 35.9% | -| Solved | 11.0% | - -Issues closed due to inactivity: 28 - -#### Flutter/website - -New Flutter website issues triaged 11, closed 1 (9.09%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Invalid | 50% | - - - -#### dart-lang/site-www - -No issues triaged during the week - -In total 1 issue closed during the week - -| Reason for closing| | -| -- | -- | -| Duplicate | 100% | - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 0 (0%). - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 27, closed 5 (18.52%). - -In total closed 22 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 27.27% | -| fixed | 18.18% | -| invalid | 9.09% | -| no-response | 9.09% | -| solution-provided | 18.18% | -| user issue | 18.18% | - - - -## 2022-11-04 - -### Notable issues - -- [iOS] There is an error when typing Korean using the Chunjiin(Korean 10 key) keyboard [#112369](https://github.com/flutter/flutter/issues/112369) - -### Old Issues receiving attention lately - -- [web][regression] text autofill doesn't work [#86497](https://github.com/flutter/flutter/issues/86497) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 177, closed 62 (35.03%). - -In total closed 115 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.7% | -| Fixed | 18.3% | -| Invalid | 47.0% | -| Solved | 13.0% | - -Issues closed due to inactivity: 31 - -#### Flutter/website - -New Flutter website issues triaged 8, closed 1 (12.5%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 29, closed 10 (34.48%). - -In total closed 27 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 18.52% | -| fixed | 22.22% | -| invalid | 25.93% | -| no-response | 7.41% | -| solution-provided | 11.11% | -| user issue | 11.11% | -| wontfix | 3.70% | - - - -## 2022-10-28 - -### Notable issues - -No major issues to report for this week - -### Old Issues receiving attention lately - -No major issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 146, closed 55 (37.67%). - -In total closed 92 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.17% | -| Fixed | 28.26% | -| Invalid | 38.04% | -| Solved | 6.52% | - - -#### Flutter/website - -New Flutter website issues triaged 3, closed 0 (%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New Dart Websites Issues triage 1, closed 0 (0%) - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 2 (40%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 6 (24%). - -In total closed 10 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 10% | -| invalid | 30% | -| solution-provided | 30% | -| user issue | 30% | - - -## 2022-10-21 - -### Notable issues - -No major issues to report for this week - -### Old Issues receiving attention lately - -- [video_player] Better exception message on iOS devices if the video fails to play. [#56665](https://github.com/flutter/flutter/issues/56665) -- [Android][Samsung]: Tapping on special characters button from virtual keyboard triggers `CastError` [#97634](https://github.com/flutter/flutter/issues/97634) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 160, closed 67 (41.88%). - -In total closed 137 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.2% | -| Fixed | 24.1% | -| Invalid | 29.2% | -| Solved | 10.9% | -| Timeout | 14.6% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 1 (12.5%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### dart-lang/site-www - -New Dart Websites Issues triaged 1, closed 0 (0%) - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 0 (0%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 8 (40%). - -In total closed 39 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 2.56% | -| fixed | 61.54% | -| invalid | 15.38%| -| no-response | 12.82% | -| solution-provided | 2.56% | -| user issue | 5.13% | - - -## 2022-10-14 - -### Notable issues - -Graphical glitches during scrolling on weak Android TV devices [#113314](https://github.com/flutter/flutter/issues/113314) - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 161, closed 52 (32.3%). - -In total closed 126 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.6% | -| Fixed | 14.3% | -| Invalid | 40.5% | -| Solved | 11.1% | -| Timeout | 13.5% | - -#### Flutter/website - -New Flutter website issues triaged 3, closed 0 (0%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 1 (100%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 4 (26.67%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 7.14% | -| fixed | 14.29% | -| invalid | 21.43%| -| no-response | 35.71% | -| solution-provided | 14.29% | -| user issue | 7.14% | - - -## 2022-10-07 - -### Notable issues - -No major issues to report this week - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 156, closed 56 (35.9%). - -In total closed 156 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.44% | -| Fixed | 19.23% | -| Invalid | 32.05% | -| Solved | 9.62% | -| Timeout | 16.67% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 0 (0%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 2 (50%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 7 (33.33%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 12.5% | -| fixed | 18.8% | -| invalid | 25.0%| -| no-response | 18.8% | -| solution-provided | 12.5% | -| user issue | 12.5% | - - -## 2022-09-30 - -### Notable issues - -No major issues to report this week - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 68 (40%). - -In total closed 138 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 24.6% | -| Fixed | 15.2% | -| Invalid | 31.9% | -| Solved | 10.1% | -| Timeout | 18.1% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 1 (25%). - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 71.4% | -| Invalid | 28.6% | - - -#### dart-lang/site-www - -New Dart Website issues triaged 1, closed 0 (0%). - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 1 (100%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 7 (36.84%). - -In total closed 34 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 2.94% | -| fixed | 17.65% | -| invalid | 14.71%| -| no-response | 17,65% | -| solution-provided | 20.59% | -| user issue | 26.47% | - - -## 2022-09-23 - -### Notable issues - -- [Stable 3.3+] Rendering issues (Artefacting / Half-rendered widgets) [#111376](https://github.com/flutter/flutter/issues/111376) - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 195, closed 77 (39.49%). - -In total closed 148 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25.7% | -| Fixed | 23.0% | -| Invalid | 29.1% | -| Solved | 11.5% | -| Timeout | 10.8% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 0 (0%). - -In total closed 9 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 88.9% | -| WontFix | 11.1% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 6 (27.27%). - -In total closed 17 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 17.65% | -| fixed | 35.29% | -| invalid | 11.76%| -| no-response | 23.53% | -| solution-provided | 5.88% | -| user issue | 5.88% | - - -## 2022-09-16 - -### Notable issues - -- Signing errors on iOS Pods in XCode 14 [#111475](https://github.com/flutter/flutter/issues/111475) -- [iOS 16][video_player] Some videos only play audio with no video [#111457](https://github.com/flutter/flutter/issues/111457) -- [iOS 16] Flutter apps crash when text and emoji are combined [#111494](https://github.com/flutter/flutter/issues/111494) - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 175, closed 77 (44%). - -In total closed 142 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 23.94% | -| Fixed | 21.13% | -| Invalid | 33.10% | -| Solved | 8.45% | -| Timeout | 13.38% | - -#### Flutter/website - -New Flutter website issues triaged 2, closed 0 (0%). - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 71.4% | -| Invalid | 14.3% | -| WontFix | 14.3% | - - -#### dart-lang/site-www - -New Dart site issues triaged 2, closed 1 (50%). - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 0 (0%). - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 9 (29.03%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 26.32% | -| fixed | 26.32% | -| invalid | 15.79%| -| no-response | 15.79% | -| solution-provided | 10.53% | -| user issue | 5.26% | - - -## 2022-09-09 - -### Notable issues - -- Flutter 3.3.0 Fatal Exception: java.lang.AssertionError: Unexpected masked action [#111068](https://github.com/flutter/flutter/issues/111068) -- [camera] Android 13 crash when initializing camera [#109769](https://github.com/flutter/flutter/issues/109769) - -### Old Issues receiving attention lately - -No issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 169, closed 60 (35.5%). - -In total closed 124 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.0% | -| Fixed | 19.4% | -| Invalid | 33.9% | -| Solved | 10.5% | -| Timeout | 15.3% | - -#### Flutter/website - -New Flutter website issues triaged 13, closed 4 (30.77%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 4.76% | -| Fixed | 76.19% | -| Invalid | 19.05% | - - -#### dart-lang/site-www - -New Dart website issues triaged 1, closed 0. - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 2 (40%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.3% | -| Invalid | 33.3% | -| Solved | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 24, closed 10 (41.67%). - -In total closed 27 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 3.7%| -| Fixed | 22.2% | -| Invalid | 22.2% | -| No response | 25.9% | -| Solution provided | 22.2% | -| User issue | 3.7% | - -## 2022-09-02 - -### Notable issues - -- Text anti-aliasing broken in Flutter 3.3.0 [#110738](https://github.com/flutter/flutter/issues/110738) -- [Flutter 3.3+] App crashes when using CachedNetworkImage [#110715](https://github.com/flutter/flutter/issues/110715) -- App crashes on latest versions when `AnimatedContainer / Container`height is set to 0 and throws `uncaught exception 'NSInternalInconsistencyException', reason: 'Transformed points can't form a rect'` [#110671](https://github.com/flutter/flutter/issues/110671) - -### Old issues receiving attention lately - -No issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 186, closed 71 (38.17%). - -In total closed 115 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.91% | -| Fixed | 21.74% | -| Invalid | 25.22% | -| Solved | 9.57% | -| Timeout | 9.57% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 0 (0%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -Closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 3 (17.65%). - -In total closed 8 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 25%| -| no-response | 25% | -| solution-provided | 25% | -| user issue | 25% | - - -## 2022-08-26 - -### Notable issues - -No issues to report this week - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 195, closed 81 (41.54%). - -In total closed 113 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.63% | -| Fixed | 13.27% | -| Invalid | 38.05% | -| Solved | 9.73% | -| Timeout | 5.31% | - -#### Flutter/website - -New Flutter website issues triaged 2, closed 0 (0%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -Closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 26, closed 9 (34.62%). - -In total closed 57 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 8.77% | -| fixed | 7.02% | -| invalid | 5.26%| -| no-response | 43.86% | -| solution-provided | 19.30% | -| user issue | 15.79% | - -## 2022-08-19 - -### Notable issues - -- [Flutter 3] TextStyle foreground doesn’t render properly [#109595](https://github.com/flutter/flutter/issues/109595) -- `FilterQuality` is not working as expected for Hi-res images [#109637](https://github.com/flutter/flutter/issues/109637) - -### Old Issues receiving attention lately -- [webview_flutter][android] webview crashes when embedded in a scrollview [#104889](https://github.com/flutter/flutter/issues/104889) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 151, closed 53 (35.1%). - -In total closed 116 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.4% | -| Fixed | 19.0% | -| Invalid | 29.3% | -| Solved | 11.2% | -| Timeout | 18.1% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 0 (0%). - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 20% | -| Fixed | 60% | -| WontFix | 20% | - - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 4 (26.67%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 6.67% | -| invalid | 33.33%| -| no-response | 26.67% | -| solution-provided | 13.33% | -| user issue | 20.00% | - - -## 2022-08-12 - -### Notable issues - -- [Android]Crash on background isolate in release mode [#109248](https://github.com/flutter/flutter/issues/109248) -- Flutter web cannot render high-resolution images which are resolution aware [#109109](https://github.com/flutter/flutter/issues/109109) -- FlutterEngineConnectionRegistry `getIntent().getBooleanExtra()` throws NullPointerException (NPE) [#109364](https://github.com/flutter/flutter/issues/109364) - -### Old Issues receiving attention lately -- Nothing to report here - -### Issue counts - -#### Flutter - -New Flutter issues triaged 126, closed 42 (33.33%). - -In total closed 106 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 11.23% | -| Fixed | 24.53% | -| Invalid | 36.79% | -| Solved | 7.55% | -| Timeout | 19.81% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 0 (0%). - -In total closed 13 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 7.69% | -| Fixed | 84.62% | -| WontFix | 7.69% | - - -#### dart-lang/site-www - -New Dart site issues triaged 2, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 7 (30.43%). - -In total closed 23 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 17.4% | -| invalid | 34.8%| -| no-response | 21.7% | -| solution-provided | 8.7% | -| user issue | 17.4% | - - -## 2022-08-05 - -### Notable issues - -- [Add-to-App] Flutter gradle plugin (flutter.gradle) fails the build when using AGP 7.2 [#108818](https://github.com/flutter/flutter/issues/108818) - -### Old Issues receiving attention lately -- Nothing to report here - -### Issue counts - -#### Flutter - -New Flutter issues triaged 155, closed 58 (37.42%). - -In total closed 116 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 19.83% | -| Fixed | 25.86% | -| Invalid | 32.76% | -| Solved | 6.03% | -| Timeout | 15.52% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 1 (12.5%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 4 (66.67%). - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Fixed | 14.3% | -| Invalid | 42.9% | -| Solved | 28.6% | - - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 6 (40%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 27.27% | -| fixed | 9.09% | -| invalid | 9.09%| -| no-response | 18.18% | -| solution-provided | 27.27% | -| user issue | 9.09% | - - -## 2022-07-29 - -### Notable issues - -- Nothing major to report this week - -### Old Issues receiving attention lately - -- [tool_crash] FileSystemException: Failed to decode data using encoding 'utf-8', null (Multiple duplicates have been filed in recent months) [#65021](https://github.com/flutter/flutter/issues/65021) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 156, closed 69 (44.23%). - -In total closed 128 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.34% | -| Fixed | 20.31% | -| Invalid | 35.94% | -| Solved | 7.03% | -| Timeout | 9.38% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 3 (50%). - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Fixed | 57.1% | -| Invalid | 28.6% | - - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 50% | -| Solved | 50% | - - -#### Flutterfire - -New Flutterfire issues triaged 35, closed 10 (28.57%). - -In total closed 48 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 16.67% | -| fixed | 22.92% | -| invalid | 22.92%| -| no-response | 16.67% | -| solution-provided | 18.75% | -| user issue | 2.08% | - - -## 2022-07-22 - -### Notable issues - -- [tool][add-2-app] Debug and Profile modules are generated when passing `--no-debug` and `--no-profile` flags [#108000](https://github.com/flutter/flutter/issues/108000) - -### Old Issues receiving attention lately - -Nothing major to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 171, closed 71 (41.52%). - -In total closed 142 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.83% | -| Fixed | 26.06% | -| Invalid | 31.69% | -| Solved | 11.97% | -| Timeout | 8.45% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 0 (0%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 50% | -| Invalid | 50% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 0, closed 0 (0%). - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| Solved | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 43, closed 22 (51.16%). - -In total closed 47 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 23.40% | -| fixed | 10.64% | -| invalid | 25.53%| -| no-response | 8.51% | -| solution-provided | 29.79% | -| user issue | 2.13% | - - -## 2022-07-15 - -### Notable issues - -- App crashes when rendering emoji text [#107509](https://github.com/flutter/flutter/issues/107509) - -### Old Issues receiving attention lately - -Nothing major to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 165, closed 63 (38.18%). - -In total closed 122 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.87% | -| Fixed | 26.23% | -| Invalid | 30.33% | -| Solved | 5.74% | -| Timeout | 9.84% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 0 (0%). - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 20% | -|Invalid | 80% | - - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 9 (29.03%). - -In total closed 24 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 12.50% | -| fixed | 4.71% | -| invalid | 45.83%| -| no-response | 20.33% | -| solution-provided | 8.33% | -| user issue | 8.33% | - - -## 2022-07-08 - -### Notable issues - -Nothing major to report this week - -### Old Issues receiving attention lately - -Nothing major to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 169, closed 72 (42.6%). - -In total closed 110 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.00% | -| Fixed | 23.64% | -| Invalid | 40.91% | -| Solved | 7.27% | -| Timeout | 8.18% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 1 (20%). - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 83.3% | -| Invalid | 16.7% | - - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 11, closed 2 (18.18%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 5 (22.73%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.3% | -| fixed | 13.3% | -| invalid | 20.0%| -| solution-provided | 33.3% | -| user issue | 20.0% | - - -## 2022-07-01 - -### Notable issues - -- [IOS]Image.toByteData() is super slow on Flutter 3 [#106773](https://github.com/flutter/flutter/issues/106773) - -### Old Issues receiving attention lately - -Nothing major to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 171, closed 69 (40.35%). - -In total closed 121 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 17.36% | -| Fixed | 24.79% | -| Invalid | 37.19% | -| Solved | 11.57% | -| Timeout | 9.09% | - -#### Flutter/website - -New Flutter website issues triaged 4, closed 2 (50%). - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 66.7% | -| Invalid | 33.3% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 32, closed 7 (21.88%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 33.3% | -| fixed | 22.22% | -| invalid | 5.56%| -| no-response | 16.67% | -| solution-provided | 22.22% | - -## 2022-06-17 - -### Notable issues - -Nothing major to report this week - -### Old Issues receiving attention lately - -Nothing major to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 177, closed 70 (39.55%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25.00% | -| Fixed | 12.96% | -| Invalid | 40.74% | -| Solved | 13.89% | -| Timeout | 7.41% | - -#### Flutter/website - -New Flutter website issues triaged 10, closed 2 (20%). - -In total closed 11 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 81.8% | -| Invalid | 18.2% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 2 (8.7%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 25% | -| fixed | 25% | -| invalid | 50%| - - -## 2022-06-10 - -### Notable issues -- CupertinoPageRoute affecting color of Scaffold beneath transparent Widget - [#105738](https://github.com/flutter/flutter/issues/105738) -- Text Shadows are not working after upgrading to flutter 3 [#105546](https://github.com/flutter/flutter/issues/105546) -- [ios] Multiple Rebuild issue on opening a keyboard [#105184](https://github.com/flutter/flutter/issues/105184) -- Broken or Corrupted image cause runtime error [#105184](https://github.com/flutter/flutter/issues/105184) - -### Old Issues receiving attention lately -- [Web] No autofill suggestions for new or existing save passwords and selected suggested password is not filled [#87735](https://github.com/flutter/flutter/issues/87735) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 197, closed 85 (43.15%). - -In total closed 138 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.54% | -| Fixed | 13.77% | -| Invalid | 42.03% | -| Solved | 12.23% | -| Timeout | 4.35% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 1 (16.67%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 50% | -| Invalid | 50% | - - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 1 (16.67%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 9 (36%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 31.25% | -| fixed | 12.50% | -| invalid | 12.50%| -| no response | 18.75% | -| solution provided | 6.25% | -| user issue | 18.75% | - - -## 2022-06-03 - -### Notable issues -- There have been several reports on this issue on various community channels. Platform views are drawn at the wrong position and don't fill the parent [#103630](https://github.com/flutter/flutter/issues/103630) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 198, closed 85 (42.93%). - -In total closed 152 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 30.92% | -| Fixed | 20.39% | -| Invalid | 32.24% | -| Solved | 10.53% | -| Timeout | 5.92% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 0 (0%). - -No issues closed during the week - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 5 (33.33%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 22.2% | -| fixed | 16.7% | -| invalid | 11.1%| -| no response | 33.3% | -| solution provided | 16.7% | - - -## 2022-05-27 - -### Notable issues -- [android] Platform views obstruct other views on android 5.1 [#104444](https://github.com/flutter/flutter/issues/104444) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 221, closed 99 (44.8%). - -In total closed 173 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 40.46% | -| Fixed | 17.34% | -| Invalid | 23.12% | -| Solved | 15.61% | -| Timeout | 3.47% | - -#### Flutter/website - -New Flutter website issues triaged 11, closed 5 (45.45%). - -In total, closed 13 issues during the week. - -| Reason for closing| | -| -- | -- | -| Duplicate| 15.38% | -| Fixed | 53.85% | -| Invalid | 23.08% | -| Wont Fix | 7.69% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - -In total closed 2 issue during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Fixed | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 27, closed 5 (18.52%). - -In total closed 10 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| fixed | 20% | -| invalid | 20%| -| no response | 10% | -| solution provided | 20% | -| user issue| 10% | - -## 2022-05-20 - -### Notable issues -- [Flutter 3.0 Web] Image.toByteData fails with error: Uncaught (in promise) Error: Failed to encode the image into bytes [#104197](https://github.com/flutter/flutter/issues/104197) -- [Flutter 3]TextPainter does not respect the height factor of text style [#104153](https://github.com/flutter/flutter/issues/104153) -- [Flutter 3] Arabic text renders incorrectly in TextSpan [#104092](https://github.com/flutter/flutter/issues/104092) -- Spellcheck on Flutter Web [#40682](https://github.com/flutter/flutter/issues/40682) - - This is an old issue, but it has been getting some attention recently -- Dart 2.17's enums are causing issues on the web when the `name` variable is added as a property. - - Dart-lang issue [#49021](https://github.com/dart-lang/sdk/issues/49021) - - Reports in flutter [#104189](https://github.com/flutter/flutter/issues/104189),[#103874](https://github.com/flutter/flutter/issues/103874) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 236, closed 98 (41.53%). - -In total closed 165 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 30.9% | -| Fixed | 21.8% | -| Invalid | 33.9% | -| Solved | 13.3% | - -#### Flutter/website - -New Flutter website issues triaged 9, closed 1 (11.11%). - -In total, closed 2 issues during the week. - -| Reason for closing| | -| -- | -- | -| fixed | 50% | -| invalid | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 9 (47.37%). - -In total closed 17 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 35.3% | -| fixed | 17.6% | -| invalid | 23.5%| -| no response | 11.8% | -| user issue| 11.8% | - -## 2022-05-13 - -### Notable issues - -- 'WidgetsBinding' runtime warnings using 3.0.0 stable release [#103561](https://github.com/flutter/flutter/issues/103561) - - Other similar issues that seem to have the same root cause: [#103648](https://github.com/flutter/flutter/issues/103648), [#103614](https://github.com/flutter/flutter/issues/103614), [#103571](https://github.com/flutter/flutter/issues/103571) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 201, closed 77 (38.31%). - -In total closed 110 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 38.18% | -| Fixed | 14.55% | -| Invalid | 39.09% | -| Solved | 8.18% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed none. - -#### dart-lang/site-www - -No new New Dart site issues triaged. No issues closed. - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 1 (100%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 6 (19.35%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 25.00% | -| fixed | 25.00% | -| invalid | 16.67%| -| no response | 16.67% | -| solution provided | 8.33% | -| user issue| 8.33% | - -## 2022-05-06 - -### Notable issues - -- [windows] Camera Plugin Fails to show preview with Error `Could not create external texture` [#102925](https://github.com/flutter/flutter/issues/102925) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 113, closed 42 (37.17%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.3% | -| Fixed | 23.9% | -| Invalid | 39.1% | -| Solved | 8.7% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 2 (40%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Invalid | 33.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 1 (100%). - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 1 (50%). - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 5 (22.73%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 27.27% | -| fixed | 36.36% | -| invalid | 18.18%| -| no-response | 9.09% | -| solution-provided | 9.09% | - -## 2022-04-22 - -### Notable issues - -- [image_picker][M1 simulator] PlatformException(multiple_request, Cancelled by a second request, null, null) when picking the first default image from the ios simulator [#82602](https://github.com/flutter/flutter/issues/82602) This is an old issue that has been getting quite a bit of attention recently - -### Issue counts - -#### Flutter - -New Flutter issues triaged 177, closed 59 (33.33%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.370% | -| Fixed | 19.444% | -| Invalid | 45.370% | -| Solved | 13.889% | -| Timeout | 0.926% | - -#### Flutter/website - -New Flutter website issues triaged 3, closed 1 (33.33%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Fixed | 71.4% | -| Invalid | 14.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 4 (28.57%). - -In total closed 10 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| invalid | 20%| -| no-response | 20% | -| solution-provided | 40% | - -## 2022-04-22 - -### Notable issues - -- [Regression][iOS]: os.activity library is broken in Flutter 2.13 [#102330](https://github.com/flutter/flutter/issues/102330) -- Can't paste into TextField when copying from Samsung Notes, MS Word, and MS Excel on Android -[#74320](https://github.com/flutter/flutter/issues/74320) -- [WEB] TextField actions are not triggered on Android [#89384](https://github.com/flutter/flutter/issues/89384) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 179, closed 61 (34.08%). - -In total closed 126 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.2% | -| Fixed | 24.6% | -| Invalid | 34.9% | -| Solved | 14.3% | - -#### Flutter/website - -New Flutter website issues triaged 7, closed 1 (14.29%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 66.7% | -| Invalid | 33.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 0 (0%). - - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 8 (38.1%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 9.52% | -| fixed | 14.29% | -| invalid | 19.05%| -| no-response | 23.81% | -| solution-provided | 19.05% | -| user | 14.29% | - -## 2022-04-14 - -### Notable issues - -No issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 143, closed 58 (40.56%). - -In total closed 87 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29.89% | -| Fixed | 17.24% | -| Invalid | 47.13% | -| Solved | 5.75% | - -#### Flutter/website - -New Flutter website issues triaged 3, closed 1 (33.33%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 66.7% | -| Invalid | 33.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 1 (50%). - -In total closed 3 issues during the week. - - -| Reason for closing | | -| -- | -- | -| duplicate | 33.3% | -| fixed | 33.3% | -| solved | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 16, closed 4 (25%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 23.08% | -| invalid | 23.08%| -| no-response | 38.46% | -| solution-provided | 7.69% | -| user | 7.69% | - -## 2022-04-08 - -### Notable issues - -- [WEB] Rendering issue after opening keyboard on IOS [#101288](https://github.com/flutter/flutter/issues/101288) -- Modal bottom sheets created using showModalBottomSheet get cut off by the system navigation [#101247](https://github.com/flutter/flutter/issues/101247) (This is a regression in `beta` which has been fixed on `master`) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 204, closed 86 (42.16%). - -In total closed 138 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.261% | -| Fixed | 15.942% | -| Invalid | 41.304% | -| Solved | 13.768% | -| Timeout | 0.725% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 0 (0%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 0 (0%). - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 5 (22.73%). - -In total closed 29 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 6.90% | -| fixed | 31.03% | -| invalid | 24.14%| -| no-response | 10.34% | -| solution-provided | 24.14% | -| user | 3.45% | - -## 2022-04-01 - -### Notable issues - -- Opacity clips SingleChildScrollView content [#101110](https://github.com/flutter/flutter/issues/101110) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 193, closed 71 (36.79%). - -In total closed 118 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.12% | -| Fixed | 21.19% | -| Invalid | 43.22% | -| Solved | 8.47% | - -#### Flutter/website - -New Flutter website issues triaged 6, closed 2 (33.33%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Fixed | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 0 (0%). - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 4 (23.53%). - -In total closed 26 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 3.85% | -| fixed | 26.92% | -| invalid | 7.69%| -| no-response | 34.62% | -| solution-provided | 15.38% | -| user | 11.54% | - - -## 2022-03-25 - -### Notable issues - -- [Regression]: Scrolling through the list shows spike in performance on latest beta and master. [#100523](https://github.com/flutter/flutter/issues/100523) -- Flutter Module might not compile if they depend on a plugin which uses old kotlin version [#100613](https://github.com/flutter/flutter/issues/100613) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 179, closed 69 (38.55%). - -In total closed 122 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 24.6% | -| Fixed | 21.3% | -| Invalid | 40.2% | -| Solved | 13.9% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 2 (25%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.7% | -| Fixed | 33.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 2 (66.67%). - -In total closed 3 issue during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 33.3% | -| invalid | 33.3% | -| solved | 33.3% | - -#### Flutterfire - -New Flutterfire issues triaged 16, closed 3 (18.75%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 22.2% | -| fixed | 11.1% | -| invalid | 16.7%| -| no-response | 27.8% | -| solution-provided | 11.1% | -| user | 11.1% | - - -## 2022-03-18 - -### Notable issues - -- [macOS][m1] App crashes in release mode upon app launch [#100348](https://github.com/flutter/flutter/issues/100348) -- [Windows]: Null Safety Migration tool 404 error [#100134](https://github.com/flutter/flutter/issues/100134) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 205, closed 73 (35.61%). - -In total closed 114 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.1% | -| Fixed | 14.9% | -| Invalid | 47.4% | -| Solved | 16.7% | - -#### Flutter/website - -New Flutter website issues triaged 12, closed 1 (8.33%). - -In total closed 9 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 11.1% | -| Fixed | 88.9% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 8 (32%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 8% | -| fixed | 16% | -| invalid | 24%| -| no-response | 40% | -| solution-provided | 8% | -| user | 4% | - - - -## 2022-03-11 - -### Notable issues - -- Displaying a Material icon from a Text widget with MaterialIcons fontFamily is not working in hotfix 2.10.3 [#99808](https://github.com/flutter/flutter/issues/99808) -- TextField hint and input text go outside of given constraints. [#99914](https://github.com/flutter/flutter/issues/99914) -- [Windows][Desktop]: debug build of template app not working using VS2019. Throwing Error `waiting for a debug connection: The log reader stopped unexpectedly, or never started` [#99915](https://github.com/flutter/flutter/issues/99915) -- [Web][iOS]: Text field selection with obscuredText: true has grey selection [#99918](https://github.com/flutter/flutter/issues/99918) -- [Web]: A multiline TextFormField doesn't trigger onFieldSubmitted [#99900](https://github.com/flutter/flutter/issues/99900) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 190, closed 52 (27.37%). - -In total closed 101 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.7% | -| Fixed | 20.8% | -| Invalid | 29.7% | -| Solved | 22.8% | - -#### Flutter/website - -New Flutter website issues triaged 10, closed 2 (20%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Fixed | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 1 (100%). - -In total close 4 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| fixed | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 24, closed 7 (29.17%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 8% | -| fixed | 20% | -| invalid | 36%| -| no-response | 16% | -| solution-provided | 16% | -| user | 4% | - - - -## 2022-03-04 - -### Notable issues - -- Flutter App freezes after animating for a few seconds [#99288](https://github.com/flutter/flutter/issues/99288) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 199, closed 68 (34.17%). - -In total closed 127 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 23.6% | -| Fixed | 22.8% | -| Invalid | 40.2% | -| Solved | 13.4% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 4 (50%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.6% | -| Fixed | 42.9% | -| Invalid | 28.6% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 1 (100%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 1 (20%). - -In total close 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 26, closed 8 (30.77%). - -In total closed 24 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 4.17% | -| fixed | 25.00% | -| invalid | 20.83%| -| no-response | 33.33% | -| solution-provided | 16.67% | - - -## 2022-02-25 - -### Notable issues - -- Using SystemChrome.setEnabledSystemUIMode in profile/release mode leads to blank screen (This only reproduces on `stable`) [#98973](https://github.com/flutter/flutter/issues/98973) -- [Android] App crashes when rotating screen with drawer open (Profile & Release) (This only reproduces on `stable`) [#98955](https://github.com/flutter/flutter/issues/98955) -- Ternary expression behaviour differs in debug mode from profile mode or release mode. A fix is in flight per [this comment](https://github.com/flutter/flutter/issues/98967#issuecomment-1050155558) [#98967](https://github.com/flutter/flutter/issues/98967) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 162, closed 70 (43.21%). - -In total closed 110 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.2% | -| Fixed | 16.4% | -| Invalid | 42.7% | -| Solved | 12.7% | - -#### Flutter/website - -New Flutter website issues triaged 9, closed 2 (22.22%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 1, closed 0 (0%). - -In total close 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 7 (33.33%). - -In total closed 10 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| fixed | 10% | -| invalid | 40%| -| no-response | 10% | -| solution-provided | 20% | - -## 2022-02-18 - -### Notable issues - -- [ios][regression] Visual glitch when scrolling a list in a Scaffold that has a Material and Container as bottomNavigationBar [#98739](https://github.com/flutter/flutter/issues/98739) -- Failing EditableText vertical caret movement tests [#98592](https://github.com/flutter/flutter/issues/98592) -- [android][platform_views] Views are not properly updated on Android Q [#98722](https://github.com/flutter/flutter/issues/98722) -- [windows] Crash: Can't locate continuation PC for deoptid 6 within package:flutter/src/widgets/framework.dart_StatefulElement_get__state@31042623 [#98682](https://github.com/flutter/flutter/issues/98682) -- Issue with background isolate when obfuscating Android APK / AppBundle [#98475](https://github.com/flutter/flutter/issues/98475) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 223, closed 90 (40.36%). - -In total closed 146 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.6% | -| Fixed | 15.1% | -| Invalid | 37.7% | -| Solved | 13.7% | - -#### Flutter/website - -New Flutter website issues triaged 5, closed 0 (0%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 5, closed 0 (0%). - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 8 (25.81%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 21.43% | -| fixed | 7.14% | -| invalid | 35.71%| -| no-response | 14.29% | -| solution-provided | 21.43% | - -## 2022-02-11 - -### Notable issues - -- [stable 2.10] Snackbar with a BackdropFilter blurs entire screen [#98205](https://github.com/flutter/flutter/issues/98205) -- TabController does not consistently update TabBarViews when same controller is used [#98087](https://github.com/flutter/flutter/issues/98087) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 232, closed 84 (36.21%). - -In total closed 136 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 30.9% | -| Fixed | 19.9% | -| Invalid | 31.6% | -| Solved | 17.6% | - -#### Flutter/website - -New Flutter website issues triaged 9, closed 4 (44.44%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25% | -| Fixed | 25% | -| Invalid | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 3, closed 1 (33.33%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| invalid | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 10 (40%). - -In total closed 26 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 19.23% | -| fixed | 7.69% | -| invalid | 15.38%| -| no-response | 34.62% | -| solution-provided | 11.54% | -| user | 11.54% | - - -## 2022-02-04 - -### Notable issues - -- [image_picker] Android application crashes with google_mobile_ads [#97267](https://github.com/flutter/flutter/issues/97267) -- [stable 2.10] New material icons are not properly rendered [#97767](https://github.com/flutter/flutter/issues/97767) -- [camera] Android 12 - camera plugin fails to take a photo, loads indefinitely [#92973](https://github.com/flutter/flutter/issues/92973) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 162, closed 70 (43.21%). - -In total closed 104 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 40.4% | -| Fixed | 13.5% | -| Invalid | 35.6% | -| Solved | 10.6% | - -#### Flutter/website - -New Flutter website issues triaged 10, closed 3 (30%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.3% | -| Invalid | 66.7% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 2 (50%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| invalid | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 8 (36.36%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 12.5% | -| fixed | 12.5% | -| invalid | 25.0%| -| no-response | 18.8% | -| solution-provided | 18.8% | -| user | 12.5% | - - -## 2022-01-28 - -### Notable issues - -- [Android] App becomes unresponsive after switching back from background [#97346](https://github.com/flutter/flutter/issues/97346) -- [video_player][IOS] VideoPlayerController.network is blocking the UI while loading [#97356](https://github.com/flutter/flutter/issues/97356) -- [Android Studio BumbleBee 2021.1.1]: flutter doctor shows `CocoaPods not installed. Skipping pod install` [#97251](https://github.com/flutter/flutter/issues/97251) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 194, closed 64 (32.99%). - -In total closed 110 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34.5% | -| Fixed | 20.0% | -| Invalid | 33.6% | -| Solved | 11.8% | - -#### Flutter/website - -New Flutter website issues triaged 11, closed 1 (9.09%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Fixed | 50% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 1 (25%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 25, closed 10 (40%). - -In total closed 28 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 14.29% | -| fixed | 25.00% | -| invalid | 14.29%| -| no-response | 14.29% | -| solution-provided | 10.71% | -| user | 17.86% | -| wontfix | 3.57% | - -## 2022-01-21 - -### Notable issues - -- Invalid TextField scroll offset change on paste from toolbar [#96658](https://github.com/flutter/flutter/issues/96658) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 161, closed 58 (36.02%). - -In total closed 102 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 31.4% | -| Fixed | 26.5% | -| Invalid | 29.4% | -| Solved | 12.7% | - -#### Flutter/website - -New Flutter website issues triaged 8, closed 4 (50%). - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 80% | -| Invalid | 20% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 4, closed 2 (50%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 15 (48.39%). - -In total closed 22 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 22.73% | -| fixed | 4.55% | -| invalid | 50.00%| -| no-response | 18.18% | -| user | 4.55% | - - -## 2022-01-14 - -### Notable issues - -- Programmatically selecting text in unfocused textfield is not working [#96339](https://github.com/flutter/flutter/issues/96339) -- [Android] Removing Deprecated Manifest Splash results in blank screen and prevents the app from starting [#93668](https://github.com/flutter/flutter/issues/93668) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 181, closed 56 (30.94%). - -In total closed 109 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.67% | -| Fixed | 23.9% | -| Invalid | 31.2% | -| Solved | 18.3% | - -#### Flutter/website - -New Flutter website issues triaged 13, closed 2 (15.38%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 66.67% | -| Invalid | 33.3% | - -#### dart-lang/site-www - -New Dart site issues triaged 0, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 6, closed 3 (50%). - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 80% | -| solved | 20% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 2 (9.52%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 11.1% | -| fixed | 27.8% | -| invalid | 11.1%| -| no-response | 11.1% | -| solution-provided | 11.1% | -| user | 27.8% | - -## 2022-01-07 - -### Notable issues - -- [TextField]`backgroundColor` covers/hides cursor and text selection [#96112](https://github.com/flutter/flutter/issues/96112) -- image_picker on iOS: With `Select Photos` access, selecting a different GIF than the one selected earlier won’t animate [#96263](https://github.com/flutter/flutter/issues/96263) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 152, closed 48 (31.58%). - -In total closed 95 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34.7% | -| Fixed | 15.8% | -| Invalid | 32.6% | -| Solved | 16.8% | - -#### Flutter/website - -New Flutter website issues triaged 7, closed 4 (57.14%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.6% | -| Fixed | 42.9% | -| Invalid | 28.6% | - -#### dart-lang/site-www - -New Dart site issues triaged 1, closed 0 (0%). - -#### Googleads-mobile-flutter - -New Google Ads Flutter issues triaged 2, closed 1 (50%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 28, closed 5 (17.86%). - -In total closed 24 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 41.7% | -| invalid | 12.5%| -| no-response | 12.5% | -| solution-provided | 16.7% | -| user | 16.7% | \ No newline at end of file diff --git a/docs/wiki_archive/Nevercode [TBD]/2023-Issue-Triage-Reports.md b/docs/wiki_archive/Nevercode [TBD]/2023-Issue-Triage-Reports.md deleted file mode 100644 index 7d4b723fe1..0000000000 --- a/docs/wiki_archive/Nevercode [TBD]/2023-Issue-Triage-Reports.md +++ /dev/null @@ -1,3477 +0,0 @@ -## 2023-12-29 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 85, closed 29 (34.12%). - -In total closed 36 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 47.22% | -| Fixed | 11.11% | -| Invalid | 33.33% | -| Solved | 8.33% | - -Issues closed due to inactivity: 32 - -Size of backlog: 120 - -#### Flutter/website - -New website issues triaged 2, closed 1 (50%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 5, closed 1 (20%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 1 (50%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - - -## 2023-12-22 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 110, closed 35 (31.82%). - -In total closed 74 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 24.32% | -| Fixed | 28.38% | -| Invalid | 39.19% | -| Solved | 8.11% | - -Issues closed due to inactivity: 28 - -Size of backlog: 117 - -#### Flutter/website - -New website issues triaged 4, closed 1 (25%) - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 33.33% | -| invalid | 33.33% | -| wont-fix | 33.33% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 1 (6.67%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 5.26% | -| invalid | 31.58% | -| no-response | 31.58% | -| solution-provided | 21.05% | -| user | 10.53% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 4, closed 1 (25%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 33.33% | -| no-response | 66.67% | - - -## 2023-12-15 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 155, closed 42 (27.1%). - -In total closed 95 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.32% | -| Fixed | 27.37% | -| Invalid | 28.42% | -| Solved | 17.89% | - -Issues closed due to inactivity: 29 - -Size of backlog: 125 - -#### Flutter/website - -New website issues triaged 2, closed 0 (0%) - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 66.67% | -| duplicate | 33.33% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 3, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 3 (16.67%). - -In total closed 22 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 22.73% | -| invalid | 9.09% | -| no-response | 40.91% | -| solution-provided | 9.09% | -| user | 18.18% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 1, closed 0 (0%). - -No issue closed during the week - - -## 2023-12-08 -### Notable issues - -- [Android][iOS] Builds generated on different machines have different sizes [#137990](https://github.com/flutter/flutter/issues/137990) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 164, closed 38 (23.17%). - -In total closed 92 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34% | -| Fixed | 18% | -| Invalid | 24% | -| Solved | 24% | - -Issues closed due to inactivity: 19 - -Size of backlog: 121 - -#### Flutter/website - -New website issues triaged 3, closed 0 (0%) - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 4 (26.67%). - -In total closed 20 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 15% | -| duplicate | 5% | -| invalid | 5% | -| no-response | 60% | -| solution-provided | 15% | - - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 0, closed 0 (0%). - -In total, closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| solution-provided | 100% | - - -## 2023-12-01 -### Notable issues - -- Specifying filter quality for `Transform.scale()` clips the child content on web [#139028](https://github.com/flutter/flutter/issues/139028) -- [Impeller] ImageFiltered flickers when widget is rendered on top [#139294](https://github.com/flutter/flutter/issues/139294) -- Nested MenuAnchors throw ‘A TextEditingController was used after being disposed’ when MenuItem is selected [#139266](https://github.com/flutter/flutter/issues/139266) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 156, closed 20 (12.82%). - -In total closed 75 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 24% | -| Fixed | 44% | -| Invalid | 15% | -| Solved | 17% | - -Issues closed due to inactivity: 26 - -Size of backlog: 111 - -#### Flutter/website - -New website issues triaged 5, closed 1 (20%) - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| fixed | 80% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 1 (100%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 4 (26.67%). - -In total closed 34 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 41.18% | -| duplicate | 8.82% | -| invalid | 8.82% | -| no-response | 20.59% | -| solution-provided | 17.65% | -| user issue | 2.94% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 0 (0%). - -In total closed 3 issue during the week - -| Reason for closing | | -| -- | -- | -| fixed | 33.3% | -| no-response | 33.3% | -| solution-provided | 33.3% | - - -## 2023-11-24 -### Notable issues - -Overscroll effect isn’t rendered properly when scrolling with backdrop filter blur on 3.16 [138940](https://github.com/flutter/flutter/issues/138940) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 142, closed 38 (26.76%). - -In total closed 68 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25.00% | -| Fixed | 30.88% | -| Invalid | 26.47% | -| Solved | 17.65% | - -Issues closed due to inactivity: 33 - -Size of backlog: 101 - -#### Flutter/website - -New website issues triaged 7, closed 3 (42.86%) - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 75.00% | -| fixed | 25.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issue closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 3 (14.29%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 28.57% | -| duplicate | 14.29% | -| solution-provided | 28.57% | -| user | 14.29% | -| invalid | 14.29% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 1, closed 0 (0%). - -No issue closed during the week. - - -## 2023-11-17 -### Notable issues - -Share button in textfield menu crashes app on iPad [#138550](https://github.com/flutter/flutter/issues/138550) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 119, closed 35 (29.41%). - -In total closed 68 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.59% | -| Fixed | 27.94% | -| Invalid | 33.82% | -| Solved | 17.65% | - -Issues closed due to inactivity: 19 - -Size of backlog: 110 - -#### Flutter/website - -New website issues triaged 5, closed 1 (20.00%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| fixed | 50% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issue closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 3 (16.67%). - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 14.29% | -| duplicate | 15.38% | -| solution-provided | 14.29% | -| user | 28.57% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 0 (0%). - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| user | 50.00% | -| solution-provided | 50.00% | - - -## 2023-11-10 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 125, closed 31 (24.8%). - -In total closed 68 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.59% | -| Fixed | 32.35% | -| Invalid | 27.94% | -| Solved | 19.12% | - -Issues closed due to inactivity: 22 - -Size of backlog: 93 - -#### Flutter/website - -New website issues triaged 3, closed 1 (33.33%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50% | -| fixed | 50% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issue closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 5, closed 1 (20%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 5 (26.32%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 15.38% | -| duplicate | 15.38% | -| invalid | 30.77% | -| no-response | 23.08% | -| solution-provided | 7.69% | -| user | 7.69% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 0, closed 0 (0%). - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - - - -## 2023-11-03 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 140, closed 39 (27.86%). - -In total closed 83 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 31% | -| Fixed | 33% | -| Invalid | 19% | -| Solved | 17% | - -Issues closed due to inactivity: 37 - -Size of backlog: 92 - -#### Flutter/website - -New website issues triaged 1, closed 0 (0%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| wont fix | 50% | -| fixed | 50% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 1 (100%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 1 (50%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 8 (40%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 12.5% | -| duplicate | 6.3% | -| invalid | 18.8% | -| no-response | 12.5% | -| solution-provided | 25.0% | -| user issue | 25.0% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 0 (0%). - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - - -## 2023-10-27 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 128, closed 35 (27.34%). - -In total closed 73 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 32.88% | -| Fixed | 21.92% | -| Invalid | 27.40% | -| Solved | 17.81% | - -Issues closed due to inactivity: 18 - -Size of backlog: 96 - -#### Flutter/website - -New website issues triaged 3, closed 0 (0%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issue closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 1 (33.33%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 7 (31.82%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 27.27% | -| Duplicate | 45.45% | -| invalid | 9.09% | -| no-response | 9.09% | -| solution-provided | 9.09% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 1, closed 0 (0%). - -No issue closed during the week - - -## 2023-10-20 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 132, closed 44 (33.33%). - -In total closed 77 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.57% | -| Fixed | 28.57% | -| Invalid | 33.77% | -| Solved | 9.09% | - -Issues closed due to inactivity: 29 - -Size of backlog: 89 - -#### Flutter/website - -New website issues triaged 8, closed 0 (0%) - -No issue closed during the week - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issue closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 1 (50%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 8 (38.1%). - -In total closed 25 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 16.00% | -| Duplicate | 24.00% | -| user | 12.00% | -| invalid | 8.00% | -| no-response | 28.00% | -| solution-provided | 12.00% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 8, closed 1 (12.50%). - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 66.67% | -| invalid | 33.33% | - - -## 2023-10-13 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 147, closed 52 (35.37%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 31.48% | -| Fixed | 30.56% | -| Invalid | 23.15% | -| Solved | 14.81% | - -Issues closed due to inactivity: 25 - -Size of backlog: 98 - -#### Flutter/website - -New website issues triaged 3, closed 1 (33.33%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issue closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 5, closed 5 (100%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 33.33% | -| duplicate | 50.00% | -| fixed | 16.67% | - -#### Flutterfire - -New Flutterfire issues triaged 10, closed 3 (30.00%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 14.29% | -| user | 14.29% | -| invalid | 14.29% | -| no-response | 38.10% | -| solution-provided | 19.05% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 1 (50.00%). - -In total closed 6 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 50.00% | -| duplicate | 16.67% | -| invalid | 16.67% | -| solution-provided | 16.67% | - - -## 2023-10-06 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 105, closed 34 (32.38%). - -In total closed 77 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 25.97% | -| Fixed | 24.68% | -| Invalid | 27.27% | -| Solved | 22.08% | - -Issues closed due to inactivity: 26 - -Size of backlog: 103 - -#### Flutter/website - -New website issues triaged 4, closed 1 (25.00%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 75.00% | -| invalid | 25.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issue closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 0, closed 0 (0%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| solved | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 10, closed 1 (10.00%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 27.78% | -| user | 22.22% | -| invalid | 11.11% | -| no-response | 33.33% | -| solution-provided | 5.56% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 7, closed 0 (0%). - -No issue closed during the week - - -## 2023-09-30 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 178, closed 41 (23.03%). - -In total closed 95 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.00% | -| Fixed | 31.58% | -| Invalid | 28.42% | -| Solved | 20.00% | - -Issues closed due to inactivity: 27 - -Size of backlog: 158 - -#### Flutter/website - -New website issues triaged 4, closed 2 (50.00%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 60.00% | -| invalid | 40.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 1 (50.00%) - -No issue closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 0, closed 0 (0%) - -No issue closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 4 (28.57%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 16.67% | -| invalid | 16.67% | -| no-response | 50.00% | -| solution-provided | 16.67% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 1, closed 0 (0%). - -No issue closed during the week - - - -## 2023-09-22 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 140, closed 33 (23.57%). - -In total closed 81 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27% | -| Fixed | 37% | -| Invalid | 20% | -| Solved | 16% | - -Issues closed due to inactivity: 20 - -Size of backlog: 169 - -#### Flutter/website - -New website issues triaged 4, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 3, closed 1 (33.3%) - -1 issue closed during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 1 (50%) - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 7 (36.84%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 11% -| fixed | 21% | -| invalid | 16% | -| no-response | 26% | -| solution-provided | 16% | -| user issue | 11% | - - -## 2023-09-15 -### Notable issues - -* This issue seems serious, it causes the app to freeze completely [#134716](https://github.com/flutter/flutter/issues/134716) -* Password bar in the keyboard is flashing when using TextField with AutofillHints.password on iOS 17 -[#134723](https://github.com/flutter/flutter/issues/134723) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 181, closed 56 (29.83%). - -In total closed 106 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 30.19% | -| Fixed | 29.25% | -| Invalid | 22.64% | -| Solved | 17.92% | - -Issues closed due to inactivity: 27 - -Size of backlog: 174 - -#### Flutter/website - -New website issues triaged 5, closed 0 (0%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 5, closed 2 (40.00%) - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 5 (25.00%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| no-response | 27.27% | -| solution-provided | 36.36% | -| duplicate | 9.09% | -| invalid | 27.27% | - - -## 2023-09-08 -### Notable issues - -Camera CameraCaptureSession.close() crash [#114012](https://github.com/flutter/flutter/issues/114012) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 157, closed 46 (29.3%). - -In total closed 91 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 35.16% | -| Fixed | 18.68% | -| Invalid | 31.87% | -| Solved | 14.29% | - -Issues closed due to inactivity: 24 - -Size of backlog: 175 - -#### Flutter/website - -New website issues triaged 2, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 1 (50.00%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 16, closed 4 (25.00%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| no-response | 42.86% | -| solution-provided | 14.29% | -| duplicate | 14.29% | -| invalid | 21.43% | -| fixed | 7.14% | - - -## 2023-09-01 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 152, closed 52 (34.21%). - -In total closed 148 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.35% | -| Fixed | 37.16% | -| Invalid | 25.68% | -| Solved | 10.81% | - -Issues closed due to inactivity: 29 - -Size of backlog: 175 - -#### Flutter/website - -New website issues triaged 1, closed 0 (0%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 1, closed 0 (0%) - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 9, closed 0 (0%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| no-response | 50.00% | -| solution-provided | 25.00% | -| fixed | 25.00% | - - -## 2023-08-25 -### Notable issues - -Web apps fail to render on iOS 14 devices with canvaskit [#132927](https://github.com/flutter/flutter/issues/132927) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 165, closed 53 (32.12%). - -In total closed 106 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.36% | -| Fixed | 29.25% | -| Invalid | 23.58% | -| Solved | 19.81% | - -Issues closed due to inactivity: 24 - -Size of backlog: 169 - -#### Flutter/website - -New website issues triaged 2, closed 1 (50%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 80.00% | -| invalid | 20.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 4, closed 1 (25.00%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 12, closed 2 (16.67%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 27.27% | -| no-response | 36.36% | -| solution-provided | 9.09% | -| fixed | 27.27% | - -## 2023-08-18 -### Notable issues - -IconTreeShakerException: Font subsetting failed with exit code 255 [#132711](https://github.com/flutter/flutter/issues/132711) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 149, closed 46 (30.87%). - -In total closed 86 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29.07% | -| Fixed | 30.23% | -| Invalid | 26.74% | -| Solved | 13.95% | - -Issues closed due to inactivity: 19 - -Size of backlog: 189 - -#### Flutter/website - -New website issues triaged 8, closed 3 (37.5%) - -In total closed 7 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 42.86% | -| invalid | 57.14% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 0 (0%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 4 (20%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 21.05% | -| no-response | 31.58% | -| solution-provided | 5.26% | -| fixed | 31.58% | -| user | 10.53% | - -## 2023-08-11 -### Notable issues - -Lagging in iOS 16.6 iPhone high frame rates devices [#131319](https://github.com/flutter/flutter/issues/131319) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 166, closed 50 (30.12%). - -In total closed 112 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 21.43% | -| Fixed | 38.39% | -| Invalid | 29.46% | -| Solved | 10.71% | - -Issues closed due to inactivity: 30 - -Size of backlog: 183 - -#### Flutter/website - -New website issues triaged 6, closed 3 (50%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 25.00% | -| invalid | 75.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 6, closed 4 (66.67%) - -In total closed 5 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 80.00% | -| invalid | 20.00% | - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 5 (33.33%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 16.67% | -| invalid | 27.78% | -| no-response | 27.78% | -| solution-provided | 5.56% | -| fixed | 11.11% | -| user | 11.11% | - - -## 2023-08-04 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 133, closed 54 (40.6%). - -In total closed 79 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 39.24% | -| Fixed | 21.52% | -| Invalid | 25.32% | -| Solved | 13.92% | - -Issues closed due to inactivity: 33 - -#### Flutter/website - -New website issues triaged 3, closed 2 (66.67%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 25.00% | -| invalid | 25.00% | -| duplicate | 50.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 0 (0%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 3 (16.67%). - -In total closed 8 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 12.50% | -| invalid | 12.50% | -| no-response | 50.00% | -| solution-provided | 25.00% | - - -## 2023-07-28 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 142, closed 49 (34.51%). - -In total closed 95 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 37.89% | -| Fixed | 25.26% | -| Invalid | 22.11% | -| Solved | 14.74% | - -Issues closed due to inactivity: 30 - -#### Flutter/website - -New website issues triaged 7, closed 1 (14.29%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 80.00% | -| invalid | 20.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 5, closed 2 (40.00%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 50.00% | -| duplicate | 50.00% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 6 (28.57%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 28.57% | -| duplicate | 23.81% | -| user | 14.29% | -| no-response | 14.29% | -| solution-provided | 19.05% | - -## 2023-07-21 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 182, closed 55 (30.22%). - -In total closed 96 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.92% | -| Fixed | 25.00% | -| Invalid | 33.33% | -| Solved | 18.75% | - -Issues closed due to inactivity: 41 - -#### Flutter/website - -New website issues triaged 1, closed 0 (0%) - -In total closed 5 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 4, closed 1 (25.00%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100.00% | - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 3 (9.68%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 15.38% | -| duplicate | 30.77% | -| invalid | 7.69% | -| user | 15.38% | -| no-response | 15.38% | -| solution-provided | 15.38% | - - -## 2023-07-14 -### Notable issues - -[Material3] AppBar does not respect foregroundColor or iconTheme for leading and actions in some cases [#130485](https://github.com/flutter/flutter/issues/130485) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 138, closed 36 (26.09%). - -In total closed 77 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20.78% | -| Fixed | 29.87% | -| Invalid | 37.66% | -| Solved | 11.69% | - -Issues closed due to inactivity: 29 - -#### Flutter/website - -New website issues triaged 4, closed 0 (0%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| fixed | 50.00% | -| invalid | 25.00% | -| wont-fix | 25.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 4, closed 2 (50%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 0 (0%) - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 8 (38.1%). - -In total closed 27 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 29.63% | -| duplicate | 25.93% | -| invalid | 7.41% | -| user | 7.41% | -| no-response | 14.81% | -| solution-provided | 14.81% | - -## 2023-07-07 -### Notable issues - -No notable issues to highlight - -### Issue counts - -#### Flutter - -New Flutter issues triaged 130, closed 41 (31.54%). - -In total closed 74 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 39% | -| Fixed | 22% | -| Invalid | 26% | -| Solved | 14% | - -Issues closed due to inactivity: 25 - -#### Flutter/website - -New website issues triaged 5, closed 0 (0%) - -No issues were closed during the week - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 0 (0%) - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 5 (29.41%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 15% | -| invalid | 15% | -| no-response | 38% | -| solution-provided | 31% | - - -## 2023-06-30 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 155, closed 52 (33.55%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 36.67% | -| Fixed | 26.67% | -| Invalid | 23.33% | -| Solved | 13.33% | - -Issues closed due to inactivity: 25 - -#### Flutter/website - -New website issues triaged 0, closed 0 (0%). - -In total closed 3 issue during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - -#### dart-lang/site-www - -New website issues triaged 1, closed 0 (0%). - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 0 (0%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 4 (26.67%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 33.33% | -| Solution provided | 8.33% | -| Duplicate | 16.67% | -| User | 16.67% | -| Invalid | 16.67% | -| No response | 8.33% | - - -## 2023-06-23 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 152, closed 49 (32.24%). - -In total closed 82 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 38% | -| Fixed | 23% | -| Invalid | 24% | -| Solved | 15% | - -Issues closed due to inactivity: 22 - -#### Flutter/website - -New website issues triaged 3, closed 0 (0%). - -No issues closed during the week. - -#### dart-lang/site-www - -No new dart-lang/site-www issues triaged. - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 1 (50%) - -In total closed 2 issue during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 50% | -| Solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 13, closed 1 (7.69%). - -In total closed 6 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 33% | -| Solution provided | 17% | -| Duplicate | 33% | -| User | 17% | - -## 2023-06-16 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 159, closed 68 (43%). - -In total closed 112 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27% | -| Fixed | 30% | -| Invalid | 26% | -| Solved | 17% | - -Issues closed due to inactivity: 23 - -#### Flutter/website - -New website issues triaged 2, closed 0 (20%). - -No issues closed during the week. - -#### dart-lang/site-www - -No new dart-lang/site-www issues triaged. - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 1 (33%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 24, closed 5 (21%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 10.5% | -| Invalid | 5.3% | -| Solution provided | 10.5% | -| Duplicate | 15.8% | -| No response | 57.9% | - - -## 2023-06-09 -### Notable issues - -No notable issues to highlight. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 164, closed 45 (27.44%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29% | -| Fixed | 31% | -| Invalid | 28% | -| Solved | 12% | - -Issues closed due to inactivity: 41 - -#### Flutter/website - -New website issues triaged 5, closed 1 (20%) - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 25% | -| Duplicate | 50% | -| Wont Fix | 25% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 4, closed 0 (100%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 12, closed 2 (16.67%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 8.3% | -| invalid | 16.67% | -| solution-provided | 25% | -| user issue | 25% | -| no response | 25% | - - -## 2023-06-02 -### Notable issues - -Android build fails with certain plugins if project is in a different drive (from sdk) [#105395](https://github.com/flutter/flutter/issues/105395) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 157, closed 57 (36.31%). - -In total closed 82 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 35.37% | -| Fixed | 30.49% | -| Invalid | 30.49% | -| Solved | 3.66% | - -Issues closed due to inactivity: 25 - -#### Flutter/website - -New website issues triaged 5, closed 1 (20%) - -In total closed 7 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 57.14% | -| Duplicate | 28.57% | -| Wont Fix | 14.29% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 3, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 2 (100%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 3 (14.29%). - -In total closed 6 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 16.67% | -| fixed | 16.67% | -| invalid | 16.67% | -| solution-provided | 33.33% | -| user issue | 16.67% | - - - - -## 2023-05-26 -### Notable issues - -No major issues to report this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 179, closed 72 (40.22%). - -In total closed 113 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 44% | -| Fixed | 25% | -| Invalid | 21% | -| Solved | 8% | - -Issues closed due to inactivity: 20 - -#### Flutter/website - -New website issues triaged 5, closed 0 (0%) - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 92.31% | -| Duplicate | 7.69% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 6, closed 2 (33.33%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 26, closed 2 (7.69%). - -In total closed 33 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 3.03% | -| fixed |15.15% | -| invalid | 15.15% | -| solution-provided | 51.52% | -| user issue | 15.15% | - - - - - - - - - - - - - - - - - - - - - - - - - - - -## 2023-05-19 -### Notable issues -- [Impeller] [Flutter 3.10]: Codec failed to produce an image [#126768](https://github.com/flutter/flutter/issues/126768) -- Intermittent VM Heap crash during hot-reload since Flutter 3.10/Dart 3.0 [#126884](https://github.com/flutter/flutter/issues/126884) -- [Flutter 3.10+]`RenderRepaintBoundary.toImage` does not work [#126976](https://github.com/flutter/flutter/issues/126976) -- [Web] Image.network stopped loading progress indicator Flutter 3.10 [#127127](https://github.com/flutter/flutter/issues/127127) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 213, closed 64 (30.05%). - -In total closed 121 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 31% | -| Fixed | 26% | -| Invalid | 29% | -| Solved | 14% | - -Issues closed due to inactivity: 28 - -#### Flutter/website - -New website issues triaged 3, closed 1 (33.33%) - -In total closed 8 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 62.5% | -| Invalid | 37.5% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 31, closed 6 (19.35%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 28.57% | -| fixed |14.29% | -| invalid | 7.14% | -| no-response | 14.29% | -| solution-provided | 21.43% | -| user issue | 14.29% | - - -## 2023-05-12 - -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 169, closed 41 (24.26%). - -In total closed 83 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27% | -| Fixed | 33% | -| Invalid | 29% | -| Solved | 12% | - -Issues closed due to inactivity: 28 - -#### Flutter/website - -New website issues triaged 10, closed 1(10%) - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| Fixed | 75% | -| Invalid | 25% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 7, closed 0 (0%) - -No issues closed during the week. - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 8, closed 4 (50%) - -In total closed 6 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 33 % | -| invalid | 50% | -| solved | 17% | - -#### Flutterfire - -New Flutterfire issues triaged 27, closed 4 (14.81%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 18.2% | -| fixed |9.1% | -| invalid | 36.4% | -| user issue |36.4% | - -## 2023-05-05 - -### Notable issues -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 134, closed 52 (38.81%). - -In total closed 88 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 31% | -| Fixed | 16% | -| Invalid | 26% | -| Solved | 27% | - -Issues closed due to inactivity: 31 - -#### Flutter/website - -New website issues triaged 1, closed 0(0%) - -No issues closed during the week - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 1 (50%) - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 26, closed 12 (46.15%). - -In total closed 20 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 15% | -| fixed |5% | -| invalid | 35% | -| no-response |25% | -| solution-provided | 10% | -| user issue | 5% | -| wontfix | 5% | - -## 2023-04-28 - -### Notable issues -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 128, closed 39 (30.47%). - -In total closed 84 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 24% | -| Fixed | 32% | -| Invalid | 31% | -| Solved | 13% | - -Issues closed due to inactivity: 21 - -#### Flutter/website - -New website issues triaged 8, closed 1 (12.5%) - -In total closed 7 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 86% | -| invalid | 14% | - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 2, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 50% | -| solved | 50% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 5 (25%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 6.7% | -| fixed |20.0% | -| invalid | 20.0% | -| no-response |20.0% | -| solution-provided | 33.3% | - -## 2023-04-21 - -### Notable issues -- [tool_crash] _CastError: (#0 new WebPlugin.fromYaml (package:flutter_tools/src/platform_plugins.dart:548:34)) [#115738](https://github.com/flutter/flutter/issues/115738) (Reports of this issue are frequent) -- Build crash if source code contains a nested record type and apply obfuscate [#125289](https://github.com/flutter/flutter/issues/125289) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 119, closed 48 (40.34%). - -In total closed 105 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29.52% | -| Fixed | 44.76% | -| Invalid | 21.90% | -| Solved | 3.81% | - -Issues closed due to inactivity: 29 - -#### Flutter/website - -New website issues triaged 7, closed 1 (14.29%) - -In total closed 6 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 83% | -| invalid | 17% | - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 5, closed 1 (20%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 6 (30%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 26% | -| fixed |21% | -| invalid | 11% | -| no-response |11% | -| solution-provided | 16% | -| user issue | 16% | - -## 2023-04-14 - -### Notable issues - -- No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 51 (30%). - -In total closed 109 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.61% | -| Fixed | 36.70% | -| Invalid | 29.36% | -| Solved | 7.34% | - -Issues closed due to inactivity: 31 - -#### Flutter/website - -New website issues triaged 8, closed 0 (0%) - -In total closed 6 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 3, closed 1 (33.33%) - -In total closed 1 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 30, closed 5 (16.67%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 18.8% | -| fixed | 12.5% | -| invalid | 12.5% | -| no-response | 31.3% | -| solution-provided | 18.8% | -| user issue | 6.3% | - -## 2023-04-07 - -### Notable issues - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 178, closed 75 (42.13%). - -In total closed 124 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34.7% | -| Fixed | 22.6% | -| Invalid | 33.1% | -| Solved | 9.7% | - -Issues closed due to inactivity: 40 - -#### Flutter/website - -New website issues triaged 4, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 50% | -| Invalid | 50% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 1, closed 1 (100%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 3 (16.67%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.3% | -| fixed | 20.0% | -| invalid | 13.3% | -| no-response | 26.7% | -| solution-provided | 20.0% | -| user issue | 6.7% | - -## 2023-03-31 - -### Notable issues -- Input decoration vertical alignment is broken with `isDense: true` [#86093](https://github.com/flutter/flutter/issues/86093) -- [Platform-Web] App crashes with `Expected a value of type 'FontCollectionNamespace', but got one of type 'Null'` [#123794](https://github.com/flutter/flutter/issues/123794) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 151, closed 56 (37.09%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 35.0% | -| Fixed | 28.7% | -| Invalid | 33.3% | -| Solved | 13.0% | - -Issues closed due to inactivity: 31 - -#### Flutter/website - -New website issues triaged 8, closed 0 (0%) - -In total closed 3 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 33% | -| Invalid | 67% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New GoogleAds Flutter issues triaged 6, closed 4 (66.67%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 25% | -| invalid | 75% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 5 (25%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 7.7% | -| fixed | 7.7% | -| invalid | 23.1% | -| no-response | 15.4% | -| solution-provided | 15.4% | -| user issue | 30.8% | - -## 2023-03-24 - -### Notable issues - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 60 (35.29%). - -In total closed 115 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26% | -| Fixed | 28% | -| Invalid | 34% | -| Solved | 12% | - -Issues closed due to inactivity: 27 - -#### Flutter/website - -New website issues triaged 8, closed 1 (12.5%) - -In total closed 8 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 88% | -| Invalid | 12% | - - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -No issues triage during the week - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 4 (28.57%). - -In total closed 9 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 33% | -| invalid | 11% | -| no-response | 56% | - -## 2023-03-17 - -### Notable issues -- `ffx` hogging CPU on macOS [#121288](https://github.com/flutter/flutter/issues/121288) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 73 (42.94%). - -In total closed 112 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 30.36% | -| Fixed | 24.11% | -| Invalid | 38.39% | -| Solved | 7.14% | - -Issues closed due to inactivity: 36 - -#### Flutter/website - -New website issues triaged 2, closed 0 (0%) - -In total closed 8 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 4, closed 3 (75%) - -In total closed 3 issue during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 15, closed 3 (20%). - -In total closed 15 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.3% | -| fixed | 26.7% | -| no-response | 40.0% | -| solution provided | 13.3% | -| user issue | 6.7% | - -## 2023-03-10 - -### Notable issues -- [macOS][desktop]: Deleting emojis from textfield with obscured text causes crash [#122381](https://github.com/flutter/flutter/issues/122381) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 170, closed 65 (38.24%). - -In total closed 126 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33% | -| Fixed | 29% | -| Invalid | 25% | -| Solved | 12% | - -Issues closed due to inactivity: 36 - -#### Flutter/website - -New website issues triaged 7, closed 1 (14.29%) - -In total closed 10 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 70% | -| Duplicate | 10% | -| Invalid | 20% | - - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 4, closed 2 (50%) - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 33% | -| invalid | 33% | -| solved | 33% | - -#### Flutterfire - -New Flutterfire issues triaged 11, closed 6 (54.55%). - -In total closed 11 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 9.1% | -| invalid | 54.5% | -| no-response | 18.2% | -| user issue | 18.2% | - -## 2023-03-03 - -### Notable issues -[go_router] ShellRoute, builder function gets called only when called by context.go [#111842](https://github.com/flutter/flutter/issues/111842) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 165, closed 69 (41.82%). - -In total closed 142 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 23% | -| Fixed | 34% | -| Invalid | 31% | -| Solved | 12% | - -Issues closed due to inactivity: 35 - -#### Flutter/website - -New website issues triaged 6, closed 2 (33.33%) - -In total closed 5 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 80% | -| Duplicate | 20% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 2, closed 0 (0%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 21, closed 7 (33.33%). - -In total closed 18 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 27.78% | -| fixed | 11.11% | -| invalid | 11.11% | -| no-response | 38.89% | -| solution-provided | 5.56% | -| user issue | 5.56% | - -## 2023-02-24 - -### Notable issues - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 152, closed 58 (38.16%). - -In total closed 96 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22% | -| Fixed | 25% | -| Invalid | 39% | -| Solved | 15% | - -Issues closed due to inactivity: 33 - -#### Flutter/website - -New website issues triaged 6, closed 2 (33.33%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| Invalid | 100% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 5, closed 3 (60%) - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 67% | -| Invalid | 33% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 6 (31.58%). - -In total closed 10 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 20% | -| fixed | 10% | -| invalid | 50% | -| no-response | 20% | - -## 2023-02-17 - -### Notable issues - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 204, closed 73 (35.78%). - -In total closed 137 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 20% | -| Fixed | 27% | -| Invalid | 37% | -| Solved | 15% | - -Issues closed due to inactivity: 24 - -#### Flutter/website - -New website issues triaged 11, closed 2 (18.18%) - -In total closed 8 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 12.5% | -| Fixed | 62.5% | -| Invalid | 25% | - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 4, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 28, closed 7 (25%). - -In total closed 22 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.64% | -| fixed | 22.73% | -| invalid | 18.18% | -| no-response | 22.73% | -| solution-provided | 13.64% | -| user issue | 9.09% | - -## 2023-02-10 - -### Notable issues - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 200, closed 78 (39%). - -In total closed 149 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29.53% | -| Fixed | 36.24% | -| Invalid | 26.17% | -| Solved | 8.05% | - -Issues closed due to inactivity: 23 - -#### Flutter/website - -New website issues triaged 9, closed 0 (0%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 100% | - - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 3, closed 0 (0%) - -No issues closed during the week - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 8 (47.06%). - -In total closed 22 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.6% | -| fixed | 18.2% | -| invalid | 18.2% | -| no-response | 22.7% | -| solution-provided | 18.2% | -| user issue | 9.1% | - -## 2023-02-03 - -### Notable issues - -- [Engine][3.7] Emojis are not properly rendered [#119536](https://github.com/flutter/flutter/issues/119536) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 233, closed 83 (35.62%). - -In total closed 146 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.6% | -| Fixed | 27.4% | -| Invalid | 29.5% | -| Solved | 9.6% | - -Issues closed due to inactivity: 40 - -#### Flutter/website - -New website issues triaged 5, closed 1 (20%) - -In total closed 7 issue during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 14.3% | -| Fixed | 71.4% | -| Invalid | 14.3% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 3, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 1, closed 0 (0%) - -In total closed 2 issues during the week - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 20, closed 6 (30%). - -In total closed 23 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 13.04% | -| fixed | 8.70% | -| invalid | 30.43% | -| no-response | 17.39% | -| solution-provided | 26.09% | -| user issue | 4.35% | - -## 2023-01-27 - -### Notable issues - -- Pubspec.lock is ignored when upgrading to flutter 3.7.0 [#119091](https://github.com/flutter/flutter/issues/119091) -- [3.7][Android] Animation for modal bottom sheet stops working on some devices [#119094](https://github.com/flutter/flutter/issues/119094) - -The following issues might need some attention: -- CircularProgessIndicator causes CPU spike [#17793](https://github.com/flutter/flutter/issues/17793) -- Constant Animation Jank in Simple Flutter App [#103847](https://github.com/flutter/flutter/issues/103847) -- Linux Desktop: high CPU usage when running an animation [#101591](https://github.com/flutter/flutter/issues/101591) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 165, closed 64 (38.79%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 33.3% | -| Fixed | 26.9% | -| Invalid | 32.4% | -| Solved | 7.4% | - -Issues closed due to inactivity: 29 - -#### Flutter/website - -New website issues triaged 7, closed 0 (0%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 7, closed 3 (42.86%) - -In total closed 4 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 25% | -| invalid | 50% | -| solved | 25% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 3 (15.79%). - -In total closed 17 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 17.65% | -| invalid | 11.76% | -| no-response | 47.06% | -| solution-provided | 5.88% | -| user issue | 17.65% | - -## 2023-01-20 - -### Notable issues - -No major issues to report for this week. - -### Old Issues receiving attention lately - -No major issues to report for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 167, closed 62 (37.13%). - -In total closed 108 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 29.6% | -| Fixed | 28.7% | -| Invalid | 33.3% | -| Solved | 8.3% | - -Issues closed due to inactivity: 17 - -#### Flutter/website - -New website issues triaged 4, closed 1 (25%) - -In total closed 12 issue during the week - -| Reason for closing | | -| -- | -- | -| Fixed | 75% | -| Invalid | 25% | - - - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 3, closed 3 (100%) - -In total closed 3 issues during the week - -| Reason for closing | | -| -- | -- | -| duplicate | 33% | -| invalid | 33% | -| solved | 33% | - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 1 (5.26%). - -In total closed 13 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 7.7% | -| fixed | 15.4% | -| invalid | 7.7% | -| no-response | 23.1% | -| solution-provided | 15.4% | -| user issue | 30.8% | - - -## 2023-01-13 - -### Notable issues - -- [iOS][Production] crash in Metal: _MTLCommandBuffer dealloc [#118200](https://github.com/flutter/flutter/issues/118200) - -### Old Issues receiving attention lately - -- Incorrect cursor position in RTL TextField when moving between letters [#110416](https://github.com/flutter/flutter/issues/110416) -- [go_router] ShellRoute, builder function gets called only when called by context.go() [#111842](https://github.com/flutter/flutter/issues/111842) - - -### Issue counts - -#### Flutter - -New Flutter issues triaged 169, closed 52 (30.77%). - -In total closed 111 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.8% | -| Fixed | 31.5% | -| Invalid | 29.7% | -| Solved | 9.9% | - -Issues closed due to inactivity: 28 - -#### Flutter/website - -New website issues triaged 9, closed 0 (0%) - -In total closed 12 issues during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 8.3% | -| Fixed | 91.7% | - -#### dart-lang/site-www - -No issues triaged during the week - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 4, closed 0 (0%) - -No issues closed during the week - - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 7 (31.82%). - -In total closed 17 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 5.88% | -| fixed | 41.18% | -| invalid | 35.29% | -| no-response | 5.88% | -| solution-provided | 5.88% | -| user issue | 5.88% | - - -## 2023-01-06 - -### Notable issues - -No issues to report this week - -### Old Issues receiving attention lately - -No issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 133, closed 44 (33.08%). - -In total closed 88 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26% | -| Fixed | 28% | -| Invalid | 26% | -| Solved | 19% | - -Issues closed due to inactivity: 25 - -#### Flutter/website - -New website issues triaged 10, closed 4 (40%) - -In total closed 14 issue during the week - -| Reason for closing | | -| -- | -- | -| Duplicate | 29% | -| Fixed | 57% | -| Invalid | 14% | - - -#### dart-lang/site-www - -New dart website issues triaged 1, closed 0 (0%) - -No issues closed during the week - -#### Googleads-mobile-flutter - -New googleads issue triaged 3, closed 1 (33.33%) - -In total closed 1 issue during the week - -| Reason for closing | | -| -- | -- | -| solved | 100% | - -#### Flutterfire - -New Flutterfire issues triaged 17, closed 1 (5.88%). - -In total closed 21 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 4.76% | -| fixed | 28.57% | -| invalid | 14.29% | -| no-response | 38.10% | -| solution-provided | 9.52% | -| user issue | 4.76% | diff --git a/docs/wiki_archive/Nevercode [TBD]/2024-Issue-Triage-Reports.md b/docs/wiki_archive/Nevercode [TBD]/2024-Issue-Triage-Reports.md deleted file mode 100644 index c9b20f70d4..0000000000 --- a/docs/wiki_archive/Nevercode [TBD]/2024-Issue-Triage-Reports.md +++ /dev/null @@ -1,863 +0,0 @@ -## 2024-05-17 -### Notable issues - -- [Linux][Web]: Bug while pressing Numeric Keypad keys [#148447](https://github.com/flutter/flutter/issues/148447) -- [Web][HTML]: cursor offset is incorrect when typing CJK [#148271](https://github.com/flutter/flutter/issues/148271) -- Software keyboard flickers when focus moves between TextFields [#148530](https://github.com/flutter/flutter/issues/148530) -- Import app_localizations fails after build_runner [#148333](https://github.com/flutter/flutter/issues/148333) -- Autofill Hints not populating in text fields on iOS with Flutter 3.22.0 [#148475](https://github.com/flutter/flutter/issues/148475) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 154, closed 33 (21.43%). - -In total closed 79 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 23% | -| Fixed | 32% | -| Invalid | 25% | -| Solved | 20% | - -Issues closed due to inactivity: 28 - -Size of backlog: 94 - -## 2024-05-10 -### Notable issues - -No major issues to be reported for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 102, closed 30 (29.41%). - -In total closed 72 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 22% | -| Fixed | 24% | -| Invalid | 39% | -| Solved | 15% | - -Issues closed due to inactivity: 18 - - - -## 2024-05-03 -### Notable issues - -No major issues to be reported for this week. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 134, closed 49 (36.57%). - -In total closed 95 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 28% | -| Fixed | 34% | -| Invalid | 21% | -| Solved | 17% | - -Issues closed due to inactivity: 32 - -Size of backlog: 89 - - -## 2024-04-26 -### Notable issues - -- Text selection magnifier freezes, causing the TextField to prevent input after closing the keyboard on the iPad [#145751](https://github.com/flutter/flutter/issues/145751) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 127, closed 37 (29.13%). - -In total closed 83 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 28% | -| Fixed | 34% | -| Invalid | 20% | -| Solved | 18% | - -Issues closed due to inactivity: 20 - -Size of backlog: 88 - -## 2024-04-19 -### Notable issues - -- TextField Becomes Unresponsive After Using back swipe Gesture [#146844](https://github.com/flutter/flutter/issues/146844) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 127, closed 40 (31.5%). - -In total closed 78 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 32% | -| Fixed | 28% | -| Invalid | 28% | -| Solved | 12% | - -Issues closed due to inactivity: 20 - -Size of backlog: 73 - -## 2024-04-12 -### Notable issues - -- [Web][HTML] Hovering the cursor over Arabic characters causes an ArgumentError [#146588](https://github.com/flutter/flutter/issues/146588) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 112, closed 35 (31.25%). - -In total closed 87 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 22% | -| Fixed | 31% | -| Invalid | 30% | -| Solved | 17% | - -Issues closed due to inactivity: 34 - -Size of backlog: 75 - -## 2024-04-05 - -### Notable issues - -- [webview_flutter] [iOS] WebviewWidget lost drag response, when some widgets on it use Stack layout [#121960](https://github.com/flutter/flutter/issues/121960). Some users are reporting this as affecting their development workflow. -- Shadow animation using Impeller causing rendering issues [#145969](https://github.com/flutter/flutter/issues/145969). This regressed in 3.19.4, it was fine in 3.19.0 up until 3.19.3 - -### Issue counts - -#### Flutter - -New Flutter issues triaged 121, closed 37 (30.58%). - -In total closed 101 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 27% | -| Fixed | 37% | -| Invalid | 27% | -| Solved | 14% | - -Issues closed due to inactivity: 23 - -Size of backlog: 87 - -## 2024-03-29 -### Notable issues - -- Regression: Severe performance regression on Firefox in v.3.19 (https://github.com/flutter/flutter/issues/145563) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 148, closed 36 (24.32%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 36% | -| Fixed | 36% | -| Invalid | 14% | -| Solved | 14% | - -Issues closed due to inactivity: 20 - -Size of backlog: 59 - -## 2024-03-22 -### Notable issues - -No major issues to report this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 143, closed 46 (32.17%). - -In total closed 97 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 31% | -| Fixed | 29% | -| Invalid | 27% | -| Solved | 13% | - -Issues closed due to inactivity: 34 - -Size of backlog: 86 - -## 2024-03-15 -### Notable issues - -- Regression: Pointer position shifts in scaled Platform Views in Flutter 3.19.[(https://github.com/flutter/flutter/issues/144278)](https://github.com/flutter/flutter/issues/144278)). -- Regression: Navigator.Pop cause most recent focus node to regain focus even if not focused when new page was opened (https://github.com/flutter/flutter/issues/145155) -### Issue counts - -#### Flutter - -New Flutter issues triaged 133, closed 43 (32.33%). - -In total closed 86 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 29% | -| Fixed | 30% | -| Invalid | 27% | -| Solved | 12% | - -Issues closed due to inactivity: 21 - -Size of backlog: 82 - - - -## 2024-03-08 -### Notable issues - -- Integration test TimeoutException after 0:12:00.000000: Test timed out after 12 minutes. [#105913](https://github.com/flutter/flutter/issues/105913). It appears more people are experiencing this issue. -- DropdownMenu experiences screen jitter issues when used within TabBarView alongside nested navigation [#139113](https://github.com/flutter/flutter/issues/139113) Some users would like to know the status of this issue. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 147, closed 55 (37.41%). - -In total closed 92 issues during the week. - -| Reason for closing | | -| ------------------ | --- | -| Duplicate | 38% | -| Fixed | 20% | -| Invalid | 27% | -| Solved | 15% | - -Issues closed due to inactivity: 23 - -Size of backlog: 86 - -## 2024-03-01 -### Notable issues - -- [Impeller] CupertinoDatePicker might cause text on screen to glitch. [#144331](https://github.com/flutter/flutter/issues/144331) -- Font weight is too light in light mode and too heavy in dark mode [#120857](https://github.com/flutter/flutter/issues/120857). -Some users are requesting that this be looked at again and re-prioritized (with a higher priority) if possible. - -### Issue counts - -#### Flutter - -New Flutter issues triaged 143, closed 39 (23.17%). - -In total closed 85 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.4% | -| Fixed | 36.5% | -| Invalid | 32.9% | -| Solved | 8.2% | - -Issues closed due to inactivity: 20 - -Size of backlog: 80 - -#### Flutter/website - -New website issues triaged 9, closed 0 (0%) - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 4, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 2 (27.27%). - -In total closed 24 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 33.3% | -| duplicate | 12.5% | -| invalid | 16.7% | -| no-response | 16.7% | -| solution-provided | 8.3% | -| user issue | 4.2% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 1, closed 0 (0%). - -In total, closed 0 issues during the week - - -## 2024-02-23 -### Notable issues - -Resizing FlutterView in android create a flicker [#143051](https://github.com/flutter/flutter/issues/143051) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 149, closed 50 (33.56%). - -In total closed 92 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 28.26% | -| Fixed | 23.91% | -| Invalid | 30.43% | -| Solved | 17.39% | - -Issues closed due to inactivity: 16 - -Size of backlog: 76 - -#### Flutter/website - -New website issues triaged 5, closed 0 (0%) - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 8, closed 2 (25.00%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 22, closed 7 (31.82%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| solution-provided | 18.75% | -| no-response | 25.00% | -| invalid | 25.00% | -| duplicate | 12.50% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 1 (50%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 50.00% | -| fixed | 50.00% | - - -## 2024-02-16 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 83, closed 20 (24.1%). - -In total closed 94 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 13.83% | -| Fixed | 50.00% | -| Invalid | 21.28% | -| Solved | 14.89% | - -Issues closed due to inactivity: 27 - -Size of backlog: 67 - -#### Flutter/website - -New website issues triaged 7, closed 2 (28.57%) - -In total closed 2 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 50.00% | -| duplicate | 50.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 1 (50.00%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 14, closed 3 (21.43%). - -In total closed 12 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 8.33% | -| no-response | 58.33% | -| invalid | 16.67% | -| duplicate | 16.67% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 0, closed 0 (0%). - -No issues closed during the week. - - -## 2024-02-09 -### Notable issues - -Cupertino icons are misaligned in latest beta [#143069](https://github.com/flutter/flutter/issues/143069) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 138, closed 43 (31.16%). - -In total closed 97 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 35.05% | -| Fixed | 30.93% | -| Invalid | 22.68% | -| Solved | 11.34% | - -Issues closed due to inactivity: 35 - -Size of backlog: 81 - -#### Flutter/website - -New website issues triaged 3, closed 1 (33.33%) - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| invalid | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 16, closed 2 (12.5%). - -In total closed 19 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 10.53% | -| fixed | 52.63% | -| no-response | 21.05% | -| solution-provided | 5.26% | -| duplicate | 10.53% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 3, closed 0 (0%). - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| no-response | 50.00% | -| solution-provided | 50.00% | - - -## 2024-02-02 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 140, closed 32 (22.86%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 22.22% | -| Fixed | 37.78% | -| Invalid | 20.00% | -| Solved | 20.00% | - -Issues closed due to inactivity: 25 - -Size of backlog: 101 - -#### Flutter/website - -New website issues triaged 4, closed 0 (0%) - -In total closed 3 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 2, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 27, closed 1 (3.7%). - -In total closed 14 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 14.29% | -| fixed | 57.14% | -| no-response | 21.43% | -| solution-provided | 7.14% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 1 (50%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100.00% | - -## 2024-01-26 -### Notable issues - -* [go_router_builder] universal link is not working with generated routes [#140909](https://github.com/flutter/flutter/issues/140909) -* iOS 15+ save password prompt dismiss is pushing UI up and down [#112281](https://github.com/flutter/flutter/issues/112281) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 133, closed 32 (24.06%). - -In total closed 91 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.47% | -| Fixed | 39.56% | -| Invalid | 20.88% | -| Solved | 12.09% | - -Issues closed due to inactivity: 29 - -Size of backlog: 109 - -#### Flutter/website - -New website issues triaged 3, closed 0 (0%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 19, closed 3 (15.79%). - -In total closed 16 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 12.50% | -| fixed | 12.50% | -| no-response | 43.75% | -| invalid | 18.75% | -| solution-provided | 6.25% | -| duplicate | 6.25% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 2, closed 0 (0%). - -In total closed 1 issue during the week. - -| Reason for closing | | -| -- | -- | -| user | 100.00% | - - -## 2024-01-19 -### Notable issues - -* [Android][iOS] Builds generated on different machines have different sizes [#137990](https://github.com/flutter/flutter/issues/137990) -* Textfield vertical alignment center off with outline input border [#124852](https://github.com/flutter/flutter/issues/124852) -* [web] Flutter web hot restart not reflecting changes[#141588]( https://github.com/flutter/flutter/issues/141588) - -### Issue counts - -#### Flutter - -New Flutter issues triaged 133, closed 37 (27.82%). - -In total closed 90 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 26.67% | -| Fixed | 30.00% | -| Invalid | 23.33% | -| Solved | 20.00% | - -Issues closed due to inactivity: 10 - -Size of backlog: 122 - -#### Flutter/website - -New website issues triaged 4, closed 2 (50%) - -In total closed 2 issues during the week. - -| Reason for closing | | -| -- | -- | -| duplicate | 100% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 3, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 8, closed 1 (12.50%). - -In total closed 20 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 10.00% | -| fixed | 25.00% | -| no-response | 10.00% | -| invalid | 10.00% | -| solution-provided | 40.00% | -| duplicate | 5.00% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 0, closed 0 (0%). - -In total closed 2 issue during the week. - -| Reason for closing | | -| -- | -- | -| no-response | 100.00% | - - -## 2024-01-12 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 146, closed 29 (19.86%). - -In total closed 69 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 27.54% | -| Fixed | 36.23% | -| Invalid | 26.09% | -| Solved | 10.14% | - -Issues closed due to inactivity: 20 - -Size of backlog: 102 - -#### Flutter/website - -New website issues triaged 10, closed 2 (20%) - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 50.00% | -| duplicate | 25.00% | -| invalid | 25.00% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 0, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 23, closed 6 (26.09%). - -In total closed 26 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 7.69% | -| fixed | 11.54% | -| no-response | 26.92% | -| invalid | 15.38% | -| solution-provided | 30.77% | -| duplicate | 3.85% | -| wontfix | 3.85% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 4, closed 1 (25.00%). - -In total closed 1 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 100.00% | - - -## 2024-01-05 -### Notable issues - -No major issues to report for this week - -### Issue counts - -#### Flutter - -New Flutter issues triaged 110, closed 37 (33.64%). - -In total closed 84 issues during the week. - -| Reason for closing | | -| -- | -- | -| Duplicate | 34.52% | -| Fixed | 27.38% | -| Invalid | 21.43% | -| Solved | 16.67% | - -Issues closed due to inactivity: 39 - -Size of backlog: 91 - -#### Flutter/website - -New website issues triaged 6, closed 1 (16.67%) - -In total closed 6 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 83.33% | -| duplicate | 16.67% | - -#### dart-lang/site-www - -New dart-lang/site-www issues triaged 1, closed 0 (0%) - -No issues closed during the week. - -#### Flutterfire - -New Flutterfire issues triaged 18, closed 2 (11.11%). - -In total closed 39 issues during the week. - -| Reason for closing | | -| -- | -- | -| user | 17.95% | -| fixed | 30.77% | -| no-response | 17.95% | -| invalid | 12.82% | -| solution-provided | 12.82% | -| duplicate | 7.69% | - -#### FirebaseUI-Flutter - -New FirebaseUI-Flutter issues triaged 5, closed 0 (0%). - -In total closed 4 issues during the week. - -| Reason for closing | | -| -- | -- | -| fixed | 50.00% | -| solution-provided | 50.00% | \ No newline at end of file diff --git a/docs/wiki_archive/Nevercode [TBD]/Issue-triage-reports.md b/docs/wiki_archive/Nevercode [TBD]/Issue-triage-reports.md deleted file mode 100644 index 76b2f770e4..0000000000 --- a/docs/wiki_archive/Nevercode [TBD]/Issue-triage-reports.md +++ /dev/null @@ -1,8 +0,0 @@ -This page contains weekly issue triage reports from the Nevercode front-line triage team. - -- [2024 reports](2024-Issue-Triage-Reports.md) -- [2023 reports](2023-Issue-Triage-Reports.md) -- [2022 reports](2022---Issue-Triage-Reports.md) -- [2021 reports](2021---Issue-Triage-Reports.md) - -_See also: [Triage](../../triage/README.md)_ \ No newline at end of file