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

Null safety bugfix #28

Merged
merged 1 commit into from Jun 10, 2021
Merged

Null safety bugfix #28

merged 1 commit into from Jun 10, 2021

Conversation

WebEferen
Copy link
Contributor

Hello,

Once Flutter team moves null-safety into stable channel, existing repository won't be working anymore.
It can't even be downloaded so I just made a fork with couple of fixes.

Feel free to accomodate changes.

@WebEferen WebEferen mentioned this pull request Jun 10, 2021
@@ -41,8 +42,16 @@ class Pass {
return parsedPasses;
}

/// Delete all files and folders for passFiles from internal memory and return void
Future<void> deleteAll() async {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added also deleteAll method to allow fast cleanup (passes cleanup)

@alexey-nobody
Copy link
Owner

Thanks, @WebEferen for this big work, today I review your pull request and release package asap.

@alexey-nobody alexey-nobody added the enhancement New feature or request label Jun 10, 2021
@alexey-nobody alexey-nobody merged commit 7e91090 into alexey-nobody:master Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants