Skip to content

Commit

Permalink
[tizen_bundle] Update tizen_interop to 0.3.0
Browse files Browse the repository at this point in the history
Update tizen_interop version.
  • Loading branch information
JSUYA committed Jul 17, 2024
1 parent 0db29b4 commit be0615c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/tizen_bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## NEXT
## 0.1.2

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

## 0.1.1

Expand Down
2 changes: 1 addition & 1 deletion packages/tizen_bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use this package, add `tizen_bundle` as a dependency in your `pubspec.yaml` f

```yaml
depenedencies:
tizen_bundle: ^0.1.1
tizen_bundle: ^0.1.2
```
### Adding content to a bundle
Expand Down
2 changes: 1 addition & 1 deletion packages/tizen_bundle/lib/tizen_bundle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'dart:ffi';

import 'package:ffi/ffi.dart';
import 'package:flutter/services.dart' hide Size;
import 'package:tizen_interop/4.0/tizen.dart';
import 'package:tizen_interop/6.0/tizen.dart';

export 'dart:typed_data' show Uint8List;

Expand Down
4 changes: 2 additions & 2 deletions packages/tizen_bundle/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tizen_bundle
description: Tizen data bundle APIs.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/tizen_bundle
version: 0.1.1
version: 0.1.2

environment:
sdk: ">=3.1.0 <4.0.0"
Expand All @@ -12,4 +12,4 @@ dependencies:
ffi: ^2.0.1
flutter:
sdk: flutter
tizen_interop: ^0.2.0
tizen_interop: ^0.3.0

0 comments on commit be0615c

Please sign in to comment.