Skip to content

Commit

Permalink
upgrade version 1.0.0
Browse files Browse the repository at this point in the history
pull request:
#40
  • Loading branch information
Nambh34 committed Dec 15, 2023
1 parent 0437b4b commit 52773fd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ void secondaryDisplayMain() {
/// do something that don't break plugin registration here.
}
```
### Upgrade version 1.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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.4"
version: "1.0.0"
sky_engine:
dependency: transitive
description: flutter
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.4
version: 1.0.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 52773fd

Please sign in to comment.