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

Releases: immadisairaj/prides

v0.0.2

12 Jul 10:47
fcef04d
Compare
Choose a tag to compare
  • 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.

v0.0.1

22 Mar 11:50
16977d6
Compare
Choose a tag to compare
  • Initial public release

v0.0.1-dev.8

20 Mar 10:03
ed8ce0c
Compare
Choose a tag to compare
v0.0.1-dev.8 Pre-release
Pre-release
  • 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).

v0.0.1-dev.7

18 Mar 14:42
334136e
Compare
Choose a tag to compare
v0.0.1-dev.7 Pre-release
Pre-release
  • 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.

dev.6:

  • add TitleSlide widget
  • fix example environment for zapp to import

v0.0.1-dev.4

09 Mar 05:38
5f6460d
Compare
Choose a tag to compare
v0.0.1-dev.4 Pre-release
Pre-release
  • Initial developer release