Generate a flutter_deck presentation from a Markdown outline — turn talk notes, an outline, or a topic into idiomatic slide files. Segments Markdown into slides, maps each block to the right built-in factory (title, quote, bigFact, image, split, code,…
mkobuolys/flutter_deck
SkillsMP has collected 6 skills from mkobuolys/flutter_deck. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 213
- GitHub forks
- 40
Skills in this repository
Showing 6 of 6 collected skills.
Configure a flutter_deck presentation globally or per-slide — slide size and aspect ratio, transitions, backgrounds (solid/gradient/image/custom), headers, footers, progress indicators (solid or gradient), keyboard controls and custom shortcuts, the marker…
Create, register, or extend flutter_deck plugins by subclassing FlutterDeckPlugin to add presenter-menu controls, share state across slides, hook into presentation lifecycle events, or subscribe to the FlutterDeck instance's…
Scaffold a new flutter_deck presentation from an empty Flutter project — wiring up FlutterDeckApp with slides, light/dark themes, speaker info, plugins, the web client for presenter view, and localization — and laying out a scalable lib/slides/ + barrel-file…
Create slides in a flutter_deck presentation using the eight built-in factories — title, image, split, quote, bigFact, blank, template, and custom. Three patterns are idiomatic: subclass FlutterDeckSlideWidget, call a FlutterDeckSlide.<factory>(configuration:…
Style flutter_deck presentations using FlutterDeckThemeData with lightTheme/darkTheme/themeMode, FlutterDeckTextTheme typography slots (display, header, title, subtitle, bodyLarge/Medium/Small), per-slide theme overrides via the slide-level theme: parameter…