simple_html_css
This package allows you to use simple HTML and inline CSS styles to style your text in flutter. A fork of css_text package.
5.0.0
42K downloads/mo
#1590 most downloaded on pub.dev
ali-thowfeek/simple_html_css_flutter
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 1.9 years
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
26 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
26 releases · Apr 2020 to May 2024Releases
latest 26-
5.0.019 May 2024Release notes
Open source →What's Changed
- fix: added fixes for flutter 3.22 by @erickgon92 in #32
- removed html_unescape
New Contributors
- @erickgon92 made their first contribution in #32
Full Changelog: v4.0.1...v5.0.0
Release notes
Open source →- 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.119 May 2024 -
4.0.008 Jul 2022Release notes
Open source →- Breaking change, this package now needs a Flutter version >= 3
- Update dependencies
-
3.0.104 Mar 2021 -
3.0.1+122 Oct 2021 -
3.0.023 Feb 2021Release notes
Open source →v3.0.0 released as a preview. This will replace the stable version in pub.dev once the new dart stable version is released.
-
3.0.0-nullsafety.405 Feb 2021 pre-releaseRelease notes
Open source →- Add empty content validation
- Fix for some escaped chars not converting
- Remove all trailing newline text spans
- Add lint and refactor code
Release notes
Open source →- Add empty content validation
- Fix for some escaped chars not converting
- Remove all trailing newline text spans
- Add lint and refactor code
-
3.0.0-nullsafety.301 Feb 2021 pre-release -
3.0.0-nullsafety.201 Feb 2021 pre-release -
3.0.0-nullsafety.131 Jan 2021 pre-release -
3.0.0-nullsafety.027 Jan 2021 pre-release -
2.0.205 Feb 2021Release notes
Open source →- Fixed an issue with trailing blank spaces
- Fixed an issue with some escaped characters not rendering
-
2.0.101 Feb 2021 -
2.0.010 May 2020Release notes
Open source →- Breaking change Updated deprecated terms in Flutter v 1.17.0 (Only use this version if you are using flutter v1.17.0 or greater)
- Breaking change Updated dependency
- Added support for
defaultTextStyle
-
2.0.0+110 May 2020 -
2.0.0+211 May 2020 -
2.0.0+320 Oct 2020 -
2.0.0+427 Jan 2021 -
1.0.224 Apr 2020 -
1.0.2+124 Apr 2020 -
1.0.2+226 Apr 2020 -
1.0.2+327 Apr 2020 -
1.0.2+408 May 2020 -
1.0.2+510 May 2020 -
1.0.124 Apr 2020 -
1.0.023 Apr 2020Release notes
Open source →- Initial release of the forked project.
- Added support for a few more html tags
- Added support for a few more css properties
- Added support for global style overriding