This directory contains example apps demonstrating the usage of the flutter_presentation_display plugin.
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 runA 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 runBoth examples require an Android device or emulator with support for multiple displays. See the plugin README for setup instructions.