Skip to content

Commit 90b9caa

Browse files
committed
version bump
1 parent d1b4e03 commit 90b9caa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 4.0.1
26
* Allow bypassing HTML content unescaping
37

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: simple_html_css
22
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.
3-
version: 4.0.1
3+
version: 5.0.0
44
homepage: https://github.com/ali-thowfeek/simple_html_css_flutter
55
repository: https://github.com/ali-thowfeek/simple_html_css_flutter
66

77
environment:
8-
sdk: '>=2.17.0 <3.0.0'
9-
flutter: '>=2.0.0'
8+
sdk: '>=2.17.0 <4.0.0'
9+
flutter: '>=3.22.0'
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)