Hello everyone,
My app works well on iOS 14 (as well as Android and web), but I have some annoying issues on iOS 15.
For example:
- the background of a FloatingActionButton is not visible.
- When I use:
BoxDecoration(
shape: BoxShape.circle,
image:
DecorationImage(image: image, fit: BoxFit.fill),
)
the image is not visible. Without the shape argument it works fine.
I do not have much experience with Flutter nor iOS development. My questions are:
- Is official iOS 15 support something that I can expect in the near future?
Is it normal that it takes some time for flutter to support new iOS versions?
- Is there anything that I can do to make my app work correctly in the meantime?
Thanks in advance,
Frederic