Skip to content

Commit 9fc36cd

Browse files
committed
Update README
1 parent cb71f1d commit 9fc36cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# plugins
2+
3+
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) | [![pub package](https://img.shields.io/pub/v/path_provider_tizen.svg)](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) | [![pub package](https://img.shields.io/pub/v/integration_test_tizen.svg)](https://pub.dev/packages/integration_test_tizen) | No |

0 commit comments

Comments
 (0)