Skip to content

Commit 6ec687b

Browse files
committed
[dynamic_color] 1.6.6
1 parent 7fe851c commit 6ec687b

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

packages/dynamic_color/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.6 - 2023-07-04
2+
### Changed
3+
- Improved documentation for content-based color schemes
4+
15
## 1.6.5 - 2023-05-15
26
### Changed
37
- Broaden constraint for `material_color_utilities` to support multiple Flutter SDK versions

packages/dynamic_color/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
A Flutter package to create Material color schemes based on a platform's implementation of dynamic color. Currently supported platforms are:
66

7-
- Android S+: [color from user wallpaper](https://m3.material.io/styles/color/dynamic-color/user-generated-color)
7+
- Android S+: user [wallpaper color](https://m3.material.io/styles/color/dynamic-color/user-generated-color#35bc06c5-35d9-4559-9f5d-07ea734cbcb1)
8+
- For color schemes from [content color](https://m3.material.io/styles/color/dynamic-color/user-generated-color#8af550b9-a19e-4e9f-bb0a-7f611fed5d0f), use [`ColorScheme.fromImageProvider`](https://api.flutter.dev/flutter/material/ColorScheme/fromImageProvider.html)
89
- Linux: GTK+ theme's `@theme_selected_bg_color`
910
- macOS: [app accent color](https://developer.apple.com/design/human-interface-guidelines/macos/overview/whats-new-in-macos/#app-accent-colors)
1011
- Windows: [accent color](https://docs.microsoft.com/en-us/windows/apps/design/style/color#accent-color) or [window/glass color](https://web.archive.org/web/20080812195923/http://www.microsoft.com/windows/windows-vista/features/aero.aspx?tabid=2&catid=4)

packages/dynamic_color/pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: collection
72-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
72+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.17.1"
75+
version: "1.17.2"
7676
fake_async:
7777
dependency: transitive
7878
description:
@@ -151,18 +151,18 @@ packages:
151151
dependency: transitive
152152
description:
153153
name: matcher
154-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
154+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
155155
url: "https://pub.dev"
156156
source: hosted
157-
version: "0.12.15"
157+
version: "0.12.16"
158158
material_color_utilities:
159159
dependency: "direct main"
160160
description:
161161
name: material_color_utilities
162-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
162+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
163163
url: "https://pub.dev"
164164
source: hosted
165-
version: "0.2.0"
165+
version: "0.5.0"
166166
meta:
167167
dependency: "direct dev"
168168
description:
@@ -212,10 +212,10 @@ packages:
212212
dependency: transitive
213213
description:
214214
name: source_span
215-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
215+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
216216
url: "https://pub.dev"
217217
source: hosted
218-
version: "1.9.1"
218+
version: "1.10.0"
219219
stack_trace:
220220
dependency: transitive
221221
description:
@@ -252,10 +252,10 @@ packages:
252252
dependency: transitive
253253
description:
254254
name: test_api
255-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
255+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
256256
url: "https://pub.dev"
257257
source: hosted
258-
version: "0.5.1"
258+
version: "0.6.0"
259259
vector_math:
260260
dependency: transitive
261261
description:
@@ -281,5 +281,5 @@ packages:
281281
source: hosted
282282
version: "3.1.2"
283283
sdks:
284-
dart: ">=3.0.0-417 <4.0.0"
284+
dart: ">=3.0.0 <4.0.0"
285285
flutter: ">=3.4.0-17.0.pre"

packages/dynamic_color/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dynamic_color
22
description: A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.
3-
version: 1.6.5
3+
version: 1.6.6
44
repository: https://github.com/material-foundation/flutter-packages/tree/main/packages/dynamic_color
55
issue_tracker: https://github.com/material-foundation/flutter-packages/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+dynamic_color%22
66
screenshots:

0 commit comments

Comments
 (0)