From 7583753f40ccb1d5e43ac7066e0ce50aa936140c Mon Sep 17 00:00:00 2001 From: basemosama Date: Tue, 18 Nov 2025 15:25:13 +0200 Subject: [PATCH] refactor: Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c5c7a..9314113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 0.4.0 +- Add `MultiValueListenableBuilder` to rebuild a widget from multiple `ValueListenable`s. +- Add `BlurBox` widget for applying a blur effect to its child with animation. +- Add `CustomInkWell` widget for a standardized ink well effect. +- Add `StrokeText` widget to render text with an outline. +- Add `Box` and `SliverSizedBox` for creating spaced boxes with predefined sizes. +- Add `SpacingExtensions` on `num` for creating `SizedBox` and `SliverSizedBox` easily. +- Update `package_info_plus`, `flutter_svg`, `lottie`, and `font_awesome_flutter` dependencies. + ### 0.3.0 - Update packages. - (Flutter version support: v3.32.0) diff --git a/README.md b/README.md index 78b4b01..2b1611a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Which comes prepackaged with this package and more features and is easy to use. in `pubspec.yaml` add these lines to `dependencies` ```yaml -playx_widget: ^0.1.9 +playx_widget: ^0.4.0 ``` ## See Also: