Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-thowfeek committed May 19, 2024
1 parent d1b4e03 commit 90b9caa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0
* **Breaking change** this package now needs a Flutter version >= 3.22
* Remove html_unescape from package, input has to be unescaped before you pass in

## 4.0.1
* Allow bypassing HTML content unescaping

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
sdk: '>=2.17.0 <3.0.0'
flutter: '>=2.0.0'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.22.0'

dependencies:
flutter:
Expand Down

0 comments on commit 90b9caa

Please sign in to comment.