forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f07513d
commit 6412755
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Flutter plugins | ||
=============== | ||
# Flutter plugins | ||
|
||
This repo is a companion repo to the main [flutter | ||
repo](https://github.com/flutter/flutter). It contains the source code for | ||
Flutter first-party plugins. | ||
Flutter first-party plugins. Check the `packages` directory for all plugins. | ||
|
||
Flutter plugins enable access to platform-specific APIs. For more information | ||
about plugins, and how to use them, see | ||
[https://flutter.io/platform-plugins/](https://flutter.io/platform-plugins/). | ||
|
||
These plugins are also available on | ||
[pub](https://pub.dartlang.org/flutter/plugins). | ||
|
||
## Issues | ||
|
||
Please file any issues, bugs, or feature requests in the main [flutter | ||
repo](https://github.com/flutter/flutter/issues/new). |