hotly 0.1.0 copy "hotly: ^0.1.0" to clipboard
hotly: ^0.1.0 copied to clipboard

A Flutter package for testing via an isolate improving performance.

Hotly #

Hotly is a Flutter package that provides a lightweight test runner widget for running unit, widget, or integration tests within your app. It supports both in-process testing and isolated execution via Dart isolates, giving you flexibility to run tests without blocking your main app.


Features #

  • ✅ Run tests in-process or in a separate isolate
  • ✅ Visual test indicator overlay for quick feedback
  • ✅ View detailed test results with errors and stack traces
  • ✅ Compatible with Flutter apps, integrates with WidgetsBinding
  • ✅ Easy to integrate into existing apps without modifying test code

Installation #

Add this to your package’s pubspec.yaml:

dependencies:
  hotly: ^0.1.0
0
likes
130
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for testing via an isolate improving performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, test_api

More

Packages that depend on hotly

Packages that implement hotly