{"id":21224566,"url":"https://github.com/mkobuolys/flutter_deck","last_synced_at":"2026-02-22T20:13:08.127Z","repository":{"id":184058665,"uuid":"671216080","full_name":"mkobuolys/flutter_deck","owner":"mkobuolys","description":"A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.","archived":false,"fork":false,"pushed_at":"2026-02-12T22:22:51.000Z","size":41607,"stargazers_count":211,"open_issues_count":34,"forks_count":38,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-13T07:35:25.243Z","etag":null,"topics":["dart","flutter","framework","package","presentation","slides"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_deck","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkobuolys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"mkobuolys"}},"created_at":"2023-07-26T20:09:43.000Z","updated_at":"2026-02-01T23:19:30.000Z","dependencies_parsed_at":"2023-10-11T00:44:13.559Z","dependency_job_id":"66016567-6293-4a92-95e7-df49d64d2c39","html_url":"https://github.com/mkobuolys/flutter_deck","commit_stats":null,"previous_names":["mkobuolys/flutter_deck"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/mkobuolys/flutter_deck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobuolys%2Fflutter_deck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobuolys%2Fflutter_deck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobuolys%2Fflutter_deck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobuolys%2Fflutter_deck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkobuolys","download_url":"https://codeload.github.com/mkobuolys/flutter_deck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkobuolys%2Fflutter_deck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29491998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","framework","package","presentation","slides"],"created_at":"2024-11-20T22:58:53.846Z","updated_at":"2026-02-22T20:13:08.109Z","avatar_url":"https://github.com/mkobuolys.png","language":"Dart","funding_links":["https://github.com/sponsors/mkobuolys"],"categories":["Dart"],"sub_categories":[],"readme":"# flutter_deck\n\n![Pub Version](https://img.shields.io/pub/v/flutter_deck?colorB=blue)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/mkobuolys/flutter_deck/build-gh-pages.yaml?logo=github)\n![GitHub Repo stars](https://img.shields.io/github/stars/mkobuolys/flutter_deck?style=flat\u0026logo=github\u0026colorB=deeppink\u0026label=stars)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![flutter_deck docs](https://img.shields.io/badge/flutter__deck-docs-blueviolet?style=flat\u0026label=flutter_deck)](https://flutterdeck.dev)\n![FlutterDeck Header](https://github.com/mkobuolys/flutter_deck/blob/main/images/header.png?raw=true)\n\nA lightweight, customizable, and easy-to-use framework to create presentations in Flutter.\n\nLive demo: [https://flutterdeck.dev/demo](https://flutterdeck.dev/demo)\n\n## 🪄 Features\n\n- 💙 Slide deck is built as any other Flutter app.\n- 🧭 Navigator 2.0 support - each slide is rendered as an individual page with a deep link to it.\n- 🐾 Steps - each slide can have multiple steps that can be navigated through.\n- 🎓 Presenter view - control your presentation from a separate screen or (even) device.\n- ⚙️ Define a global configuration once and override it per slide if needed.\n- 🚀 Predictable API to access the slide deck state and its methods from anywhere in the app.\n- 📦 Out of the box slide templates, widgets, transitions and controls.\n- 🎨 Custom theming and light/dark mode support.\n- 🌍 Built-in localization support.\n\n## 📚 Documentation\n\nThe official documentation is available at https://flutterdeck.dev.\n\n## 📦 Packages\n\n| Package                                                                                                       | Pub                                                                               | Description                                                                                                      |\n| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| [flutter_deck](https://pub.dev/packages/flutter_deck)                                                         | ![Pub Version](https://img.shields.io/pub/v/flutter_deck?colorB=blue)             | The core package that provides the main functionality to create presentations.                                   |\n| [flutter_deck_client](https://pub.dev/packages/flutter_deck_client)                                           | ![Pub Version](https://img.shields.io/pub/v/flutter_deck_client?colorB=blue)      | A common client interface and models for the flutter_deck presenter view.                                        |\n| [flutter_deck_web_client](https://pub.dev/packages/flutter_deck_web_client)                                   | ![Pub Version](https://img.shields.io/pub/v/flutter_deck_web_client?colorB=blue)  | A Web client implementation for the flutter_deck presenter view.                                                 |\n| [flutter_deck_ws_client](https://pub.dev/packages/flutter_deck_ws_client)                                     | ![Pub Version](https://img.shields.io/pub/v/flutter_deck_ws_client?colorB=blue)   | A WebSocket client implementation for the flutter_deck presenter view.                                           |\n| [flutter_deck_ws_server](https://github.com/mkobuolys/flutter_deck/tree/main/packages/flutter_deck_ws_server) | -                                                                                 | A WebSocket server for flutter_deck_ws_client implemented using [dart_frog](https://pub.dev/packages/dart_frog). |\n| [flutter_deck_pdf_export](https://pub.dev/packages/flutter_deck_pdf_export)                                   | ![Pub Version](https://img.shields.io/pub/v/flutter_deck_pdf_export?colorB=blue)  | A flutter_deck plugin to export presentations to PDF format.                                                     |\n| [flutter_deck_pptx_export](https://pub.dev/packages/flutter_deck_pptx_export)                                 | ![Pub Version](https://img.shields.io/pub/v/flutter_deck_pptx_export?colorB=blue) | A flutter_deck plugin to export presentations to PPTX format.                                                    |\n\n## 💻 Installation\n\n**❗ In order to start using flutter_deck you must have the [Flutter SDK](https://docs.flutter.dev/get-started/install) installed on your machine.**\n\nAdd `flutter_deck` to your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  flutter_deck:\n```\n\nInstall it:\n\n```sh\nflutter packages get\n```\n\n## 👋 Hello flutter_deck!\n\nUse `FlutterDeckApp` as your slide deck's root widget and pass a list of widgets as slides:\n\n```dart\nvoid main() {\n  runApp(const FlutterDeckExample());\n}\n\nclass FlutterDeckExample extends StatelessWidget {\n  const FlutterDeckExample({super.key});\n\n  @override\n  Widget build(BuildContext context) {\n    // This is an entry point for the Flutter Deck app.\n    return FlutterDeckApp(\n      configuration: const FlutterDeckConfiguration(...),\n      slides: [\n        \u003c...\u003e\n      ],\n    );\n  }\n}\n```\n\nAlso, you can define a global configuration for your slide deck:\n\n```dart\nFlutterDeckApp(\n  configuration: FlutterDeckConfiguration(\n    background: const FlutterDeckBackgroundConfiguration(\n      light: FlutterDeckBackground.solid(Color(0xFFB5FFFC)),\n      dark: FlutterDeckBackground.solid(Color(0xFF16222A)),\n    ),\n    controls: const FlutterDeckControlsConfiguration(\n      presenterToolbarVisible: true,\n      gestures: FlutterDeckGesturesConfiguration.mobileOnly(),\n      shortcuts: FlutterDeckShortcutsConfiguration(\n        enabled: true,\n        nextSlide: const {SingleActivator(LogicalKeyboardKey.arrowRight)},\n        previousSlide: const {SingleActivator(LogicalKeyboardKey.arrowLeft)},\n        toggleMarker: const {\n          SingleActivator(\n            LogicalKeyboardKey.keyM,\n            control: true,\n            meta: true,\n          ),\n        },\n        toggleNavigationDrawer: const {\n          SingleActivator(\n            LogicalKeyboardKey.period,\n            control: true,\n            meta: true,\n          ),\n        },\n      ),\n    ),\n    footer: const FlutterDeckFooterConfiguration(\n      showSlideNumbers: true,\n      widget: FlutterLogo(),\n    ),\n    header: const FlutterDeckHeaderConfiguration(\n      showHeader: false,\n    ),\n    marker: const FlutterDeckMarkerConfiguration(\n      color: Colors.cyan,\n      strokeWidth: 8.0,\n    ),\n    progressIndicator: const FlutterDeckProgressIndicator.gradient(\n      gradient: LinearGradient(\n        begin: Alignment.topLeft,\n        end: Alignment.bottomRight,\n        colors: [Colors.pink, Colors.purple],\n      ),\n      backgroundColor: Colors.black,\n    ),\n    slideSize: FlutterDeckSlideSize.fromAspectRatio(\n      aspectRatio: const FlutterDeckAspectRatio.ratio16x10(),\n      resolution: const FlutterDeckResolution.fromWidth(1440),\n    ),\n    transition: const FlutterDeckTransition.fade(),\n  ),\n  \u003c...\u003e\n);\n```\n\nUse any colors you like:\n\n```dart\nFlutterDeckApp(\n  lightTheme: FlutterDeckThemeData.light(),\n  darkTheme: FlutterDeckThemeData.dark(),\n  themeMode: ThemeMode.system,\n  \u003c...\u003e\n);\n```\n\nAnd do not forget to introduce yourself!\n\n```dart\nFlutterDeckApp(\n  speakerInfo: const FlutterDeckSpeakerInfo(\n    name: 'John Doe',\n    description: 'CEO of flutter_deck',\n    socialHandle: '@john_doe',\n    imagePath: 'assets/me.png',\n  ),\n  \u003c...\u003e\n);\n```\n\n## 🧑‍💻 Maintainers\n\n- [Mangirdas Kazlauskas](https://github.com/mkobuolys)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkobuolys%2Fflutter_deck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkobuolys%2Fflutter_deck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkobuolys%2Fflutter_deck/lists"}