flutter_multi_display 0.0.3
flutter_multi_display: ^0.0.3 copied to clipboard
A Flutter plugin for seamless multi-display Android apps with shared state across multiple Flutter engines.
Changelog #
0.0.1 #
- Initial release of
flutter_multi_display. - Features:
- Multi-display support for Android (up to 3 displays).
- Shared state management with
SharedStateandflutter_blocintegration. - Port-based display sorting.
- State persistence and reactive updates.
- Example app with login UI, customer display, and ads display.
0.0.2 #
- Updated LICENSE file with correct MIT license details.
0.0.3 #
- Enhanced Example App
- Rebuilt complete example in
example/lib/using structured architecture:apps/forMainApp,CustomerApp, andAdsApp.state/forUserStateandHeightStateshared state management.pages/for modular screen UI (login, home, height input, etc.).
- Updated
main.dartwith three proper entrypoints:main,screen1Main, andscreen2Main. - Improved example readability and real-world usability for multi-display projects.
- Optimized code to reflect best practices for
FlutterMultiDisplay().setupMultiDisplay(...).
- Rebuilt complete example in