flutter_html_video
This extension package allows the <video> tag to be rendered using the flutter_html package
3.0.0
5.5K downloads/mo
#3716 most downloaded on pub.dev
Sub6Resources/flutter_html
What this package is like to depend on
Last release 1 years ago
11 Mar 2025
Release timing varies
gaps range from 2 weeks to 1.8 years
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
7 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Jan 2022 to Mar 2025Releases
latest 7-
3.0.011 Mar 2025Release notes
Open source →What's Changed
- chore: Update upper sdk constraint for external packages to Dart 4.0.0 by @Sub6Resources in #1302
- Update flutter math fork version by @zhourengui in #1304
- fix: Better support for intrinsics, table, vertical-align, and display by @Sub6Resources in #1306
- Using disc as default list style if the specified one doesn't exist by @GabrielAraujo in #1390
- update readme for subpackages for migration from CustomRender to HtmlExtension by @ndusart in #1344
- Feature/expose image element by @kaiquegazola in #1336
- Add srcdoc check when building IframeWidget by @swiftymf in #1355
- fix: enable JavaScript in iframe by @DocMarty84 in #1421
- Resolve: [BUG]':hover' selector of type PseudoClassSelector is not implemented by @DanilKarasev in #1423
- fit: make a href style overridable by @EArminjon in #1431
- fix-html-inside-data-table by @EArminjon in #1460
- fix: Update dependency versions, and fix some Table issues by @Sub6Resources in #1464
- chore: Switch from CircleCI to Github Actions by @Sub6Resources in #1465
- Fix CI by @Sub6Resources in #1466
- chore: Update README with new CI badge by @Sub6Resources in #1467
- fix: fixed regression in list marker positioning by @Sub6Resources in #1468
- Bug | Illegal RegExp in Safari in 3.0.0-beta.1 and beta.2 by @nambiarAswathi in #1444
New Contributors
- @zhourengui made their first contribution in #1304
- @GabrielAraujo made their first contribution in #1390
- @ndusart made their first contribution in #1344
- @swiftymf made their first contribution in #1355
- @DanilKarasev made their first contribution in #1423
- @EArminjon made their first contribution in #1431
- @nambiarAswathi made their first contribution in #1444
Full Changelog: flutter_html-v3.0.0-beta.2...v3.0.0
Release notes
Open source →- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
-
3.0.0-beta.231 May 2023 pre-releaseRelease notes
Open source →What's Changed
- Fix image source matcher tests so they actually run correctly by @Sub6Resources in #1086
- Feature/add font family fallback by @kaiquegazola in #1079
- Fix issues brought up by pub.dev score analyzer by @Sub6Resources in #1088
- Support inferred mrow for msqrt. by @RyosukeFukatani in #1108
- Add support for auto horizontal margins by @zbarbuto in #879
- New CSSBoxWidget and lots of bug fixes by @Sub6Resources in #1135
- Add basic melos support by @Sub6Resources in #1147
- Fix analysis and code format issues by @Sub6Resources in #1148
- Release Version 3.0.0-alpha.6 by @Sub6Resources in #1149
- flutter_html_math: escape braces by @fukatani in #1163
- feat: Support mtable, mtd, mtr for draw matrix. by @fukatani in #1164
- Fix Lists and upgrade List support to CSS3 by @Sub6Resources in #1161
- fix: Fix issue with font scaling introduced in 3.0.0-alpha.6 by @Sub6Resources in #1173
- feat: Support mfenced. by @fukatani in #1174
- feat: Support mmultiscripts. by @fukatani in #1175
- fix SelectableHtml not rebuild when data change by @docaohuynh in #1111
- Correct margin collapse by @arjanmels in #1237
- Adding tests for SVG and fixing height/width bug by @jlyonsmith in #1202
- Fix missing headers parameter by @ndelanou in #1203
- Improve video by @arjanmels in #1236
- Fix: Aspect ratio exception when height is 0 by @ib-8 in #1222
- Migrate
CustomRendertoHtmlExtensionby @Sub6Resources in #1176 - feat: Add WrapperExtension helper by @Sub6Resources in #1264
- fix: a tag should not style as link if href is not provided by @Sub6Resources in #1265
- feat: support vertical-align in inline styles by @Sub6Resources in #1266
- fix: Cleaned up whitespace processing and added whitespace tests by @Sub6Resources in #1267
- Use proper
<figure>stylesheet by @Sub6Resources in #1269 - Corrected accessibility text scaling by @arjanmels in #1259
- fix: improve API for ExtensionContext and export marker.dart by @Sub6Resources in #1273
- Added "display: Display.block" to table by @arjanmels in #1278
- fix: start list items on a new line by @nico-famedly in #1281
- feat: Update CssBoxWidget to handle rtl marker boxes by @Sub6Resources in #1270
- Mark Summary and Details as block items by @arjanmels in #1276
New Contributors
- @RyosukeFukatani made their first contribution in #1108
- @fukatani made their first contribution in #1163
- @docaohuynh made their first contribution in #1111
- @jlyonsmith made their first contribution in #1202
- @ndelanou made their first contribution in #1203
- @ib-8 made their first contribution in #1222
- @nico-famedly made their first contribution in #1281
Full Changelog: 3.0.0-alpha.5...flutter_html-v3.0.0-beta.2
-
3.0.0-beta.113 May 2023 pre-release -
3.0.0-alpha.503 Oct 2022 pre-releaseRelease notes
Open source →- Fixed hot reloads, thanks @arjenmels
- Fixed link taps not working
- Improvements in README
-
3.0.0-alpha.420 Apr 2022 pre-release -
3.0.0-alpha.314 Apr 2022 pre-releaseRelease notes
Open source →- Fixed styling not being applied to list item markers
- [video] Fixed crash when iframe or video tags used unsupported/incorrect height or width
Release notes
Open source →- Fixed crash when iframe or video tags used unsupported/incorrect height or width
-
3.0.0-alpha.205 Jan 2022 pre-releaseRelease notes
Open source →- BREAKING Full modularization using split packages; see our upgrade guide or use flutter_html_all
Release notes
Open source →- Initial modularized flutter_html release; use flutter_html_video if you need support for the
<video>tag