TF-4141 Adding tearDownAll for GetX cleanup and documentation for proper cleanup, widget wrapping expectations

This commit is contained in:
dab246
2026-01-02 08:57:53 +07:00
committed by Dat H. Pham
parent 4340b0aff2
commit 42a838f263
2 changed files with 27 additions and 0 deletions
@@ -161,4 +161,9 @@ void main() {
);
});
});
tearDownAll(() {
Get.delete<ResponsiveUtils>();
Get.delete<ImagePaths>();
});
}