leak_tracker 7.0.8
leak_tracker: ^7.0.8 copied to clipboard
A framework for memory leak tracking for Dart and Flutter applications.
7.0.8 #
- Disconnect from service after obtaining retaining paths.
7.0.7 #
- Protect from identityHashCode equal to 0.
7.0.6 #
- Add helpers for troubleshooting.
- Handle generic arguments for retaining path detection.
7.0.5 #
- Convert to multi-package.
7.0.4 #
- Fix path collection.
- Create constructor to collect path.
7.0.3 #
- Fix connection issue.
7.0.2 #
- Improve retaining path formatting.
7.0.1 #
- Format retaining path nicely.
7.0.0 #
- Enable collection of retaining path.
6.0.3 #
- Separate testing.
6.0.2 #
- Fixes to support g3.
6.0.1 #
- Fix for MemoryUsageEvent constructor.
6.0.0 #
- Fix typo in public API.
- Add assersion for negative delay between snapshots.
5.0.0 #
- Migrate from auto-snapshotting to usage-tracking.
- Improve leak debugging UX.
- Fix failures in case of duplicates.
4.0.3 #
- Fix broken documentation link.
4.0.2 #
- Improve documentation.
4.0.1 #
- Autosnapshotting.
4.0.0 #
- Improve documentation and naming.
3.0.2 #
- Add members to
LeakTrackingTestConfig
.
3.0.1 #
- Increase sdk version
- Remove obsolet lint
3.0.0 #
- Breaking changes: update names of types to be align with Flutter naming convention.
- Add model for Flutter unit testing configuration.
- Adopt Flutter standard lints.
2.0.3 #
- Improve more documentation.
2.0.2 #
- Improve documentation.
2.0.1 #
- Minor changes.
- Updated
vm_service
version to >=9.0.0 <12.0.0.
2.0.0 #
- Breaking changes in
withLeakTracking
.
1.0.2 #
- Refactor test_infra libraries.
1.0.1 #
- Documentation updates.
1.0.0 #
- First release.
1.0.0-dev.1.6 #
- Enable reset for leak tracker.
1.0.0-dev.1.5 #
- Define matcher for leaks.
1.0.0-dev.1.4 #
- Tests and minor fixes.
1.0.0-dev.1.3 #
- Test for
pumpWidget
. - Make
disposalTimeBuffer
configurable. - Testing API
withLeakTracking
.
1.0.0-dev.1.2 #
- Minor fixes.
1.0.0-dev.1.1 #
- Reorganize example to fit pub.dev standards.
1.0.0-dev.1.0 #
- Create initial structure.