Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.32 KB

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 use slideSize and packaged with it, use slideFit 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 with SimpleSlide without passing any background.
  • Change the way the slides are displayed in stack. (Previous slides are transparent)s.

0.0.1-dev.7

  • addition of SectionHeader, BlankSlide and BackgroundSlide
  • TitleSlide now requires subtitle which was optional before.
  • SlideWidget's background now is now wrapped inside a SizedBox.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