tagflow 0.0.1-dev.7 tagflow: ^0.0.1-dev.7 copied to clipboard
Transform HTML markup into native Flutter widgets with an elegant, customizable converter.
0.0.1-dev.6 #
- REFACTOR: enhance blockquote handling and styling in ArticleExample and converters. (f0ea898b)
- REFACTOR: improve whitespace handling and node validation in TagflowParser. (685f611d)
- REFACTOR: simplify StyledContainer by consolidating style application into a single Container. (f348677f)
- FIX: relax dart SDK constraints in pubspec.yaml files. (269ad7f2)
- FIX: correct parent tag reference in ListItemConverter. (a85fdc6e)
- FIX: improve whitespace handling in TagflowParser. (a6e879ea)
- FEAT: enhance TagflowOptions and add comprehensive tests for TagflowSelectableOptions. (c53515ef)
- FEAT: add comprehensive tests for ListConverter, TagflowElement, StyleParser, and TagflowTheme. (b867e392)
- FEAT: refactor CodeConverter to extend TextConverter and support additional tags. (af6fb055)
- FEAT: enhance TagflowTheme with maxWidth support for code styles. (19d2c04f)
- FEAT: enhance TextConverter to support forced widget spans for specific tags. (d1497247)
- FEAT: add list and list item converters to enhance element handling. (fdff6059)
- FEAT: enhance selector handling in ElementConverter to support negation. (e9f04b29)
- FEAT: improve blockquote styling and add nested style support in Tagflow. (f408c96e)
- FEAT: enhance blockquote handling and theme styling in Tagflow. (d25c51d6)
- FEAT: add article example and enhance blockquote handling in Tagflow. (94017d32)
- FEAT: enhance Tagflow styling and text handling. (e6e323a0)
- FEAT: enhance text handling and styling in Tagflow. (5110c930)
- FEAT: add support for anchor tags in TextConverter. (69d5c11b)
- FEAT: enhance TagflowTheme with inline code margin and improved default styles. (5ecb55c6)
- FEAT: refactor Tagflow example app by removing GenericExample and adding TypographyExample. (37da572b)
- FEAT: enhance Tagflow example app with improved HTML content and theming options. (d2f3194d)
- FEAT: add Makefile for package creation and update README. (854129af)
- FEAT: enhance Tagflow example app with new example and improved theming. (94455e3c)
0.0.1-dev.5 #
- REFACTOR: enhance blockquote handling and styling in ArticleExample and converters. (f0ea898b)
- REFACTOR: improve whitespace handling and node validation in TagflowParser. (685f611d)
- REFACTOR: simplify StyledContainer by consolidating style application into a single Container. (f348677f)
- REFACTOR(tests): remove redundant test for empty node creation in element_test.dart. (42259a51)
- REFACTOR: improved tests. (5ed3bd53)
- FIX: correct parent tag reference in ListItemConverter. (a85fdc6e)
- FIX: improve whitespace handling in TagflowParser. (a6e879ea)
- FIX: checkout to head branch wasn't working properly. (431906a0)
- FIX: changelogs. (5ba34a8d)
- FEAT: add comprehensive tests for ListConverter, TagflowElement, StyleParser, and TagflowTheme. (b867e392)
- FEAT: refactor CodeConverter to extend TextConverter and support additional tags. (af6fb055)
- FEAT: enhance TagflowTheme with maxWidth support for code styles. (19d2c04f)
- FEAT: enhance TextConverter to support forced widget spans for specific tags. (d1497247)
- FEAT: add list and list item converters to enhance element handling. (fdff6059)
- FEAT: enhance selector handling in ElementConverter to support negation. (e9f04b29)
- FEAT: improve blockquote styling and add nested style support in Tagflow. (f408c96e)
- FEAT: enhance blockquote handling and theme styling in Tagflow. (d25c51d6)
- FEAT: add article example and enhance blockquote handling in Tagflow. (94017d32)
- FEAT: enhance Tagflow styling and text handling. (e6e323a0)
- FEAT: enhance text handling and styling in Tagflow. (5110c930)
- FEAT: add support for anchor tags in TextConverter. (69d5c11b)
- FEAT: enhance TagflowTheme with inline code margin and improved default styles. (5ecb55c6)
- FEAT: refactor Tagflow example app by removing GenericExample and adding TypographyExample. (37da572b)
- FEAT: enhance Tagflow example app with improved HTML content and theming options. (d2f3194d)
- FEAT: add Makefile for package creation and update README. (854129af)
- FEAT: enhance Tagflow example app with new example and improved theming. (94455e3c)
0.0.1-dev.4 #
- Inital version after renaming from
html_to_flutter
totagflow
.