leak_tracker_flutter_testing 1.0.9 leak_tracker_flutter_testing: ^1.0.9 copied to clipboard
Flutter specific helpers for dart memory leak tracking.
1.0.9 #
- Update
testWidgetsWithLeakTracking
to avoid duplicated leak tracking by testWidgets.
1.0.8 #
- Make configuration adjustable.
1.0.7 #
- Set version of leak_tracker_testing to
^1.0.5
.
1.0.6 #
- If an object is not disposed by the end of testing, mark it as notDisposed.
1.0.5 #
- Bump version of SDK to 3.1.2.
1.0.4 #
- Update matcher for memory events to handle async callbacks.
1.0.3 #
- Define matcher to verify if a class is reporting memory allocations.
1.0.2 #
- Add debugging constructors to LeakTrackingTestConfig, per leak type.
1.0.1 #
- Expose global leak tracking settings.
1.0.0 #
- First release.