Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tizen_bundle] Update tizen_interop to 0.3.0 #706

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading