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

Flutter runtime code coverage plugin supporting Release mode. Collects line-level coverage data with LCOV output and S3 upload support.

Changelog #

1.0.0 #

  • Initial release
  • Runtime code coverage collection for Release mode
  • Line-level coverage tracking using efficient BitSet storage
  • LCOV format output compatible with genhtml, codecov, etc.
  • Local file storage with automatic cleanup
  • AWS S3 upload support with SigV4 authentication
  • CLI instrumentation tool for source code transformation
  • Auto-upload feature with configurable intervals
  • Automatic local file cleanup after successful S3 upload
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter runtime code coverage plugin supporting Release mode. Collects line-level coverage data with LCOV output and S3 upload support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, args, aws_common, aws_signature_v4, flutter, flutter_web_plugins, glob, path, path_provider, plugin_platform_interface, web

More

Packages that depend on flutter_live_coverage

Packages that implement flutter_live_coverage