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

refactor: Simplify how images.dart decodes images #2293

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

erickzanardo
Copy link
Member

Description

I've recently discovered that the painting.dart library from flutter has a nicer API for the decodeImageFromList than dart:ui.

This PR changes to use the one from painting.dart to simplify a little bit this class.

Checklist

  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

@erickzanardo erickzanardo requested review from st-pasha, ufrshubham and a team January 25, 2023 23:50
@erickzanardo erickzanardo changed the title refactor: simplify how images.dart decodes images Refactor: simplify how images.dart decodes images Jan 25, 2023
@erickzanardo erickzanardo changed the title Refactor: simplify how images.dart decodes images refactor: Simplify how images.dart decodes images Jan 25, 2023
Copy link
Member

@ufrshubham ufrshubham left a comment

Choose a reason for hiding this comment

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

LGTM

@spydon spydon changed the title refactor: Simplify how images.dart decodes images fix: Simplify how images.dart decodes images Jan 26, 2023
@spydon spydon changed the title fix: Simplify how images.dart decodes images refactor: Simplify how images.dart decodes images Jan 26, 2023
@erickzanardo erickzanardo enabled auto-merge (squash) January 26, 2023 12:17
@erickzanardo erickzanardo merged commit b492542 into main Jan 26, 2023
@erickzanardo erickzanardo deleted the erick.images-decode-refactor branch January 26, 2023 12:26
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.

5 participants