Building and Sharing a Presentation - KevinTheGray/slideplayer GitHub Wiki

This page contains information on building Flutter Slides, sharing a presentation, and instructions on using a shared presentation.

Building

  1. Change your dir to flutter_app and run flutter build macos --release.
  2. The app should now be built in the flutter_app/build/macos/Build/Products/Release/ directory. It will be named Flutter Slides.app.

Sharing a presentation

To share a presentation, you will need a build of Flutter Slides, a slide presentation JSON file, and optionally the dynamic files folder and the replace file as well. Zip all of these entities into a single directory and share.

Using a shared presentation

  1. Unzip the .zip
  2. Open FlutterSlides (if Mac OS will not let you open it because it is an untrusted developer, follow instructions here: https://support.apple.com/kb/PH25088)
  3. Go to File -> Open (or tap the Open button)
  4. Open the presentation JSON file that was shared with the presentation, and be sure that the dynamic files folder that was shared with it is in the same directory as the presentation file.

To advance:

  • right arrow
  • or, spacebar

To go back:

  • left arrow

To toggle slide selector sidebar:

  • ] to show
  • [ to hide

To change to a new slide in sidebar:

  • z + click on the slide

To present fullscreen

  • cmd + ctl + F
  • or, select the green "full screen" button in the upper left of the window

To leave fullscreen

  • cmd + ctl + F
  • or, move your cursor to the top of the screen and tap the green button in upper left