prides 0.0.2+1 prides: ^0.0.2+1 copied to clipboard
A package that helps in creating custom Slides and Presenting them.
0.0.2+1 #
- Add a note to Readme
0.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.
0.0.1 #
- Initial public release.
0.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)s.
0.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.
0.0.1-dev.6 #
- add
TitleSlide
widget - fix example environment for zapp to import
0.0.1-dev.4 #
- update description to meet conventions
0.0.1-dev.3 #
- Update readme to fix table
0.0.1-dev.2 #
- Update readme to fix table
0.0.1-dev.1 #
- Initial development pre-release