Skip to content

Commit

Permalink
🔖 release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadArdati committed Jun 1, 2023
1 parent 4cbeb93 commit 53ff3b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/flutter_box_transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.2

- Fix controller pattern not updating the UI when the controller is updated.
- Change null resizeModeResolver pattern to a non-null pattern to fix a crash.
- Correct two broken doc pages.

## 0.3.1

- Bump up box_transform version to 0.3.0.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_box_transform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_box_transform
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.

version: 0.3.1
version: 0.3.2

repository: https://github.com/hyper-designed/box_transform
homepage: https://github.com/hyper-designed/box_transform
Expand Down

0 comments on commit 53ff3b7

Please sign in to comment.