Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tizen_rpc_port] Update tizen_interop and tizen_bundle to 0.3.0 and 0…
Browse files Browse the repository at this point in the history
….1.2

Update tizen_interop and tizen_bundle version.
JSUYA committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 25b3dfc commit 9717afb
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/tizen_rpc_port/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## NEXT
## 0.1.4

* Fix token in finalizer to be different from value.
* Fix new lint warnings.
* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Update tizen_interop and tizen_bundle to 0.3.0 and 0.1.2.

## 0.1.3

2 changes: 1 addition & 1 deletion packages/tizen_rpc_port/README.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ The generated source files (`message_client.dart` and `message_server.dart`) dep

```yaml
depenedencies:
tizen_rpc_port: ^0.1.3
tizen_rpc_port: ^0.1.4
```
Assuming that the name of the interface defined in your interface file is `Message`, the client must first call its `connect` method to connect to the server before making any remote invocation.
6 changes: 3 additions & 3 deletions packages/tizen_rpc_port/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: tizen_rpc_port
description: Tizen RPC Port APIs. Used to make remote procedure calls between Tizen apps.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/tizen_rpc_port
version: 0.1.3
version: 0.1.4

environment:
sdk: ">=3.1.0 <4.0.0"
@@ -13,8 +13,8 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
tizen_bundle: ^0.1.0
tizen_interop: ^0.2.1
tizen_bundle: ^0.1.2
tizen_interop: ^0.3.0

flutter:
plugin:

0 comments on commit 9717afb

Please sign in to comment.