Top Flutter HTML, CSS and SASS packages HTML is a markup language that is used to create the structure of web pages. CSS is a style sheet language that is used to style the web pages that are created with HTML. SASS is a CSS pre-processor that is used to add extra features to CSS. The complete list of Flutter packages that can help you parse, manipulate and view HTML content, and render styles based on CSS and SASS in your Flutter app is provided below.
html_unescape
154
A small library for un-escaping HTML. Supports all Named Character References, Decimal Character References and Hexadecimal Character References.
beautiful_soup_dart
98
Dart native package inspired by Beautiful Soup 4 Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.
sanitize_html
40
Function for sanitizing HTML to prevent XSS by restrict elements and attributes to a safe subset of allowed values.
scrapy
28
A dart port of the idiomatic python library Scrapy, which provides a fast high-level web crawling & scraping framework for dart and Flutter.
html_character_entities
21
A utility class containing maps of every HTML 4.01 character entity, including ASCII and hex codes, and methods to encode/decode strings with those character entities.