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
PresentationWidgetwill now be sized to a pre set resolution and scales accordingly to window size. To change resolution useslideSizeand packaged with it, useslideFitto specify how slide fits in the screen.
0.0.1 #
- Initial public release.
0.0.1-dev.8 #
- removes
BackgroundlessSlidethat can be replaced withSimpleSlidewithout passing anybackground. - Change the way the slides are displayed in stack. (Previous slides are transparent)s.
0.0.1-dev.7 #
- addition of
SectionHeader,BlankSlideandBackgroundSlide TitleSlidenow requiressubtitlewhich was optional before.SlideWidget'sbackgroundnow 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
TitleSlidewidget - 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