Skip to content

Commit 53ff3b7

Browse files
committed
🔖 release 0.3.2
1 parent 4cbeb93 commit 53ff3b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/flutter_box_transform/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.2
2+
3+
- Fix controller pattern not updating the UI when the controller is updated.
4+
- Change null resizeModeResolver pattern to a non-null pattern to fix a crash.
5+
- Correct two broken doc pages.
6+
17
## 0.3.1
28

39
- Bump up box_transform version to 0.3.0.

packages/flutter_box_transform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_box_transform
22
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
33

4-
version: 0.3.1
4+
version: 0.3.2
55

66
repository: https://github.com/hyper-designed/box_transform
77
homepage: https://github.com/hyper-designed/box_transform

0 commit comments

Comments
 (0)