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
Copy file name to clipboardexpand all lines: packages/espresso/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Provides bindings for Espresso tests of Flutter Android apps.
4
4
5
+
|| Android |
6
+
|-------------|---------|
7
+
|**Support**| SDK 16+ |
8
+
5
9
## Installation
6
10
7
11
Add the `espresso` package as a `dev_dependency` in your app's pubspec.yaml. If you're testing the example app of a package, add it as a dev_dependency of the main package as well.
@@ -99,4 +103,3 @@ gcloud firebase test android run --type instrumentation \
Copy file name to clipboardexpand all lines: packages/google_maps_flutter/google_maps_flutter/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
A Flutter plugin that provides a [Google Maps](https://developers.google.com/maps/) widget.
6
6
7
+
|| Android | iOS |
8
+
|-------------|---------|--------|
9
+
|**Support**| SDK 20+ | iOS 9+ |
10
+
7
11
## Usage
8
12
9
13
To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/platform-integration/platform-channels).
@@ -60,7 +64,7 @@ if (defaultTargetPlatform == TargetPlatform.android) {
60
64
61
65
### iOS
62
66
63
-
This plugin requires iOS 9.0 or higher. To set up, specify your API key in the application delegate `ios/Runner/AppDelegate.m`:
67
+
To set up, specify your API key in the application delegate `ios/Runner/AppDelegate.m`:
|**Support**| SDK 16+ | 9.0+ | Any | 10.11+ | Windows 10+ |
12
+
9
13
## Usage
10
14
11
15
To use this plugin, add `path_provider` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/platform-integration/platform-channels).
@@ -40,4 +44,3 @@ Directories support by platform:
40
44
With that change, tests should be updated to mock `PathProviderPlatform` rather than `PlatformChannel`.
41
45
42
46
See this `path_provider`[test](https://github.com/flutter/plugins/blob/master/packages/path_provider/path_provider/test/path_provider_test.dart) for an example.
0 commit comments