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

feat: catalyst compression - brotli/zstd #626

Merged
merged 8 commits into from
Jul 18, 2024
Merged

Conversation

dtscalac
Copy link
Contributor

Description

Adds a catalyst_compression flutter package that exposes a JS wrapper for brotli/zstd JS compression algorithms.

Screenshots

Screenshot 2024-07-18 at 11 30 44

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@dtscalac dtscalac added review me PR is ready for review dart Pull requests that update Dart code labels Jul 18, 2024
@dtscalac dtscalac self-assigned this Jul 18, 2024
@dtscalac dtscalac requested review from minikin and stevenj as code owners July 18, 2024 11:31
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 97/97}$ | ${\color{red}Fail: 0/97}$ |

@minikin minikin self-requested a review July 18, 2024 15:19
Copy link
Collaborator

@minikin minikin left a comment

Choose a reason for hiding this comment

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

lgtm

@minikin minikin merged commit 2b8e7d7 into main Jul 18, 2024
30 checks passed
@minikin minikin deleted the feat/catalyst_compression branch July 18, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants