File tree Expand file tree Collapse file tree 7 files changed +30
-93
lines changed Expand file tree Collapse file tree 7 files changed +30
-93
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## 9.3.5
6
+ * Update the minimum version for the packages to support ` device_info_plus ` version 10.0.0 [ #1783 ] ( https://github.com/singerdmx/flutter-quill/issues/1783 )
7
+ * Update the minimum version for ` youtube_player_flutter ` to new major version 9.0.0 in the ` flutter_quill_extensions `
8
+
5
9
## 9.3.4
6
10
* fix: multiline styling stuck/not working properly [ #1782 ] ( https://github.com/singerdmx/flutter-quill/pull/1782 )
7
11
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import Foundation
8
8
import desktop_drop
9
9
import device_info_plus
10
10
import file_selector_macos
11
+ import flutter_inappwebview_macos
11
12
import gal
12
13
import irondash_engine_context
13
14
import path_provider_foundation
@@ -22,6 +23,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
22
23
DesktopDropPlugin . register ( with: registry. registrar ( forPlugin: " DesktopDropPlugin " ) )
23
24
DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
24
25
FileSelectorPlugin . register ( with: registry. registrar ( forPlugin: " FileSelectorPlugin " ) )
26
+ InAppWebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " InAppWebViewFlutterPlugin " ) )
25
27
GalPlugin . register ( with: registry. registrar ( forPlugin: " GalPlugin " ) )
26
28
IrondashEngineContextPlugin . register ( with: registry. registrar ( forPlugin: " IrondashEngineContextPlugin " ) )
27
29
PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
Original file line number Diff line number Diff line change @@ -13,24 +13,23 @@ dependencies:
13
13
cupertino_icons : ^1.0.6
14
14
15
15
# Flutter Quill Packages
16
- flutter_quill : ^9.2.14
17
- dart_quill_delta : ^9.2.14
18
- flutter_quill_extensions : ^9.2.14
19
- flutter_quill_test : ^9.2.14
20
- quill_html_converter : ^9.2.14
21
- quill_pdf_converter : ^9.2.14
22
-
16
+ flutter_quill : ^9.3.4
17
+ dart_quill_delta : ^9.3.4
18
+ flutter_quill_extensions : ^9.3.4
19
+ flutter_quill_test : ^9.3.4
20
+ quill_html_converter : ^9.3.4
21
+ quill_pdf_converter : ^9.3.4
23
22
# No^9.2.10ackages
24
23
path : ^1.8.3
25
24
equatable : ^2.0.5
26
- cross_file : ^0.3.3+8
25
+ cross_file : ^0.3.4
27
26
cached_network_image : ^3.3.1
28
- pdf : ^3.10.7
27
+ pdf : ^3.10.8
29
28
30
29
# Bloc libraries
31
- bloc : ^8.1.3
32
- flutter_bloc : ^8.1.4
33
- hydrated_bloc : ^9.1.4
30
+ bloc : ^8.1.4
31
+ flutter_bloc : ^8.1.5
32
+ hydrated_bloc : ^9.1.5
34
33
35
34
# Freezed
36
35
freezed_annotation : ^2.4.1
@@ -44,11 +43,11 @@ dependencies:
44
43
# For drag and drop feature
45
44
desktop_drop : ^0.4.4
46
45
# For picking quill document files
47
- file_picker : ^6.1. 1
46
+ file_picker : ^8.0.0+ 1
48
47
# For sharing text
49
- share_plus : ^7.2 .2
50
- printing : ^5.11.1
51
- google_fonts : ^6.1.0
48
+ share_plus : ^8.0 .2
49
+ printing : ^5.12.0
50
+ google_fonts : ^6.2.1
52
51
53
52
dependency_overrides :
54
53
flutter_quill :
@@ -68,7 +67,7 @@ dependency_overrides:
68
67
dev_dependencies :
69
68
flutter_test :
70
69
sdk : flutter
71
- flutter_lints : ^3.0.1
70
+ flutter_lints : ^3.0.2
72
71
build_runner : ^2.4.8
73
72
flutter_gen_runner : ^5.4.0
74
73
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ dependencies:
35
35
universal_html : ^2.2.4
36
36
cross_file : ^0.3.3+6
37
37
38
- flutter_quill : ^9.3.0
38
+ flutter_quill : ^9.3.4
39
39
photo_view : ^0.14.0
40
40
41
41
# Plugins
42
42
video_player : ^2.8.1
43
- youtube_player_flutter : ^8.1.2
43
+ youtube_player_flutter : ^9.0.0
44
44
url_launcher : ^6.2.1
45
- super_clipboard : ^0.8.9
45
+ super_clipboard : ^0.8.10
46
46
gal : ^2.3.0
47
47
gal_linux : ^0.1.0
48
48
image_picker : ^1.0.4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ dependencies:
61
61
# Plugins
62
62
url_launcher : ^6.2.4
63
63
flutter_keyboard_visibility : ^6.0.0
64
- device_info_plus : ^9.1.0
65
- super_clipboard : ^0.8.9
64
+ device_info_plus : ^10.0.1
65
+ super_clipboard : ^0.8.10
66
66
67
67
dev_dependencies :
68
- flutter_lints : ^3.0.1
68
+ flutter_lints : ^3.0.2
69
69
flutter_test :
70
70
sdk : flutter
71
- flutter_quill_test : ^9.3.3
71
+ flutter_quill_test : ^9.3.4
72
72
test : ^1.24.3
73
73
yaml_edit : ^2.2.0
74
74
Original file line number Diff line number Diff line change 1
- const version = '9.3.4 ' ;
1
+ const version = '9.3.5 ' ;
You can’t perform that action at this time.
0 commit comments