Skip to content

Commit

Permalink
[tools] Validate example READMEs (flutter#5775)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored and fkorotkov committed May 20, 2022
1 parent 66e56f0 commit 9da2a72
Show file tree
Hide file tree
Showing 51 changed files with 373 additions and 321 deletions.
2 changes: 1 addition & 1 deletion packages/espresso/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The espresso package only runs tests on Android. The example runs on iOS, but th

To run the Espresso tests:

```
```java
flutter build apk --debug
./gradlew app:connectedAndroidTest
```
5 changes: 0 additions & 5 deletions packages/file_selector/file_selector/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# file_selector_example

Demonstrates how to use the file_selector plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# google_maps_flutter_example

Demonstrates how to use the google_maps_flutter plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/google_sign_in/google_sign_in/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# google_sign_in_example

Demonstrates how to use the google_sign_in plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# google_sign_in_android example

Exercises the Android implementation of `GoogleSignInPlatform`.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/google_sign_in/google_sign_in_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# google_sign_in_ios example

Exercises the iOS implementation of `GoogleSignInPlatform`.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/image_picker/image_picker/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# image_picker_example

Demonstrates how to use the image_picker plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/image_picker/image_picker_android/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# image_picker_example

Demonstrates how to use the `image_picker` plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/image_picker/image_picker_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# image_picker_example

Demonstrates how to use the `image_picker` plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/image_picker/image_picker_windows/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# image_picker_windows_example

Demonstrates how to use the image_picker_windows plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
13 changes: 0 additions & 13 deletions packages/ios_platform_images/example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# ios_platform_images_example

Demonstrates how to use the ios_platform_images plugin.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
5 changes: 0 additions & 5 deletions packages/local_auth/local_auth/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# local_auth_example

Demonstrates how to use the local_auth plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/local_auth/local_auth_android/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# local_auth_example

Demonstrates how to use the local_auth plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/local_auth/local_auth_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# local_auth_example

Demonstrates how to use the local_auth plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/path_provider/path_provider/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# path_provider_example

Demonstrates how to use the path_provider plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# path_provider_example

Demonstrates how to use the path_provider plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/path_provider/path_provider_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# path_provider_example

Demonstrates how to use the path_provider plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
13 changes: 0 additions & 13 deletions packages/path_provider/path_provider_linux/example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# path_provider_linux_example

Demonstrates how to use the path_provider_linux plugin.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
5 changes: 0 additions & 5 deletions packages/path_provider/path_provider_macos/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# path_provider_macos_example

Demonstrates how to use the path_provider_macos plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# path_provider_windows_example

Demonstrates how to use the path_provider_windows plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/quick_actions/quick_actions/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# quick_actions_example

Demonstrates how to use the quick_actions plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# quick_actions_example

Demonstrates how to use the quick_actions plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/quick_actions/quick_actions_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# quick_actions_example

Demonstrates how to use the quick_actions plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# shared_preferences_example

Demonstrates how to use the shared_preferences plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# shared_preferences_example

Demonstrates how to use the shared_preferences plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# shared_preferences_example

Demonstrates how to use the shared_preferences plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# shared_preferences_example

Demonstrates how to use the shared_preferences plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# shared_preferences_example

Demonstrates how to use the shared_preferences plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# shared_preferences_windows_example

Demonstrates how to use the shared_preferences_windows plugin.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
5 changes: 0 additions & 5 deletions packages/url_launcher/url_launcher/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# url_launcher_example

Demonstrates how to use the url_launcher plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/url_launcher/url_launcher_android/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# url_launcher_example

Demonstrates how to use the url_launcher plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/url_launcher/url_launcher_ios/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# url_launcher_example

Demonstrates how to use the url_launcher plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/url_launcher/url_launcher_linux/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# url_launcher_example

Demonstrates how to use the url_launcher plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/url_launcher/url_launcher_macos/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# url_launcher_example

Demonstrates how to use the url_launcher plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/video_player/video_player/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# video_player_example

Demonstrates how to use the video_player plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/video_player/video_player_android/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# video_player_example

Demonstrates how to use the video_player plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# video_player_example

Demonstrates how to use the video_player plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
5 changes: 0 additions & 5 deletions packages/webview_flutter/webview_flutter/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# webview_flutter_example

Demonstrates how to use the webview_flutter plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# webview_flutter_example

Demonstrates how to use the webview_flutter plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# webview_flutter_example

Demonstrates how to use the webview_flutter plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# webview_flutter_example

Demonstrates how to use the webview_flutter plugin.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
Loading

0 comments on commit 9da2a72

Please sign in to comment.