Skip to content

Commit

Permalink
## 0.2.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vnapnic authored and vnapnic committed Aug 18, 2021
1 parent f54981e commit 177a962
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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

## 0.2.0

* Supported IOS platform
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# presentation_displays

####Support both iOS and Android platforms
#### Supported mobile platforms iOS and Android

Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: presentation_displays
description: Flutter plugin supports to run on two screens. It's basically a tablet connected to another screen via an HDMI or Wireless
homepage: https://github.com/VNAPNIC/presentation-displays
version: 0.2.0
version: 0.2.1
author: [email protected]

environment:
Expand Down

0 comments on commit 177a962

Please sign in to comment.