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

Removed blurhash dependency #30

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Conversation

renefloor
Copy link
Collaborator

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

This removes the blur_hash OctoSet

⤵️ What is the current behavior?

Currently it's depending on blur_hash and blur_hash is broken on current master channel, see fluttercommunity/flutter_blurhash#57
As OctoImage is also used by other packages, such as CachedNetworkImage this also breaks those packages.

🆕 What is the new behavior (if this is a feature change)?

It removes the dependency on blur_hash and adds an explanation to the readme how to keep using it.
I would say that no included OctoSet should ever add external dependencies to keep this package clean and maintainable.

💥 Does this PR introduce a breaking change?

Yes, because we are removing an existing API.

🐛 Recommendations for testing

No recommendations, as we only remove some non-critical code.

📝 Links to relevant issues/docs

#29

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines
  • Relevant documentation was updated
  • Rebased onto current develop

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
lib/src/errors.dart ø
lib/src/octo_set.dart 0.00%
lib/src/placeholders.dart ø

📢 Thoughts on this report? Let us know!.

@renefloor renefloor force-pushed the bugfix/remove-blurhash-dependency branch from 54ecab2 to c2a488d Compare September 25, 2023 12:37
@renefloor renefloor merged commit 09d01c5 into develop Sep 25, 2023
9 of 11 checks passed
@renefloor renefloor deleted the bugfix/remove-blurhash-dependency branch September 25, 2023 13:44
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