Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 70 different html tags!)
Collective - Host: opensource - https://opencollective.com/flutter_html - Code: https://github.com/Sub6Resources/flutter_html

Fix % font size transferring to child rather than the font size itself, implement em support relative to parent font size

github.com/Sub6Resources/flutter_html - f98fa6d528f9c7dc90732d1674c7b74cf3c8514f authored almost 4 years ago by tanay <[email protected]>
Add support for the font-size inline style

github.com/Sub6Resources/flutter_html - cfbc4f603f082e57270263137b66f7114cfc4119 authored almost 4 years ago by tanay <[email protected]>
Update README.md

github.com/Sub6Resources/flutter_html - 3cfb18e268de01e78edb3bf646b4c04cdcb8c2a5 authored almost 4 years ago by Tanay Neotia <[email protected]>
Solve case where <source /> is given with no src

github.com/Sub6Resources/flutter_html - bff325166bcd8b0d8d908e3e2ae147f3978e710e authored almost 4 years ago by tanay <[email protected]>
Minor fix to prevent rendering exception when video and audio sources don't exist

github.com/Sub6Resources/flutter_html - 5fa3818ae1b2ce6bc8dc41ff8c25f505cbd19038 authored almost 4 years ago by tanay <[email protected]>
Update README.md

github.com/Sub6Resources/flutter_html - f98bb5ed39f05a2a93d331a628f79f9bfd5201c6 authored almost 4 years ago by Tanay Neotia <[email protected]>
Update README.md

github.com/Sub6Resources/flutter_html - 24fda6b492cd3e75dc1ba8c566f3d8bc3a2a4a7e authored almost 4 years ago by Tanay Neotia <[email protected]>
Minor fix to prevent completer.complete() firing multiple times when rendering GIFs

github.com/Sub6Resources/flutter_html - 661bfc8db8f6566da909dd66b34873633935216a authored almost 4 years ago by tanay <[email protected]>
bug fixed: when table col width is NaN

github.com/Sub6Resources/flutter_html - bfadd4417552ce3ec9f9f378ad6e6dce667b87e5 authored almost 4 years ago by Eric <[email protected]>
Use intrinsic with for <table> columns with otherwise undefined size

This fixes #491 specifically, and also updates flutter_layout_grid to a much improved version

github.com/Sub6Resources/flutter_html - c6d6fa9a86963476fccc7b8a838d364e68bdd323 authored almost 4 years ago by Eric Kok <[email protected]>
Remove comment-out temporary code

github.com/Sub6Resources/flutter_html - ee3eb7355b54119a458a1580a3d08be6460cd8d6 authored almost 4 years ago by Eric Kok <[email protected]>
Fixes #515 by properly, recursively applying linking and styling to text spans inside <a> tags

github.com/Sub6Resources/flutter_html - a73328924b5188d305b93c5a06fd1afb50fb440f authored almost 4 years ago by Eric Kok <[email protected]>
Reshuffle <details> tag rendering to layout_element.dart to accomodate interactable_element.dart fixes by @erickok

github.com/Sub6Resources/flutter_html - cf9c6843c396528db9983e8e19cc6b252cdba241 authored almost 4 years ago by tanay <[email protected]>
Finish merging changes

github.com/Sub6Resources/flutter_html - 3f89d8170115385545493c4035205f28c5800a96 authored almost 4 years ago by tanay <[email protected]>
Merge branch 'master' of https://github.com/Sub6Resources/flutter_html into feature/details-tag

Conflicts:
lib/html_parser.dart

github.com/Sub6Resources/flutter_html - 724c45f17d06d3cac0ae7192d3cf46ebbddd0a05 authored almost 4 years ago by tanay <[email protected]>
Add support for HTML <details> and <summary> tags

github.com/Sub6Resources/flutter_html - 97da193d039540bb1bad8ecfc642313b5bee4c4a authored almost 4 years ago by tanay <[email protected]>
Merge pull request #506 from vrtdev/feature/iframe-sandbox

Respect iframe sandbox attribute to enable/disable javascript

github.com/Sub6Resources/flutter_html - e5e24d03ce9e5fd93fd90bc86c6abe7359a2d5da authored almost 4 years ago by Ryan Berger <[email protected]>
Respect iframe sandbox attribute to enable/disable javascript; fixes #473

github.com/Sub6Resources/flutter_html - b8dc16cab0a78fc27badee1adba563e26383eb49 authored almost 4 years ago by Eric Kok <[email protected]>
Merge pull request #499 from vrtdev/bugfix/link-wrapping

Fix inline rendering of (text) links

github.com/Sub6Resources/flutter_html - e2a9933dacadcb8b0f1931fd6ac9818de0f242cc authored almost 4 years ago by Ryan Berger <[email protected]>
Merge remote-tracking branch 'upstream/master' into bugfix/link-wrapping

# Conflicts:
# example/lib/main.dart

github.com/Sub6Resources/flutter_html - c050862ccda11d0e318d1ff4b9f28e80116e0896 authored almost 4 years ago by Eric Kok <[email protected]>
Removed old commented-out code

github.com/Sub6Resources/flutter_html - 3fa24094230758ee1125b278720acbc007333bdc authored almost 4 years ago by Eric Kok <[email protected]>
Also fix #312 as really only text in a <a> tag should have the text style applied to it, not other content such as images

github.com/Sub6Resources/flutter_html - 39644f47733d8cfa7cf4b8c18f154ddcf56781dd authored almost 4 years ago by Eric Kok <[email protected]>
Image render API proposal

github.com/Sub6Resources/flutter_html - 1f40f96830417a6aeef9748607c9e79de7584555 authored almost 4 years ago by Eric Kok <[email protected]>
Merge pull request #498 from vrtdev/feature/inlinespan-customrender

Support InlineSpan as customRender

github.com/Sub6Resources/flutter_html - 5429f0752dd9bdd8b5bff65923221c1b2e48908e authored almost 4 years ago by Ryan Berger <[email protected]>
Merge remote-tracking branch 'upstream/master' into feature/inlinespan-customrender

# Conflicts:
# lib/html_parser.dart

github.com/Sub6Resources/flutter_html - b2467e7b747e771489796c12254d0d2a55dc4004 authored almost 4 years ago by Eric Kok <[email protected]>
Merge pull request #500 from vrtdev/bugfix/475-iframe-customrender-attributes

Fix iframe customRender not receiving attributes

github.com/Sub6Resources/flutter_html - dea464bf6c9672d3b72829dc842ed2cd9ed6ca68 authored almost 4 years ago by Ryan Berger <[email protected]>
Merge pull request #502 from tneotia/feature/img-tag-svg-support

Add basic support for svg elements in <img>

github.com/Sub6Resources/flutter_html - 6704b8e0a1eb3798473260b6f1f10725e6487cb2 authored almost 4 years ago by Ryan Berger <[email protected]>
Merge pull request #501 from tneotia/fix/video-aspect-ratio

Fix video aspect ratio black bars

github.com/Sub6Resources/flutter_html - 632e597feb311066c1c05e13d4838eba444becba authored almost 4 years ago by Ryan Berger <[email protected]>
Add basic support for svg elements in <img>

github.com/Sub6Resources/flutter_html - 30b6e74538b06d13b252b67643ed47f01d6343bb authored almost 4 years ago by tanay <[email protected]>
Fix video aspect ratio (huge black bars on top and bottom of video elements)

github.com/Sub6Resources/flutter_html - 640fd021d5695e0d27ee07f13fce5e37b1cffa2f authored almost 4 years ago by tanay <[email protected]>
Fixes #475 by passing the raw node to allow access to the raw attributes in a iframe customRender

github.com/Sub6Resources/flutter_html - 783178cc1ea8d1215d956e5a62cb5991a1cd7e1f authored almost 4 years ago by Eric Kok <[email protected]>
Fix inline rendering of (text) links

If non-text elements are used inside the <a> we still need widget spans and if they are long you...

github.com/Sub6Resources/flutter_html - d71517360ae2d351eb65da0798a24895972faf19 authored almost 4 years ago by Eric Kok <[email protected]>
Ensure a customRender that returns null falls back on the default behaviour

github.com/Sub6Resources/flutter_html - 348da44a079681f1ba7b0fd510ac68ad07121755 authored almost 4 years ago by Eric Kok <[email protected]>
Ensure a customRender that returns null falls back on the default behaviour

github.com/Sub6Resources/flutter_html - 1ca5f0dce7d349aa869d74c107d3dd213b4a422a authored almost 4 years ago by Eric Kok <[email protected]>
Support InlineSpan as customRender

Same as #298 but only the minimal required changes to make this work

github.com/Sub6Resources/flutter_html - fbaa7ba470de4d56cb3284d46f61b93b76ea5d95 authored almost 4 years ago by Eric Kok <[email protected]>
Merge pull request #493 from Sub6Resources/version-bump

update version in pubspec, update changelog, update readme

github.com/Sub6Resources/flutter_html - 4b0898fbdc108752983889aeef3595d7b7d5918a authored almost 4 years ago by Matthew Whitaker <[email protected]>
update version in pubspec, update changelog, update readme

github.com/Sub6Resources/flutter_html - 8ee1225b06ed953e6ecbe4134b26c714f72e19de authored almost 4 years ago by Ryan Berger <[email protected]>
Merge pull request #486 from vrtdev/bugfix/485-image-height

Images consume the screen height if the source is larger than needed

github.com/Sub6Resources/flutter_html - d3120579827b4602ec1324b898191547aaca1094 authored almost 4 years ago by Ryan Berger <[email protected]>
Merge pull request #484 from vrtdev/bugfix/increase-table-col-calc

Support multiple table colgroups and their span attribute

github.com/Sub6Resources/flutter_html - 319b0df8f2bb1e380d2c7f308d52c7ece3b9332f authored almost 4 years ago by Ryan Berger <[email protected]>
Fix #485 where images consume the screen height if the source is larger than intrinsic height (given the available horizontal space)

github.com/Sub6Resources/flutter_html - f6069e5dacb93f256b76d9c95f49785d5ba883f3 authored almost 4 years ago by Eric Kok <[email protected]>
Support multiple table colgroups and their span attribute

This also fixes a crash you could get when the specs didn't match the data (cf #456)

github.com/Sub6Resources/flutter_html - f3aaac30574bf36b5b39cdb3529e1f1bb159187a authored almost 4 years ago by Eric Kok <[email protected]>
Merge pull request #384 from dev-kuma/master

Added support to skip custom render-er if is null

github.com/Sub6Resources/flutter_html - 02267394a6425d692924f5e452a22b7efd18a0af authored almost 4 years ago by Ryan Berger <[email protected]>
Merge pull request #456 from vrtdev/feature/irregular-tables

Support irregular tables

github.com/Sub6Resources/flutter_html - f9638ad4745fcb993979fcb4514ab44c6d42c91e authored almost 4 years ago by Ryan Berger <[email protected]>
Move example html table down, to the original spot

github.com/Sub6Resources/flutter_html - 173994a47b428c978765fa55ffa5829a581528bf authored about 4 years ago by Eric Kok <[email protected]>
Merge pull request #1 from tneotia/feature/irregular-tables

Fix sizing issues for images in flutter_layout_grid

github.com/Sub6Resources/flutter_html - b24b26426ff877792cc54dc4f53b8aabb27d785e authored about 4 years ago by Eric Kok <[email protected]>
Fix alt text not showing up on broken images

github.com/Sub6Resources/flutter_html - 48a65f0105879a1c4bcb85946574298a51ecb6f8 authored about 4 years ago by tanay <[email protected]>
Fix flutter_layout_grid resizing issues with images

github.com/Sub6Resources/flutter_html - 871d63f99572d4422d532f07ffa356f5f127b5f0 authored about 4 years ago by tanay <[email protected]>
Revert "Fix image usage in table cells by always using an image's intrinsic height" as it breaks flowing usages of images

github.com/Sub6Resources/flutter_html - fd5e64bed562906d9700f73d1e516c316fae65f3 authored about 4 years ago by Eric Kok <[email protected]>
Fix image usage in table cells by always using an image's intrinsic height

github.com/Sub6Resources/flutter_html - 048aa491f0a3a8538af070d9712419541ddf5ff2 authored about 4 years ago by Eric Kok <[email protected]>
Merge remote-tracking branch 'upstream/master' into feature/irregular-tables

github.com/Sub6Resources/flutter_html - 80ed22d4180e34cf6ba41860186c4cc78d3f1251 authored about 4 years ago by Eric Kok <[email protected]>
Merge pull request #460 from Sub6Resources/feature/fix-pubspec-changelog

add version to changelog and pubspec

github.com/Sub6Resources/flutter_html - b71e9a3a54f2cbdad010826a16bc348a922f1672 authored about 4 years ago by Ryan Berger <[email protected]>
update changelog

github.com/Sub6Resources/flutter_html - 20e7caca6cc897d2b3c584d312f98cde9afdf4f0 authored about 4 years ago by Ryan Berger <[email protected]>
update chewie_audio

github.com/Sub6Resources/flutter_html - 79f4d0c6f778bc73dc72ff3e23140bdeae224be7 authored about 4 years ago by Ryan Berger <[email protected]>
update readme guide

github.com/Sub6Resources/flutter_html - 558eaefc5bf2c8f38e00cc6128a746c2a6223f89 authored about 4 years ago by Ryan Berger <[email protected]>
add version to changelog and pubspec

github.com/Sub6Resources/flutter_html - bc81cc8aba6060c5bb0363c2d0753961e9d0c596 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #305 from vanlooverenkoen/feature/#19-inline-styles

Feature/#19 inline styles

github.com/Sub6Resources/flutter_html - 7bde5d026092e8717f281321ebadd57a70f11717 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #455 from vrtdev/fix/chewie-bump

Upgrade chewie and chewie_audio

github.com/Sub6Resources/flutter_html - f99dc26badfea60e3056a37eb6c31c1d654c63c9 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #373 from Sub6Resources/fix/new-tag

update pubsec tag

github.com/Sub6Resources/flutter_html - b11dd8124ff77acedeea7c666ebffcd4a6e98de6 authored about 4 years ago by Ryan Berger <[email protected]>
Merge branch 'master' into fix/new-tag

github.com/Sub6Resources/flutter_html - 7ab1365a4067027ab17ae10a2ac0807c8ebfc9d1 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #434 from DFelten/feature/support-for-iframe-navigation-delegate

Add option to use navigation delegate feature of WebViews for iframes

github.com/Sub6Resources/flutter_html - ac4db2372c21347e8302d50b10cebaf8eda5921f authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #457 from vanlooverenkoen/patch-1

Update CHANGELOG.md

github.com/Sub6Resources/flutter_html - b1644fd9c0040449713e6b4982696ea49198dfc0 authored about 4 years ago by Ryan Berger <[email protected]>
Prevent crash when using an img in a table; even though the rendering is not up to par (due to the intrinsic height not being recalculated after the network image is ready to render)

github.com/Sub6Resources/flutter_html - 9fa07bb6c55a43603e57c9abf0a26736e5b70f7a authored about 4 years ago by Eric Kok <[email protected]>
Update CHANGELOG.md

Fixed comment

github.com/Sub6Resources/flutter_html - 0eca779e6c3a5db469171e6da20fd63e84ea3d89 authored about 4 years ago by Van Looveren Koen <[email protected]>
Update CHANGELOG.md

Changelog on pub.dev is not up-to-date. this should fix that

github.com/Sub6Resources/flutter_html - 907b93aff82aa96030bc9aa1b66234ab5704a5b9 authored about 4 years ago by Van Looveren Koen <[email protected]>
Fix vertical spacing in table cells to expand to row intrinsic height and allow aligning their child content

