File tree Expand file tree Collapse file tree 17 files changed +78
-20
lines changed Expand file tree Collapse file tree 17 files changed +78
-20
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-12-29
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` super_clipboard ` - ` v0.9.0-dev.6 ` ] ( #super_clipboard---v090-dev6 )
19
+ - [ ` super_drag_and_drop ` - ` v0.9.0-dev.6 ` ] ( #super_drag_and_drop---v090-dev6 )
20
+ - [ ` super_context_menu ` - ` v0.9.0-dev.6 ` ] ( #super_context_menu---v090-dev6 )
21
+ - [ ` super_native_extensions ` - ` v0.9.0-dev.6 ` ] ( #super_native_extensions---v090-dev6 )
22
+ - [ ` super_hot_key ` - ` v0.9.0-dev.6 ` ] ( #super_hot_key---v090-dev6 )
23
+ - [ ` super_keyboard_layout ` - ` v0.9.0-dev.6 ` ] ( #super_keyboard_layout---v090-dev6 )
24
+
25
+ ---
26
+
27
+ #### ` super_clipboard ` - ` v0.9.0-dev.6 `
28
+
29
+ #### ` super_drag_and_drop ` - ` v0.9.0-dev.6 `
30
+
31
+ - ** DOCS** : fix typo (#473 ).
32
+
33
+ #### ` super_context_menu ` - ` v0.9.0-dev.6 `
34
+
35
+ #### ` super_native_extensions ` - ` v0.9.0-dev.6 `
36
+
37
+ - ** FIX** : crash on android with merged platform and UI threads (#483 ).
38
+
39
+ #### ` super_hot_key ` - ` v0.9.0-dev.6 `
40
+
41
+ - Bump "super_hot_key" to ` 0.9.0-dev.6 ` .
42
+
43
+ #### ` super_keyboard_layout ` - ` v0.9.0-dev.6 `
44
+
45
+
6
46
## 2024-11-17
7
47
8
48
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.9.0-dev.6
2
+
1
3
## 0.9.0-dev.5
2
4
3
5
## 0.9.0-dev.4
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
sdk : flutter
32
32
collection : ^1.16.0
33
33
flutter_layout_grid : ^2.0.1
34
- super_clipboard : ^0.9.0-dev.5
34
+ super_clipboard : ^0.9.0-dev.6
35
35
36
36
# The following adds the Cupertino Icons font to your application.
37
37
# Use with the CupertinoIcons class for iOS style icons.
Original file line number Diff line number Diff line change 1
1
name : super_clipboard
2
2
description : Comprehensive clipboard access package for Flutter. Supports reading and writing of rich text, images and other formats.
3
- version : 0.9.0-dev.5
3
+ version : 0.9.0-dev.6
4
4
homepage : https://github.com/superlistapp/super_native_extensions
5
5
repository : https://github.com/superlistapp/super_native_extensions/tree/main/super_clipboard
6
6
issue_tracker : https://github.com/superlistapp/super_native_extensions/tree/main/super_clipboard/issues
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
collection : ^1.16.0
16
16
meta : ^1.7.0
17
- super_native_extensions : ^0.9.0-dev.5
17
+ super_native_extensions : ^0.9.0-dev.6
18
18
dev_dependencies :
19
19
flutter_test :
20
20
sdk : flutter
Original file line number Diff line number Diff line change
1
+ ## 0.9.0-dev.6
2
+
1
3
## 0.9.0-dev.5
2
4
3
5
## 0.9.0-dev.4
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- super_context_menu : ^0.9.0-dev.5
13
- super_drag_and_drop : ^0.9.0-dev.5
12
+ super_context_menu : ^0.9.0-dev.6
13
+ super_drag_and_drop : ^0.9.0-dev.6
14
14
15
15
dev_dependencies :
16
16
flutter_test :
Original file line number Diff line number Diff line change 1
1
name : super_context_menu
2
2
description : Context menu for Flutter that can seamlesly transition to drag & drop on mobile. Uses system context menu on iOS, macOS and Linux.
3
- version : 0.9.0-dev.5
3
+ version : 0.9.0-dev.6
4
4
homepage : https://github.com/superlistapp/super_native_extensions
5
5
6
6
environment :
@@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- super_native_extensions : ^0.9.0-dev.5
13
+ super_native_extensions : ^0.9.0-dev.6
14
14
collection : ^1.16.0
15
15
device_info_plus : " >=10.0.1 <12.0.0"
16
16
pixel_snap : ^0.1.1
Original file line number Diff line number Diff line change
1
+ ## 0.9.0-dev.6
2
+
3
+ - ** DOCS** : fix typo (#473 ).
4
+
1
5
## 0.9.0-dev.5
2
6
3
7
## 0.9.0-dev.4
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ dependencies:
32
32
flutter :
33
33
sdk : flutter
34
34
collection : ^1.16.0
35
- super_clipboard : ^0.9.0-dev.5
36
- super_drag_and_drop : ^0.9.0-dev.5
35
+ super_clipboard : ^0.9.0-dev.6
36
+ super_drag_and_drop : ^0.9.0-dev.6
37
37
super_clipboard_example :
38
38
path : ../../super_clipboard/example
39
- super_context_menu : ^0.9.0-dev.5
39
+ super_context_menu : ^0.9.0-dev.6
40
40
super_sliver_list : ^0.4.1
41
41
42
42
# The following adds the Cupertino Icons font to your application.
Original file line number Diff line number Diff line change 1
1
name : super_drag_and_drop
2
2
description : Native Drag and Drop support for Flutter. Allows dragging contents across applications.
3
- version : 0.9.0-dev.5
3
+ version : 0.9.0-dev.6
4
4
homepage : https://github.com/superlistapp/super_native_extensions
5
5
6
6
environment :
@@ -11,8 +11,8 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
collection : ^1.16.0
14
- super_native_extensions : ^0.9.0-dev.5
15
- super_clipboard : ^0.9.0-dev.5
14
+ super_native_extensions : ^0.9.0-dev.6
15
+ super_clipboard : ^0.9.0-dev.6
16
16
dev_dependencies :
17
17
flutter_test :
18
18
sdk : flutter
You can’t perform that action at this time.
0 commit comments