This repository has been archived by the owner on May 24, 2024. It is now read-only.
Releases: immadisairaj/prides
Releases · immadisairaj/prides
v0.0.2
- Addition of
CaptionSlide
. - Can now add a function that callsback on a slide change. Use
onSlideChange
. - Add an option to show current slide number using
showSlideNumber
. - Slides in
PresentationWidget
will now be sized to a pre set resolution and scales accordingly to window size. To change resolution useslideSize
and packaged with it, useslideFit
to specify how slide fits in the screen.
v0.0.1
- Initial public release
v0.0.1-dev.8
- removes
BackgroundlessSlide
that can be replaced withSimpleSlide
without passing anybackground
. - Change the way the slides are displayed in stack (Previous slides are transparent).
v0.0.1-dev.7
- addition of
SectionHeader
,BlankSlide
andBackgroundSlide
TitleSlide
now requiressubtitle
which was optional before.SlideWidget
'sbackground
now is now wrapped inside aSizedBox.expand
. This is because, we should not have a partial background slide when widgets like text are passed inside a coloured box or container.
dev.6:
- add
TitleSlide
widget - fix example environment for zapp to import
v0.0.1-dev.4
- Initial developer release