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

2.3.0 not compatible with gal_linux #209

Closed
4 tasks done
lijianqiang12 opened this issue Feb 5, 2024 · 1 comment
Closed
4 tasks done

2.3.0 not compatible with gal_linux #209

lijianqiang12 opened this issue Feb 5, 2024 · 1 comment
Assignees
Labels
👾 invalid This doesn't seem right

Comments

@lijianqiang12
Copy link

Did you check the documentation and it did not help?

Overview

pub-cache/hosted/pub.dev/gal_linux-0.0.1/lib/src/gal_linux.dart:25:16: Error: The method 'GalPluginLinux.putImageBytes' has fewer named arguments than those of overridden method 'GalPlatform.putImageBytes'.
Future putImageBytes(Uint8List bytes, {String? album}) =>

pub-cache/hosted/pub.dev/gal-2.3.0/lib/src/gal_platform_interface.dart:23:16: Context: This is the overridden method ('putImageBytes').
Future putImageBytes(Uint8List bytes,

Steps to reproduce

when i upgrade to gal 2.3.0

Code sample

Code sample
flutter_quill

Environment

Logs
nothing

Logs

Logs
nothing
@lijianqiang12 lijianqiang12 added 🐝 bug Something isn't working 👀 in triage This issue or pull request is in triage labels Feb 5, 2024
@natsuk4ze
Copy link
Owner

natsuk4ze commented Feb 5, 2024

This is a gal_linux issue, so please submit an issue to that repository.

updating to gal 2.3.0 was not a breaking change for users. However, it was a breaking change for gal_linux as a non-endorsed federated plugin.

@natsuk4ze natsuk4ze added 👾 invalid This doesn't seem right and removed 🐝 bug Something isn't working 👀 in triage This issue or pull request is in triage labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👾 invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants