Skip to content

Commit 4c645a8

Browse files
committed
refactor: extrct Setting wiget
Signed-off-by: OctagonalStar <76486554+OctagonalStar@users.noreply.github.com>
1 parent e4547c2 commit 4c645a8

3 files changed

Lines changed: 230 additions & 418 deletions

File tree

lib/package_replacement/fake_dart_io.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class File {
55
// nothing
66
return "";
77
}
8-
bool existsSync() {return true;}
8+
bool existsSync() {return false;}
99

1010
void deleteSync() {}
1111

0 commit comments

Comments
 (0)