Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading