Skip to content

Commit

Permalink
Merge pull request #245 from flow-mn:develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sadespresso authored Dec 25, 2024
2 parents b329317 + b7cbba9 commit 599c946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sync/import.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Future<Importer> importBackup({
);
}

final Directory tempDir = await getTemporaryDirectory();
final Directory tempDir = await getApplicationCacheDirectory();

final String dir = path.join(tempDir.path,
"flow_unzipped_${DateTime.now().millisecondsSinceEpoch.toRadixString(36)}");
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A personal finance managing app

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: "0.10.0+90"
version: "0.10.0+91"

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down

0 comments on commit 599c946

Please sign in to comment.