We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a24613 commit 998be5aCopy full SHA for 998be5a
lib/provider/image_loader.dart
@@ -45,7 +45,7 @@ class ImageLoader extends ChangeNotifier {
45
}) async {
46
isLoading = true;
47
notifyListeners();
48
-
+
49
try {
50
final dir = await getApplicationDocumentsDirectory();
51
final file = File('${dir.path}/last_finalized.png');
0 commit comments