Skip to content

Commit 05cc9e0

Browse files
sfshaza2parloughgemini-code-assist[bot]
authored
Replacing no-longer-supported-verbage from the website (#12611)
Thanks to @loic-sharma for bringing this to my attention with his PR. --------- Co-authored-by: Parker Lougheed <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b2e4857 commit 05cc9e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/release/breaking-changes/eliminating-nullok-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Eliminating nullOk Parameters
33
description: >
44
To eliminate nullOk parameters to help with
5-
API sanity in the face of null safety.
5+
API clarity in the face of null safety.
66
---
77

88
{% render "docs/breaking-changes.md" %}

src/content/release/breaking-changes/supplemental-maybeOf-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate `of` to non-nullable return values, and add `maybeOf`
33
description: >
4-
To eliminate nullOk parameters to help with API sanity
4+
To eliminate nullOk parameters to help with API clarity
55
in the face of null safety.
66
---
77

src/content/release/release-notes/changelogs/changelog-1.7.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ From Wed May 1 16:56:00 2019 -0700 to Thu Jul 18 08:04:00 2019 -0700
341341

342342
[32914](https://github.com/flutter/flutter/pull/32914) Make hover and focus not respond when buttons and fields are disabled. (cla: yes, f: material design, framework)
343343

344-
[32936](https://github.com/flutter/flutter/pull/32936) Add some sanity to the ImageStream listener API (a: images, cla: yes, framework)
344+
[32936](https://github.com/flutter/flutter/pull/32936) Add clarity to the ImageStream listener API (a: images, cla: yes, framework)
345345

346346
[32950](https://github.com/flutter/flutter/pull/32950) Material allows "select all" when not collapsed (cla: yes, f: material design, ▣ platform-android)
347347

src/content/release/release-notes/release-notes-1.7.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ In this release, we continue to polish animations, scrolling and image support.
236236
* [#33627](https://github.com/flutter/flutter/pull/33627) SliverFillRemaining flag for different use cases
237237
* [#32853](https://github.com/flutter/flutter/pull/32853) Add onBytesReceived callback to consolidateHttpClientResponseBytes()
238238
* [#32857](https://github.com/flutter/flutter/pull/32857) Add debugNetworkImageHttpClientProvider
239-
* [#32936](https://github.com/flutter/flutter/pull/32936) Add some sanity to the ImageStream listener API
239+
* [#32936](https://github.com/flutter/flutter/pull/32936) Add clarity to the ImageStream listener API
240240
* [#33729](https://github.com/flutter/flutter/pull/33729) Update consolidateHttpClientResponseBytes() to use compressionState
241241
* [#33369](https://github.com/flutter/flutter/pull/33369) Add loading support to Image
242242

0 commit comments

Comments
 (0)