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

[FR]: default value of gaplessPlayback bak to Flutter's standard #640

Open
2 tasks done
Zudah228 opened this issue Jan 27, 2025 · 1 comment
Open
2 tasks done

[FR]: default value of gaplessPlayback bak to Flutter's standard #640

Zudah228 opened this issue Jan 27, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Zudah228
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the problem

In #569 , default value of gaplessPlayback change to true.
But, In Flutter's Image Widget, default value of gaplessPlayback is false.

https://api.flutter.dev/flutter/widgets/Image/gaplessPlayback.html

In my opinion, I expect the image() function (generated from flutter_gen_builder) to work the same way as Flutter.

This can also considered as a non-breaking change in most cases.

But, it is unnatural that it doesn't work the same as the flutter standard.
At least make it possible to switch by yaml file parameters, etc.

Describe the solution

Revert #569, or make it possible to switch by yaml file parameters.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Zudah228 Zudah228 added the enhancement New feature or request label Jan 27, 2025
@AlexV525
Copy link
Member

Do you have a real-world case that runs against the goal of #569 (comment)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants