File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed
packages/flutter_box_transform Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111
1212Packages with breaking changes:
1313
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` flutter_box_transform ` - ` v0.3.1 ` ] ( #flutter_box_transform---v030 )
19+
20+ ---
21+
22+ #### ` flutter_box_transform ` - ` v0.3.1 `
23+
24+ - Bump up box_transform version to ` 0.3.0 ` .
25+
26+ ## 2023-06-01
27+
28+ ### Changes
29+
30+ ---
31+
32+ Packages with breaking changes:
33+
1434- [ ` box_transform ` - ` v0.3.0 ` ] ( #box_transform---v030 )
1535- [ ` flutter_box_transform ` - ` v0.3.0 ` ] ( #flutter_box_transform---v030 )
1636
@@ -48,7 +68,6 @@ Packages with other changes:
4868- Add ` onDragStart ` and ` onDragEnd ` callbacks for move operation.
4969- Add simple example alongside an advanced playground example.
5070
51-
5271## 2023-04-07
5372
5473### Changes
Original file line number Diff line number Diff line change 1+ ## 0.3.1
2+
3+ - Bump up box_transform version to 0.3.0.
4+
15## 0.3.0
26
37- Bump up Dart sdk constraints to ` 3.0.0 ` .
4- - Bump up box_transform version to ` 0.3.0 ` .
58- [ BREAKING] : Replace ` onResized ` with ` onResizeUpdate ` .
69- [ BREAKING] : Replace ` flipWhileResizing ` with ` allowFlippingWhileResizing ` .
710- [ BREAKING] : Replace ` onMoved ` with ` onDragUpdate ` .
Original file line number Diff line number Diff line change 11name : flutter_box_transform
22description : 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.0
4+ version : 0.3.1
55
66repository : https://github.com/hyper-designed/box_transform
77homepage : https://github.com/hyper-designed/box_transform
@@ -15,7 +15,7 @@ environment:
1515dependencies :
1616 flutter :
1717 sdk : flutter
18- box_transform : ^0.2.1
18+ box_transform : ^0.3.0
1919 vector_math : ^2.1.4
2020
2121dev_dependencies :
You can’t perform that action at this time.
0 commit comments