html_content_measurer 1.0.0 copy "html_content_measurer: ^1.0.0" to clipboard
html_content_measurer: ^1.0.0 copied to clipboard

A utility for measuring the height of dynamically rendered HTML content in web applications.

example/html_content_measurer_example.dart

import 'package:html_content_measurer/html_content_measurer.dart';

void main() async {
  const testContent = '<div style="height: 200px;"></div>';
  var awesome = await measureHtmlContent(testContent);
  print('awesome: 232: $awesome');
}
0
likes
0
points
322
downloads

Publisher

unverified uploader

Weekly Downloads

A utility for measuring the height of dynamically rendered HTML content in web applications.

Homepage

License

unknown (license)

More

Packages that depend on html_content_measurer