File tree 2 files changed +16
-10
lines changed
2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.0.5] - 2022-05-18
2
+ - New feature: edit / add links
3
+ - New feature: color document foreground and background
4
+ - New feature: replace text (parts) using the ` HtmlEditorApi ` .
5
+ - Use cupertino look and feel on iOS
6
+ - Improve code style and documentation
7
+ - Ensure compatibility with Flutter 3.0
8
+
1
9
## [ 0.0.4] - 2021-04-28
2
10
- Support dark theme
3
11
- Simpler usage with ` PackagedHtmlEditor ` #2
Original file line number Diff line number Diff line change 1
1
name : enough_html_editor
2
2
description : Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls.
3
- version : 0.0.4
3
+ version : 0.0.5
4
4
homepage : https://github.com/Enough-Software/enough_html_editor
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
flutter : " >=1.17.0"
9
9
10
10
dependencies :
11
- enough_platform_widgets : # ^0.3.0
12
- git :
13
- url : https://github.com/Enough-Software/enough_platform_widgets.git
11
+ enough_platform_widgets : ^0.3.0
14
12
flutter :
15
13
sdk : flutter
16
14
flutter_colorpicker : ^1.0.3
17
15
flutter_inappwebview : ^5.4.3+7
18
- image : ^3.1.1
16
+ image : ^3.1.3
19
17
20
18
21
19
dependency_overrides :
22
- # uncomment path for local development
23
- enough_platform_widgets :
24
- git :
25
- url : https://github.com/Enough-Software/enough_platform_widgets.git
20
+ # uncomment path for git/ local development
21
+ # enough_platform_widgets:
22
+ # git:
23
+ # url: https://github.com/Enough-Software/enough_platform_widgets.git
26
24
# path: ../enough_platform_widgets
27
25
28
26
dev_dependencies :
29
27
flutter_test :
30
28
sdk : flutter
31
- lints : ^1 .0.1
29
+ lints : ^2 .0.0
32
30
33
31
# For information on the generic Dart part of this file, see the
34
32
# following page: https://dart.dev/tools/pub/pubspec
You can’t perform that action at this time.
0 commit comments