github.com/Sub6Resources/flutter_html - dff758fe5e362e107a313069db6205b8f9b8296f authored about 4 years ago by Eric Kok <[email protected]>
Elevate td and tr elements to be parsed as cell type but cleaner and more robust code

github.com/Sub6Resources/flutter_html - fd0a32cc5e2bf3a9186334a14a42e36b45c3637e authored about 4 years ago by Eric Kok <[email protected]>
Support irregular tables using flutter_layout_grid

github.com/Sub6Resources/flutter_html - d87648964f787229c19eb441d12a0d194769feec authored about 4 years ago by Eric Kok <[email protected]>
Fix #452 by upgrade chewie and chewie_audio to recent versions

As this upgrade wakelock and that is supporting Flutter's v2 binding on Android only, I upgrade ...

github.com/Sub6Resources/flutter_html - 84f547dc7730f9cebd7a687b14d98061af6693d5 authored about 4 years ago by Eric Kok <[email protected]>
Merge remote-tracking branch 'upstream/fix/new-tag'

# Conflicts:
# example/pubspec.lock
# pubspec.lock

github.com/Sub6Resources/flutter_html - 811cd21003572b384685f375a60b1df5448dba59 authored about 4 years ago by Eric Kok <[email protected]>
Fix custom renderer not being applied at all

github.com/Sub6Resources/flutter_html - 488acc1f0f3ae2e836336cfff041932e6bcaafe8 authored about 4 years ago by Eric Kok <[email protected]>
Merge remote-tracking branch 'upstream/master' into dev-kuma-master

github.com/Sub6Resources/flutter_html - ac97e7699f9c3b41385a04b20bde3101dc9eb8df authored about 4 years ago by Eric Kok <[email protected]>
Add option to use navigation delegate feature of WebViews for iframes

github.com/Sub6Resources/flutter_html - ddadc41e3e4553888a1bdc95b63f4f2083fd9af2 authored about 4 years ago by Daniel Felten <[email protected]>
Merge pull request #431 from Sub6Resources/revert-398-fix/trim_whitespaces

Revert "Remove remaining leading and trailing whitespaces"

github.com/Sub6Resources/flutter_html - 4406a4f151eef92bb15669730d1a070dc4a143b8 authored about 4 years ago by Ryan Berger <[email protected]>
Revert "Remove remaining leading and trailing whitespaces"

github.com/Sub6Resources/flutter_html - 34b5228b0e2b1c3a25a84a00751ab7ec884b46d5 authored about 4 years ago by Eric Kok <[email protected]>
Merge pull request #418 from aarajput/master

flutter_svg version updated to 0.19.0

github.com/Sub6Resources/flutter_html - dab9923ad94cff9efa08203a27d30bbb92f985f6 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #420 from emagnier/table-widths

Table: make `width` property not mandatory on `<col>` elements.

github.com/Sub6Resources/flutter_html - 0724094eb5201dc5e22797ef618a76d052e9ae24 authored about 4 years ago by Ryan Berger <[email protected]>
Check for undefined widths on column tables

github.com/Sub6Resources/flutter_html - d25f3aed870892158fd62e5a4d80c4bea4d61368 authored about 4 years ago by Etienne <[email protected]>
Merge pull request #326 from hey24sheep/master

Readme updated for package and examples

github.com/Sub6Resources/flutter_html - 89efb7c3e16ecc4e17af12eb7eb47a0c94ad76fc authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #398 from sgara/fix/trim_whitespaces

Remove remaining leading and trailing whitespaces

github.com/Sub6Resources/flutter_html - 835775b6db86d442b36cb101ee27878df0dff345 authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #417 from Sub6Resources/new-parser

New parser - small oopsie

github.com/Sub6Resources/flutter_html - d480affeee689142df46f6bbc11c6966300f8ec4 authored about 4 years ago by Ryan Berger <[email protected]>
flutter_svg version updated to 0.19.0

