immadisairaj / prides

A package that helps in creating custom Slides and Presenting them.
https://pub.dev/packages/prides
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

feat: Add option to choose a size / resolution for slides #16

Closed immadisairaj closed 1 year ago

immadisairaj commented 1 year ago

There is a problem that the slides don't scale and they can't exactly tell what it is when looking at the big window. This PR makes it possible to set a proper resolution which then scales up or down on changing the window size by keeping it constant on any dimensioned device.

Closes #11

Screen Recordings

Before:

https://github.com/immadisairaj/prides/assets/40348358/9bdb8b76-fc1c-49a0-84f7-4321a80cd01e

After:

https://github.com/immadisairaj/prides/assets/40348358/d75cbc1e-0420-4abf-a590-77093235220f

Checks

Breaking Change

No