Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version of archive from 3.4.10 to 3.5.1 #45

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

rainyl
Copy link
Owner

@rainyl rainyl commented May 10, 2024

setup fails on archive>3.5.0 due to an API change, https://pub.dev/packages/archive/changelog#350---april-26-2024

void extractArchiveToDisk(Archive archive, String outputPath, {bool asyncWrite = false, int? bufferSize})

to

Future<void> extractArchiveToDisk(Archive archive,String outputPath, {int? bufferSize,}) async{}

Releated:

@rainyl rainyl merged commit 80a780e into main May 10, 2024
1 check passed
@rainyl rainyl deleted the bump-archive-version branch May 12, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant