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
- Change your dir to
flutter_app
and runflutter build macos --release
. - The app should now be built in the
flutter_app/build/macos/Build/Products/Release/
directory. It will be namedFlutter 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
- Unzip the .zip
- 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) - Go to File -> Open (or tap the Open button)
- 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