Skip to content

Releases: VNAPNIC/presentation-displays

v1.0.0

15 Dec 02:51
Compare
Choose a tag to compare
  • 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

29 Mar 03:54
Compare
Choose a tag to compare

Fix for "show presentation" wrong index

0.2.1

18 Aug 04:10
Compare
Choose a tag to compare
  • 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

0.2.0

18 Aug 04:05
Compare
Choose a tag to compare
  • Supported IOS platform

0.1.9 - null safety

18 Jun 02:46
Compare
Choose a tag to compare

v0.1.7

19 Aug 10:32
Compare
Choose a tag to compare
  • 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

19 Aug 10:03
e5c8323
Compare
Choose a tag to compare
  • 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

19 Aug 02:57
Compare
Choose a tag to compare
  • fix static analysis
  • Depend on it
    Add this to your package's pubspec.yaml file:
 dependencies:
  presentation_displays: ^0.1.3

v0.1.2

18 Aug 15:06
Compare
Choose a tag to compare
  • add video demo
  • Depend on it
    Add this to your package's pubspec.yaml file:
 dependencies:
  presentation_displays: ^0.1.2

v0.1.1

18 Aug 11:17
Compare
Choose a tag to compare
  • remove DisplaysManager widget
  • Depend on it
    Add this to your package's pubspec.yaml file:
 dependencies:
  presentation_displays: ^0.1.1