Skip to content

Commit 741bfc3

Browse files
committed
Release dynamic_color 1.9.0
Bumps version from 1.8.1 to 1.9.0, updates CHANGELOG with release date, and switches dynamic_color_testing dev dependency from local path to pub.dev hosted package.
1 parent 2aef9f5 commit 741bfc3

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/dynamic_color/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.9.0 - 2025-08-04
22
### Added
33
- Add support for AGP 9
44

packages/dynamic_color/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ packages:
5555
path: ".."
5656
relative: true
5757
source: path
58-
version: "1.8.1"
58+
version: "1.9.0"
5959
dynamic_color_testing:
6060
dependency: "direct dev"
6161
description:

packages/dynamic_color/pubspec.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ packages:
7676
dynamic_color_testing:
7777
dependency: "direct dev"
7878
description:
79-
path: "../dynamic_color_testing"
80-
relative: true
81-
source: path
79+
name: dynamic_color_testing
80+
sha256: bd4dbb48c97b8039f45d2d1ff1aaed31b30029726996998f2237ef2ce974f9b0
81+
url: "https://pub.dev"
82+
source: hosted
8283
version: "0.1.0"
8384
fake_async:
8485
dependency: transitive
@@ -174,10 +175,10 @@ packages:
174175
dependency: transitive
175176
description:
176177
name: matcher
177-
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
178+
sha256: "31bd099b47c10cd1aeb55146a2d46ce0277630ecef3f7dae54ad7873f36696cd"
178179
url: "https://pub.dev"
179180
source: hosted
180-
version: "0.12.19"
181+
version: "0.12.20"
181182
material_color_utilities:
182183
dependency: "direct main"
183184
description:
@@ -190,10 +191,10 @@ packages:
190191
dependency: "direct dev"
191192
description:
192193
name: meta
193-
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
194+
sha256: "307249ce4ff29d58a18e97f6345f539382eb9c9c29ecda628900f31de0443dd9"
194195
url: "https://pub.dev"
195196
source: hosted
196-
version: "1.18.0"
197+
version: "1.19.0"
197198
path:
198199
dependency: transitive
199200
description:
@@ -275,18 +276,18 @@ packages:
275276
dependency: transitive
276277
description:
277278
name: test_api
278-
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
279+
sha256: "2a122cbe059f8b610d3a5415f42e255b6c17b1f21eee1d960f31080237fb4f11"
279280
url: "https://pub.dev"
280281
source: hosted
281-
version: "0.7.11"
282+
version: "0.7.12"
282283
vector_math:
283284
dependency: transitive
284285
description:
285286
name: vector_math
286-
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
287+
sha256: f36f9f3be64c6198714492bb455c11056e33e2f85d9a0b676a48301e44fdcf47
287288
url: "https://pub.dev"
288289
source: hosted
289-
version: "2.2.0"
290+
version: "2.4.2"
290291
version_manipulation:
291292
dependency: transitive
292293
description:
@@ -312,5 +313,5 @@ packages:
312313
source: hosted
313314
version: "3.1.3"
314315
sdks:
315-
dart: ">=3.10.0-0 <4.0.0"
316+
dart: ">=3.11.0-0 <4.0.0"
316317
flutter: ">=3.18.0-18.0.pre.54"

packages/dynamic_color/pubspec.yaml

Lines changed: 2 additions & 3 deletions
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.8.1
3+
version: 1.9.0
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:
@@ -26,8 +26,7 @@ dev_dependencies:
2626
cider: ">=0.1.3 <0.3.0"
2727
flutter_lints: ">=4.0.0 <7.0.0"
2828
meta: ^1.3.0
29-
dynamic_color_testing:
30-
path: ../dynamic_color_testing
29+
dynamic_color_testing: ^0.1.0
3130
flutter_test:
3231
sdk: flutter
3332

0 commit comments

Comments
 (0)