mkobuolys / flutter_deck

A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.
https://pub.dev/packages/flutter_deck
MIT License
173 stars 24 forks source link

feat: Image slide should support configurable BoxFit #107

Open matthew-carroll opened 1 week ago

matthew-carroll commented 1 week ago

The ImageSlide displays an image. It appears that the only display option is to shrink the image to fit in the available space, centered.

I'd like to be able to scale my image to fill all space (crop), and also control the alignment of the cropped image.

ImageSlide should support a BoxFit as well as an alignment.

mkobuolys commented 1 week ago

Good catch, completely agree.