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
11
11
12
12
Packages with breaking changes:
13
13
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
+
14
34
- [ ` box_transform ` - ` v0.3.0 ` ] ( #box_transform---v030 )
15
35
- [ ` flutter_box_transform ` - ` v0.3.0 ` ] ( #flutter_box_transform---v030 )
16
36
@@ -48,7 +68,6 @@ Packages with other changes:
48
68
- Add ` onDragStart ` and ` onDragEnd ` callbacks for move operation.
49
69
- Add simple example alongside an advanced playground example.
50
70
51
-
52
71
## 2023-04-07
53
72
54
73
### 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
+
1
5
## 0.3.0
2
6
3
7
- Bump up Dart sdk constraints to ` 3.0.0 ` .
4
- - Bump up box_transform version to ` 0.3.0 ` .
5
8
- [ BREAKING] : Replace ` onResized ` with ` onResizeUpdate ` .
6
9
- [ BREAKING] : Replace ` flipWhileResizing ` with ` allowFlippingWhileResizing ` .
7
10
- [ BREAKING] : Replace ` onMoved ` with ` onDragUpdate ` .
Original file line number Diff line number Diff line change 1
1
name : flutter_box_transform
2
2
description : A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
3
3
4
- version : 0.3.0
4
+ version : 0.3.1
5
5
6
6
repository : https://github.com/hyper-designed/box_transform
7
7
homepage : https://github.com/hyper-designed/box_transform
@@ -15,7 +15,7 @@ environment:
15
15
dependencies :
16
16
flutter :
17
17
sdk : flutter
18
- box_transform : ^0.2.1
18
+ box_transform : ^0.3.0
19
19
vector_math : ^2.1.4
20
20
21
21
dev_dependencies :
You can’t perform that action at this time.
0 commit comments