tagflow 0.0.1-dev.13 copy "tagflow: ^0.0.1-dev.13" to clipboard
tagflow: ^0.0.1-dev.13 copied to clipboard

Transform HTML markup into native Flutter widgets with an elegant, customizable converter.

0.0.1-dev.13 #

  • REFACTOR(parser): clean up and enhance TableParser functionality. (5e2f943d)
  • REFACTOR(element_test): improve parent-child relationship management in tests. (8bfa6e01)
  • REFACTOR(table): improve table styling and border handling in converters and theme. (f80edb36)
  • REFACTOR(table): update table structure and styling in examples and converters. (f31c51cf)
  • REFACTOR(converter): clean up logging and improve element properties. (ccd443ae)
  • REFACTOR(tagflow): update element models and parsers for improved structure. (3fb10303)
  • FIX(converter): add line length ignore and update TODO comment. (6550ad2b)
  • FEAT(table): add TableConverter tests and export parser. (1d12545a)
  • FEAT(img_parser): add unit tests for ImgParser functionality. (4026ee45)
  • FEAT(table): enhance table styling and structure in converters and examples. (5b88f481)
  • FEAT(parser): enhance node parsing and attribute handling. (f7213efd)
  • FEAT(node): add hasAttribute method to TagflowNode. (7b15a4d1)
  • FEAT(img): introduce TagflowImgElement and update converters. (97d47762)
  • FEAT(tagflow): refactor element handling and introduce TagflowNode. (a6a617f1)
  • FEAT(table): implement TableConverter and update roadmap. (60047676)

0.0.1-dev.12 #

  • REFACTOR(parser): clean up and enhance TableParser functionality. (5e2f943d)
  • REFACTOR(element_test): improve parent-child relationship management in tests. (8bfa6e01)
  • REFACTOR(table): improve table styling and border handling in converters and theme. (f80edb36)
  • REFACTOR(table): update table structure and styling in examples and converters. (f31c51cf)
  • REFACTOR(converter): clean up logging and improve element properties. (ccd443ae)
  • REFACTOR(tagflow): update element models and parsers for improved structure. (3fb10303)
  • FIX(converter): add line length ignore and update TODO comment. (6550ad2b)
  • FEAT(table): add TableConverter tests and export parser. (1d12545a)
  • FEAT(img_parser): add unit tests for ImgParser functionality. (4026ee45)
  • FEAT(table): enhance table styling and structure in converters and examples. (5b88f481)
  • FEAT(parser): enhance node parsing and attribute handling. (f7213efd)
  • FEAT(node): add hasAttribute method to TagflowNode. (7b15a4d1)
  • FEAT(img): introduce TagflowImgElement and update converters. (97d47762)
  • FEAT(tagflow): refactor element handling and introduce TagflowNode. (a6a617f1)
  • FEAT(table): implement TableConverter and update roadmap. (60047676)

0.0.1-dev.11 #

  • FIX(style_parser): improve percentage handling in parseSize method. (74333732)
  • FIX(style_parser): update percentage handling in parseSize method. (bdac976c)

0.0.1-dev.8 #

  • REFACTOR(theme): update background color methods for consistency. (dce0e447)
  • 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)
  • REFACTOR: moved style enums to appropriate directories. (af6c78f4)
  • 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)
  • FIX: checkout to head branch wasn't working properly. (431906a0)
  • FIX: changelogs. (5ba34a8d)
  • FIX: remove background color from HrConverter style. (c9c86acd)
  • FIX: update README.md link to main repository. (ef380f57)
  • 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)
  • DOCS: update documentation properly. (28323aa9)

0.0.1-dev.7 #

  • DOCS: updated documentation to reflect the latest changes. (28323aa9)

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 to tagflow.
1
likes
0
points
424
downloads

Publisher

verified publisheraryak.dev

Weekly Downloads

Transform HTML markup into native Flutter widgets with an elegant, customizable converter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, equatable, flutter, html, meta

More

Packages that depend on tagflow