| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.24.19 source code.tar.gz | 2026-03-20 | 68.6 MB | |
| 0.24.19 source code.zip | 2026-03-20 | 77.5 MB | |
| README.md | 2026-03-20 | 987 Bytes | |
| Totals: 3 Items | 146.1 MB | 0 | |
Performance Improvements
- CSS/Dart Engine: significantly reduce pure-Dart style application overhead for large DOM mounts by pruning redundant subtree restyles, optimizing selector and cascade evaluation, speeding pseudo-element styling, reducing declaration merge/flush work, and caching parse-time CSS values before resolve-time application.
- Bridge/DOM: reduce UI command package overflow during large DOM mounts.
Bug Fixes
- CSS/Backgrounds: fix mixed
background-attachment: fixed, localmulti-layer background painting, preserve authored layered background values, and warm background images early enough for first-paint snapshots. - CSS/CSSOM: normalize kebab-case CSSOM property names and ensure pending inline style updates flush even when recomputed style matches the queued value, fixing resolved-value regressions.
- Dependencies: widen
archiveandintlversion constraints for Flutter 3.27+ compatibility.