Is there an existing issue for this?
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
Is there an existing issue for this?
Describe the problem
In #569 , default value of
gaplessPlaybackchange totrue.But, In Flutter's
ImageWidget, default value ofgaplessPlaybackisfalse.https://api.flutter.dev/flutter/widgets/Image/gaplessPlayback.html
In my opinion, I expect the
image()function (generated fromflutter_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