We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b4e03 commit 90b9caaCopy full SHA for 90b9caa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.0.0
2
+* **Breaking change** this package now needs a Flutter version >= 3.22
3
+* Remove html_unescape from package, input has to be unescaped before you pass in
4
+
5
## 4.0.1
6
* Allow bypassing HTML content unescaping
7
pubspec.yaml
@@ -1,12 +1,12 @@
name: simple_html_css
description: This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.
-version: 4.0.1
+version: 5.0.0
homepage: https://github.com/ali-thowfeek/simple_html_css_flutter
repository: https://github.com/ali-thowfeek/simple_html_css_flutter
environment:
8
- sdk: '>=2.17.0 <3.0.0'
9
- flutter: '>=2.0.0'
+ sdk: '>=2.17.0 <4.0.0'
+ flutter: '>=3.22.0'
10
11
dependencies:
12
flutter:
0 commit comments