Skip to content

Commit 808bd2b

Browse files
committed
updated example image urls.
1 parent 6af3fd3 commit 808bd2b

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
resources/
1112

1213
# IntelliJ related
1314
*.iml

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This package combines the [google_maps_flutter]("https://pub.dev/packages/google
88

99
# Screenshots
1010

11-
| Android | iOS |
12-
| :------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------: |
13-
| ![Example 1](https://github.com/LuisThein/flutter_platform_maps/blob/master/resources/android_screenshot1.png) | ![Example 2](https://github.com/LuisThein/flutter_platform_maps/blob/master/resources/ios_screenshot1.png) |
14-
| ![Example 1](https://github.com/LuisThein/flutter_platform_maps/blob/master/resources/android_screenshot2.png) | ![Example 2](https://github.com/LuisThein/flutter_platform_maps/blob/master/resources/ios_screenshot2.png) |
11+
| Android | iOS |
12+
| :-----------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: |
13+
| ![Example 1](https://luisthein.de/flutter-platform-maps-images/android_screenshot1-min.png) | ![Example 2](https://luisthein.de/flutter-platform-maps-images/ios_screenshot1-min.png) |
14+
| ![Example 1](https://luisthein.de/flutter-platform-maps-images/android_screenshot2-min.png) | ![Example 2](https://luisthein.de/flutter-platform-maps-images/ios_screenshot2-min.png) |
1515

1616
# Current functionality
1717

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.0.6"
10+
version: "0.0.6+2"
1111
archive:
1212
dependency: transitive
1313
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: apple_maps_flutter
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.0.6"
10+
version: "0.0.6+2"
1111
archive:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313

1414
google_maps_flutter: ^0.5.21+7
1515

16-
apple_maps_flutter: ^0.0.6
16+
apple_maps_flutter: ^0.0.6+2
1717

1818

1919
dev_dependencies:

resources/android_screenshot1.png

-7.8 MB
Binary file not shown.

resources/android_screenshot2.png

-710 KB
Binary file not shown.

resources/ios_screenshot1.png

-6.15 MB
Binary file not shown.

resources/ios_screenshot2.png

-933 KB
Binary file not shown.

0 commit comments

Comments
 (0)