Skip to content

Commit 964a910

Browse files
committed
Fixes pubspec.yaml in example
1 parent f65dc71 commit 964a910

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: google_api_availability_example
22
description: Demonstrates how to use the google_api_availability plugin.
33
version: 1.0.0+1
4+
publish_to: none
45

56
environment:
67
sdk: ">=2.15.0 <3.0.0"
@@ -9,11 +10,11 @@ dependencies:
910
flutter:
1011
sdk: flutter
1112
cupertino_icons: ^0.1.2
12-
13-
dev_dependencies:
1413
google_api_availability:
1514
path: ../
15+
16+
dev_dependencies:
1617
flutter_lints: 1.0.4
1718

1819
flutter:
19-
uses-material-design: true
20+
uses-material-design: true

0 commit comments

Comments
 (0)