Releases: VNAPNIC/presentation-displays
Releases · VNAPNIC/presentation-displays
v1.0.0
-
Able to package android release build. Works fine in example app.
-
Tested example app in android tab and ios tab and things work as expected. Ensure the devices have USB C 3.0 and above else HDMI out is not supported.
-
In case of iOS, please refer to example app app delegate. There are few lines of code which needs to be added to your app's app delegate as well for this to work fine in iOS.
-
Updated optional issues and null checks
-
Added option to hide second display from the first
-
WIP support second main in iOS for extended display
-
WIP Send data back from 2nd to 1st display
0.2.3
Fix for "show presentation" wrong index
0.2.1
- Adding getDisplays, getNameByDisplayId, and getNameByIndex for iOS
- Allowing the user to select the screen index and routerName for show presentation for iOS
- Changing the example UI to allow user input and showing the result on the UI
v0.1.7
- update documents
- Replace PresentationDisplay to SecondaryDisplay
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
presentation_displays: ^0.1.7
v0.1.6
- update documents of transferDataToPresentation
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
presentation_displays: ^0.1.6
v0.1.3
- fix static analysis
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
presentation_displays: ^0.1.3
v0.1.2
- add video demo
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
presentation_displays: ^0.1.2
v0.1.1
- remove DisplaysManager widget
- Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
presentation_displays: ^0.1.1