Skip to content

Commit 1c88567

Browse files
author
Ellet
committed
Prepare to release 9.3.5
1 parent 3bd5ced commit 1c88567

File tree

7 files changed

+30
-93
lines changed

7 files changed

+30
-93
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
59
## 9.3.4
610
* fix: multiline styling stuck/not working properly [#1782](https://github.com/singerdmx/flutter-quill/pull/1782)
711

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Foundation
88
import desktop_drop
99
import device_info_plus
1010
import file_selector_macos
11+
import flutter_inappwebview_macos
1112
import gal
1213
import irondash_engine_context
1314
import path_provider_foundation
@@ -22,6 +23,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2223
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
2324
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2425
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
26+
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
2527
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin"))
2628
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
2729
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))

example/pubspec.yaml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@ dependencies:
1313
cupertino_icons: ^1.0.6
1414

1515
# 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
2322
# No^9.2.10ackages
2423
path: ^1.8.3
2524
equatable: ^2.0.5
26-
cross_file: ^0.3.3+8
25+
cross_file: ^0.3.4
2726
cached_network_image: ^3.3.1
28-
pdf: ^3.10.7
27+
pdf: ^3.10.8
2928

3029
# 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
3433

3534
# Freezed
3635
freezed_annotation: ^2.4.1
@@ -44,11 +43,11 @@ dependencies:
4443
# For drag and drop feature
4544
desktop_drop: ^0.4.4
4645
# For picking quill document files
47-
file_picker: ^6.1.1
46+
file_picker: ^8.0.0+1
4847
# 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
5251

5352
dependency_overrides:
5453
flutter_quill:
@@ -68,7 +67,7 @@ dependency_overrides:
6867
dev_dependencies:
6968
flutter_test:
7069
sdk: flutter
71-
flutter_lints: ^3.0.1
70+
flutter_lints: ^3.0.2
7271
build_runner: ^2.4.8
7372
flutter_gen_runner: ^5.4.0
7473

flutter_quill_extensions/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ dependencies:
3535
universal_html: ^2.2.4
3636
cross_file: ^0.3.3+6
3737

38-
flutter_quill: ^9.3.0
38+
flutter_quill: ^9.3.4
3939
photo_view: ^0.14.0
4040

4141
# Plugins
4242
video_player: ^2.8.1
43-
youtube_player_flutter: ^8.1.2
43+
youtube_player_flutter: ^9.0.0
4444
url_launcher: ^6.2.1
45-
super_clipboard: ^0.8.9
45+
super_clipboard: ^0.8.10
4646
gal: ^2.3.0
4747
gal_linux: ^0.1.0
4848
image_picker: ^1.0.4

lib/src/core/utils/logger.dart

Lines changed: 0 additions & 68 deletions
This file was deleted.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ dependencies:
6161
# Plugins
6262
url_launcher: ^6.2.4
6363
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
6666

6767
dev_dependencies:
68-
flutter_lints: ^3.0.1
68+
flutter_lints: ^3.0.2
6969
flutter_test:
7070
sdk: flutter
71-
flutter_quill_test: ^9.3.3
71+
flutter_quill_test: ^9.3.4
7272
test: ^1.24.3
7373
yaml_edit: ^2.2.0
7474

version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '9.3.4';
1+
const version = '9.3.5';

0 commit comments

Comments
 (0)