Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

flutter_presentation_display Examples

This directory contains example apps demonstrating the usage of the flutter_presentation_display plugin.

Available Examples

A minimal Flutter app showing the core features of the plugin:

  • Get a list of connected displays
  • Show and hide a secondary (presentation) display
  • Transfer data between the main display and the secondary display
  • Listen for data coming from the presentation display

To run:

cd basic_example
flutter run

A more complete real-world example demonstrating a basket/cart use case where the secondary display shows a customer-facing screen while the main display acts as a cashier interface.

To run:

cd basket_app
flutter run

Getting Started

Both examples require an Android device or emulator with support for multiple displays. See the plugin README for setup instructions.