html_to_flutter_table 0.0.1-dev.1 copy "html_to_flutter_table: ^0.0.1-dev.1" to clipboard
html_to_flutter_table: ^0.0.1-dev.1 copied to clipboard

An extension to html_to_flutter package to convert html tables to flutter widgets.

html_to_flutter_table #

Extension to the html_to_flutter package to support rendering <table> tag.

Under the hood this package uses flutter_layout_grid plugin for rendering the table and achieve near css like UI

It also respects rowspan and colspan values if provided in the attributes of the element.

Example Usage:

Widget html = Html(
    data: """
    ....Some html containing table
    """,
    extensions: const [
        TableExtension(),
    ]
);
0
likes
0
pub points
36%
popularity

Publisher

verified publisheraryak.dev

An extension to html_to_flutter package to convert html tables to flutter widgets.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_layout_grid, html_to_flutter

More

Packages that depend on html_to_flutter_table