leak_tracker 4.0.1
leak_tracker: ^4.0.1 copied to clipboard
A framework for memory leak tracking for Dart and Flutter applications.
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.