Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: CI

env:
FLUTTER_VERSION: 3.24.5
FLUTTER_VERSION: 3.27.4

# Controls when the workflow will run
on:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.2.1] - 2025-07-29

- Support flutter version `3.27.4`

## [3.2.0] - 2025-07-22
* Fix image inserted below signature on Safari

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4

file_picker: ^8.0.5
file_picker: ^10.1.7

pointer_interceptor: ^0.10.1

Expand Down
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: html_editor_enhanced
description: HTML rich text editor for Android, iOS, and Web, using the Summernote library.
Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.
version: 3.2.0
version: 3.2.1
homepage: https://github.com/tneotia/html-editor-enhanced

environment:
sdk: '>=2.19.2 <3.0.0'
flutter: ">=3.0.0"
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
Expand All @@ -21,7 +20,7 @@ dependencies:
# plugin to show a color picker for foreground/highlight color
flex_color_picker: ^3.2.0
# plugin to get files from filesystem
file_picker: ^8.0.5
file_picker: ^10.1.7
# plugin to show a scrollable number picker for inserting tables
numberpicker: ^2.1.2
# plugin to allow dropdowns and dialogs to be interactable when displaying over the editor
Expand Down