Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- main

jobs:
integration_test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repo contains Flutter plugins maintained by the flutter-tizen team. We're i

To build Flutter applications with plugins, use the [flutter-tizen](https://github.com/flutter-tizen/flutter-tizen) tool.

Every plugin in this repo is written in either C++, C#, or Dart. For how to write a new plugin or extend existing plugins for Tizen, see [this page](https://github.com/flutter-tizen/flutter-tizen/blob/master/doc/develop-plugin.md).
Every plugin in this repo is written in either C++, C#, or Dart. For how to write a new plugin or extend existing plugins for Tizen, see [this page](https://github.com/flutter-tizen/flutter-tizen/blob/main/doc/develop-plugin.md).

## List of packages

Expand Down
4 changes: 4 additions & 0 deletions packages/audioplayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.6

* Update the repository URL to use the `main` branch.

## 3.1.5

* Reset the play position to 0 after `stop` (best-effort) to match other platforms.
Expand Down
4 changes: 2 additions & 2 deletions packages/audioplayers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: audioplayers_tizen
description: Tizen implementation of the audioplayers plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/audioplayers
version: 3.1.5
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/audioplayers
version: 3.1.6

environment:
sdk: ^3.6.0
Expand Down
3 changes: 2 additions & 1 deletion packages/connectivity_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 1.3.1

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 1.3.0

Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: connectivity_plus_tizen
description: Tizen implementation of the connectivity_plus plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/connectivity_plus
version: 1.3.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/connectivity_plus
version: 1.3.1

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/device_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 1.4.1

* Update the repository URL to use the `main` branch.
* Add 2 integration test cases.
* Update integration tests.

Expand Down
4 changes: 2 additions & 2 deletions packages/device_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: device_info_plus_tizen
description: Flutter plugin providing detailed information about Tizen device
(make, model, etc.) the app is running on.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/device_info_plus
version: 1.4.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/device_info_plus
version: 1.4.1

environment:
sdk: ^3.7.0
Expand Down
3 changes: 2 additions & 1 deletion packages/firebase_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.1.2

* Update the repository URL to use the `main` branch.
* Add integration tests based on upstream firebase_core v2.17.0.
* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Fix new lint warnings.
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: firebase_core_tizen
description: Tizen implementation of the firebase_core plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/firebase_core
version: 0.1.1
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/firebase_core
version: 0.1.2

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
5 changes: 4 additions & 1 deletion packages/flutter_inappwebview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.1.2

* Update the repository URL to use the `main` branch.

## 0.1.1

- Fix a crash when a webview is disposed.

## 0.1.0

- Initial release of `flutter_inappwebview_tizen`.
-
4 changes: 2 additions & 2 deletions packages/flutter_inappwebview/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_inappwebview_tizen
description: Tizen implementation of the flutter_inappwebview plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_inappwebview
version: 0.1.1
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/flutter_inappwebview
version: 0.1.2

environment:
sdk: ">=3.8.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.1.4

* Update the repository URL to use the `main` branch.
* Update integration tests based on upstream flutter_secure_storage v10.2.0 (12 test cases).
* Update integration tests.

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_secure_storage_tizen
description: Tizen implementation of the flutter_secure_storage plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_secure_storage
version: 0.1.3
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/flutter_secure_storage
version: 0.1.4

environment:
sdk: ^3.6.0
Expand Down
3 changes: 2 additions & 1 deletion packages/flutter_tts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 1.7.1

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 1.7.0

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_tts/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_tts_tizen
description: The Tizen implementation of flutter_tts plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_tts
version: 1.7.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/flutter_tts
version: 1.7.1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/flutter_webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.2.4

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 0.2.3

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_webrtc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_webrtc_tizen
homepage: https://github.com/flutter-tizen/plugins
description: Flutter WebRTC plugin for Tizen, based on GoogleWebRTC.
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/flutter_webrtc
version: 0.2.3
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/flutter_webrtc
version: 0.2.4

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/geolocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 1.0.9

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 1.0.8

Expand Down
4 changes: 2 additions & 2 deletions packages/geolocator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: geolocator_tizen
description: Tizen implementation of the geolocator plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/geolocator
version: 1.0.8
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/geolocator
version: 1.0.9

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.15

* Update the repository URL to use the `main` branch.

## 0.1.14

* Update google_maps_flutter to 2.16.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: google_maps_flutter_tizen
description: Tizen implementation of the google_maps_flutter plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/google_maps_flutter
version: 0.1.14
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/google_maps_flutter
version: 0.1.15

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.2.1

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: google_sign_in_tizen
description: Tizen implementation of the google_sign_in plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/google_sign_in
version: 0.2.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/google_sign_in
version: 0.2.1

environment:
sdk: ">=3.7.0 <4.0.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/in_app_purchase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.1.6

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 0.1.5

Expand Down Expand Up @@ -29,4 +30,4 @@

## 0.1.0

* Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion packages/in_app_purchase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The sso.partner privilege is required by the [Sso API](https://developer.samsung

Follow these steps before setting up in-app purchases for your application:

1. [Register your application](https://github.com/flutter-tizen/flutter-tizen/blob/master/doc/publish-app.md) at the [Samsung Apps TV Seller Office](https://seller.samsungapps.com/tv) if you haven't registered yet. You do not need to complete the registration process at this point. Go to the **Billing Info** page of the app and set the **Samsung Checkout** checkbox to ON. You can return back to this page and finish the registration process when the final version of your app is ready.
1. [Register your application](https://github.com/flutter-tizen/flutter-tizen/blob/main/doc/publish-app.md) at the [Samsung Apps TV Seller Office](https://seller.samsungapps.com/tv) if you haven't registered yet. You do not need to complete the registration process at this point. Go to the **Billing Info** page of the app and set the **Samsung Checkout** checkbox to ON. You can return back to this page and finish the registration process when the final version of your app is ready.

2. Log in to the [Samsung Checkout DPI Portal](https://dpi.samsungcheckout.com) and register your in-app items. You can find your **App ID** and **Security Key** in the [**App Details Setting**](https://dpi.samsungcheckout.com/settings/appdetails) page. These values will be used as request parameters in your app code.

Expand Down
4 changes: 2 additions & 2 deletions packages/in_app_purchase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: in_app_purchase_tizen
description: Tizen implementation of the in_app_purchase plugin for Samsung Smart TV.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/in_app_purchase
version: 0.1.5
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/in_app_purchase
version: 0.1.6

environment:
sdk: ^3.5.0
Expand Down
4 changes: 4 additions & 0 deletions packages/integration_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.4

* Update the repository URL to use the `main` branch.

## 2.0.3

* Update minimum Flutter and Dart version to 3.13 and 3.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/integration_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: integration_test_tizen
description: Tizen implementation of the integration_test plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/integration_test
version: 2.0.3
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/integration_test
version: 2.0.4

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/keyboard_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.1.1

* Update the repository URL to use the `main` branch.
* Add 18 integration test cases.
* Update integration tests.

Expand Down
4 changes: 2 additions & 2 deletions packages/keyboard_detection/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: keyboard_detection_tizen
description: A Tizen-specific Flutter plugin that detects software keyboard (input panel) visibility and state changes.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/keyboard_detection
version: 0.1.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/keyboard_detection
version: 0.1.1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/messageport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 0.3.3

* Update the repository URL to use the `main` branch.
* Fix new lint warnings.
* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Update code format.
Expand Down
4 changes: 2 additions & 2 deletions packages/messageport/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: messageport_tizen
description: A Flutter plugin that allows communication between multiple applications on Tizen using Tizen Message Port.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/messageport
version: 0.3.2
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/messageport
version: 0.3.3

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/network_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 1.1.7

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 1.1.6

Expand Down
4 changes: 2 additions & 2 deletions packages/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: network_info_plus_tizen
description: Tizen implementation of the network_info_plus plugin
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/network_info_plus
version: 1.1.6
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/network_info_plus
version: 1.1.7

environment:
sdk: ^3.6.0
Expand Down
4 changes: 4 additions & 0 deletions packages/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

* Update the repository URL to use the `main` branch.

## 1.1.0

* Update package_info_plus to 9.0.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: package_info_plus_tizen
description: Tizen implementation of the package_info_plus plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/package_info_plus
version: 1.1.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/package_info_plus
version: 1.1.1

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 2.3.1

* Update integration tests.
* Update the repository URL to use the `main` branch.

## 2.3.0

Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: path_provider_tizen
description: Tizen implementation of the path_provider plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/path_provider
version: 2.3.0
repository: https://github.com/flutter-tizen/plugins/tree/main/packages/path_provider
version: 2.3.1

environment:
sdk: ^3.3.0
Expand Down
Loading
Loading