flutter_deck
flutter_deck copied to clipboard
A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.
**Description** Flutter and Dart developers want to show Flutter and Dart code. It's important that the code styling experience be top notch. [slick_slides](https://pub.dev/packages/slick_slides) already has great code styling. Port that...
**Description** Make it possible to define an entire slideshow with one or multiple Markdown files. The slideshow player loads the Markdown and dynamically generates slides at runtime. This also implies...
**Description** Load PPTX slideshow documents and present them through flutter_deck, and also export to PPTX. **Requirements** - [ ] PPTX deserialization - [ ] PPTX serialization - [ ] Support...
Bumps [melos](https://github.com/invertase/melos/tree/main/packages) from 5.3.0 to 6.1.0. Changelog Sourced from melos's changelog. melos - v6.1.0 FIX: updateDependentsVersions disabled with packages still mentioned in changelogs (#719). (0ad8f585) FIX: tryParse line-length to int...
**Description** I would like to be able to temporarily override the AutoPlay timer for a slide to allow for variable slide timing. Perhaps the AutoPlay time could be exposed to...
I'm assembling a slide show and I seem to be forced to provide a route for every slide. In my case, I don't plan to show or distribute this presentation...
The current structural approach of `flutter_deck` is to subclass `FlutterDeckSlideWidget` to create a slide. This requirement seems to result in a lot more code than should be necessary to describe...
I'm doing run throughs of a presentation. I place the cursor over the "next" button to click through some slides. But when I take more than a few seconds on...
The `ImageSlide` displays an image. It appears that the only display option is to shrink the image to fit in the available space, centered. I'd like to be able to...
Currently, there is a brief article about creating custom slides: https://flutterdeck.dev/slide-templates/custom-slide/ While this guide technically describes how to create a custom slide, I think it's missing a lot of relevant...