flutter_presentation_display 2.0.7
flutter_presentation_display: ^2.0.7 copied to clipboard
A Flutter plugin designed to handling secondary (presentation) display
flutter_presentation_display Examples #
This directory contains example apps demonstrating the usage of the flutter_presentation_display plugin.
Available Examples #
basic_example #
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
basket_app #
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.