forked from fluttercommunity/platform_maps_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
24 lines (19 loc) · 654 Bytes
/
pubspec.yaml
File metadata and controls
24 lines (19 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: platform_maps_flutter
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
version: 0.1.9+4
homepage: https://github.com/LuisThein
repository: https://github.com/LuisThein/platform_maps_flutter
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
google_maps_flutter:
git:
url: https://github.com/barteo/plugins.git
path: packages/google_maps_flutter/google_maps_flutter
apple_maps_flutter: ^0.1.2+5
dev_dependencies:
flutter_test:
sdk: flutter