github.com/Sub6Resources/flutter_html - 5f052254f81ce3b2cbbc343b0f2802a4acc3560d authored about 4 years ago by Ali Abbas <[email protected]>
Merge pull request #284 from DocMarty84/new-parser-fix

Fix video aspect ratio

github.com/Sub6Resources/flutter_html - 54be788849a03849f2fcd3d1967cfa60a071d9bc authored about 4 years ago by Ryan Berger <[email protected]>
Merge pull request #412 from chandrabezzo/pubspec

Update pubspec.yaml

github.com/Sub6Resources/flutter_html - f1c52678a1a278498d2b520a53c8fcdab28916fb authored about 4 years ago by Ryan Berger <[email protected]>
Update pubspec.yaml

upgrade version webview_flutter

github.com/Sub6Resources/flutter_html - 9e7acf3000088ac64b41a6e3f306f5412406af7f authored over 4 years ago by Chandra Abdul Fattah <[email protected]>
Remove remaining leading and trailing spaces

github.com/Sub6Resources/flutter_html - 2f19ee9cba4b428da3fd303e21c28d5c94e5eebe authored over 4 years ago by Stéphane Garagnani <[email protected]>
removed comments from example/readme

github.com/Sub6Resources/flutter_html - 3ab7992eed565a480783f193810a12fe1ad40323 authored over 4 years ago by hey24sheep <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/Sub6Resources/flutter_html - 50bc4c202ad2ee5ad86d6b6782e088500682ac07 authored over 4 years ago by hey24sheep <[email protected]>
Merge pull request #315 from JacobWrenn/master

Add support for list-style-position css attribute

github.com/Sub6Resources/flutter_html - 9ed5331fc93f801e6cf1be7492e06e01a6c1abe5 authored over 4 years ago by Ryan Berger <[email protected]>
Merge branch 'master' into master

github.com/Sub6Resources/flutter_html - c4d71387d5abea10ca63c66bc9e25bdc36758408 authored over 4 years ago by Ryan Berger <[email protected]>
Merge pull request #392 from momt99/patch-1

Add text direction support to list items

github.com/Sub6Resources/flutter_html - 936de77eda9a2d78158b6654011f55d4b52b0575 authored over 4 years ago by Ryan Berger <[email protected]>
remove pubspec

github.com/Sub6Resources/flutter_html - 48b95adcec735e78f39a74e7daf5f4f5baa65d61 authored over 4 years ago by Ryan Berger <[email protected]>
Merge pull request #306 from vanlooverenkoen/feature/#233-line-height-support

#233: Added supoort for line-height

github.com/Sub6Resources/flutter_html - 85f6446a57677b7bb242aa94dd06eb73a8c3a5e0 authored over 4 years ago by Ryan Berger <[email protected]>
Add text direction support to list items

This will fix list bullets and indentation problems in RTL languages and layout directions.
Rel...

github.com/Sub6Resources/flutter_html - 3f3b782ccbe67997e6d5a253572336a1182f0f9f authored over 4 years ago by Mohammad Omidvar Tehrani <[email protected]>
Added support to skip custom render-er if is null

These changes allow skipping the custom render-er and using back the default render-er in some c...

github.com/Sub6Resources/flutter_html - f5c2bdcee5ea37c7fe81dda2d66ce203b1442281 authored over 4 years ago by dev-kuma <[email protected]>
increase version of svg

github.com/Sub6Resources/flutter_html - 6bda639841a29ad90a7bb530d6adb5bed51ede30 authored over 4 years ago by Jacob Wrenn <[email protected]>
update readme, pubsec

github.com/Sub6Resources/flutter_html - 21eee132d1a69926f07fb4d060ff60dd66f8fe78 authored over 4 years ago by Ryan Berger <[email protected]>
update pubsec tag

github.com/Sub6Resources/flutter_html - 401cf064d130183098b11d4f673719dbf8d0117f authored over 4 years ago by Ryan Berger <[email protected]>