You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains Flutter plugins maintained by the flutter-tizen team. The plugins in this repo extend existing first and third-party plugins by adding Tizen-specific platform implementation. See [Federated plugins](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#federated-plugins) from the Flutter doc for the detailed design concept. To build Flutter applications with plugins, use the [flutter-tizen](https://github.com/flutter-tizen/flutter-tizen) tool.
4
+
5
+
## List of packages
6
+
7
+
The _"non-endorsed"_ status means that the plugin is not endorsed by the original author. In such case, you must set both `foobar` and `foobar_tizen` package dependencies in `pubspec.yaml` file to achieve full functionality.
8
+
9
+
| Tizen plugin | Original | Pub | Endorsed |
10
+
|-|-|:-:|:-:|
11
+
|[path_provider_tizen](packages/path_provider)|[path_provider](https://github.com/flutter/plugins/tree/master/packages/path_provider) (1st-party) |[](https://pub.dev/packages/path_provider_tizen)| No |
12
+
|[integration_test_tizen](packages/integration_test)|[integration_test](https://github.com/flutter/plugins/tree/master/packages/integration_test) (1st-party) |[](https://pub.dev/packages/integration_test_tizen)| No |
0 commit comments