Skip to content

Commit

Permalink
Typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed May 14, 2024
1 parent 641be8b commit 324c2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requires min Flutter 3.22.0.

No new features or fixes in this release. A version bump to use FlexSeedScheme 2.0.0 compatible with Flutter version 3.22.0 and its new breaking ColorScheme.

The ColorPicker contains no breaking changes, but underlying Flutter does and this version is only compatible with Flutter 3.22.0 and later.
The ColorPicker contains no breaking changes, but underlying Flutter does, and this version is only compatible with Flutter 3.22.0 and later.

**NEW**

Expand Down Expand Up @@ -359,7 +359,7 @@ Web demo
you can show an optional `tonalSubheading` widget above it.

- When you click/select a color in the color picker, and tonal palette is
enabled, a 13 shade Material 3 tonal-palette for the selected color will be
enabled, a 13-shade Material 3 tonal-palette for the selected color will be
generated. It always starts with black, tone 0 for the used seed color and
ends in white, tone 100.

Expand Down Expand Up @@ -682,7 +682,7 @@ The following are **minor breaking changes** from version 1.1.5, they mostly con

**November 6, 2020**

* New API: Added `showColorValue` to optionally display the int value of the selected color. This can be used to assist developers when they need to see or copy selected color values as int numbers.
* New API: Added `showColorValue` to optionally display the int value of the selected color. This can be used to support developers when they need to see or copy selected color values as int numbers.
* New APIs: Exposed previously missing static color names in the API for all the accent and B&W color names in `ColorTools`. All the color name values default to English color names, but can now be changed to translated strings to provide Material color names in other languages as well.
* Updated the live Web demo to demonstrate the `showColorValue` property.
* Example and documentation updated.
Expand Down

0 comments on commit 324c2ea

Please sign in to comment.