Skip to content

Commit

Permalink
[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 (#710)
  • Loading branch information
JSUYA authored Jul 23, 2024
1 parent 25b3dfc commit 332d7a0
Show file tree
Hide file tree
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

Expand Down
2 changes: 1 addition & 1 deletion packages/tizen_rpc_port/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions packages/tizen_rpc_port/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 332d7a0

Please sign in to comment.