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

Remove uses of DecoderBufferCallback #143880

Open
ditman opened this issue Feb 21, 2024 · 1 comment · May be fixed by flutter/packages#8216
Open

Remove uses of DecoderBufferCallback #143880

ditman opened this issue Feb 21, 2024 · 1 comment · May be fixed by flutter/packages#8216
Assignees
Labels
c: tech-debt Technical debt, code quality, testing, etc. p: deprecated api Use of a deprecated Dart API in flutter/packages that needs to be updated p: ios_platform_images Plugin for loading images from the native bundle P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team

Comments

@ditman
Copy link
Member

ditman commented Feb 21, 2024

The package ios_platform_images is complaining about using a deprecated API, and suggesting a workaround:

Analyzing ios_platform_images...       3.2s

   info • lib/ios_platform_images.dart:74:5 • 'DecoderBufferCallback' is deprecated and shouldn't be
          used. Use ImageDecoderCallback with ImageProvider.loadImage instead. This feature was deprecated
          after v3.7.0-1.4.pre. Try replacing the use of the deprecated member with the replacement. •
          deprecated_member_use
   info • lib/ios_platform_images.dart:84:5 • 'DecoderBufferCallback' is deprecated and shouldn't be
          used. Use ImageDecoderCallback with ImageProvider.loadImage instead. This feature was deprecated
          after v3.7.0-1.4.pre. Try replacing the use of the deprecated member with the replacement. •
          deprecated_member_use

2 issues found.
@ditman ditman added package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team c: tech-debt Technical debt, code quality, testing, etc. p: ios_platform_images Plugin for loading images from the native bundle fyi-ios For the attention of iOS platform team p: deprecated api Use of a deprecated Dart API in flutter/packages that needs to be updated labels Feb 21, 2024
@stuartmorgan stuartmorgan added P2 Important issues not at the top of the work list triaged-ecosystem Triaged by Ecosystem team labels Feb 27, 2024
@hellohuanlin hellohuanlin added the triaged-ios Triaged by iOS platform team label Feb 28, 2024
@flutter-triage-bot flutter-triage-bot bot removed fyi-ios For the attention of iOS platform team triaged-ios Triaged by iOS platform team labels Feb 28, 2024
@Piinks Piinks self-assigned this May 29, 2024
@flutter-triage-bot flutter-triage-bot bot added the Bot is counting down the days until it unassigns the issue label Oct 2, 2024
@flutter-triage-bot
Copy link

This issue is assigned to @Piinks but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!

@Piinks Piinks removed their assignment Oct 2, 2024
@flutter-triage-bot flutter-triage-bot bot removed the Bot is counting down the days until it unassigns the issue label Oct 3, 2024
@stuartmorgan stuartmorgan self-assigned this Dec 3, 2024
@stuartmorgan stuartmorgan linked a pull request Dec 3, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: tech-debt Technical debt, code quality, testing, etc. p: deprecated api Use of a deprecated Dart API in flutter/packages that needs to be updated p: ios_platform_images Plugin for loading images from the native bundle P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants