We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d44065 commit 1bab3f4Copy full SHA for 1bab3f4
src/serious_python/bin/package_command.dart
@@ -434,7 +434,7 @@ class PackageCommand extends Command {
434
stdout.writeln(
435
"Creating app archive at ${dest.path} from a temp directory");
436
final encoder = ZipFileEncoder();
437
- encoder.zipDirectory(tempDir, filename: dest.path);
+ await encoder.zipDirectory(tempDir, filename: dest.path);
438
439
// create hash file
440
stdout.writeln("Writing app archive hash to ${dest.path}.hash");
src/serious_python_platform_interface/pubspec.yaml
@@ -13,7 +13,7 @@ dependencies:
13
sdk: flutter
14
plugin_platform_interface: ^2.1.8
15
path_provider: ^2.1.3
16
- archive: ^3.6.1
+ archive: ^4.0.7
17
path: ^1.9.0
18
19
dev_dependencies:
0 commit comments