-
Notifications
You must be signed in to change notification settings - Fork 55
/
pubspec.yaml
38 lines (34 loc) · 864 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: maps_launcher
description: Simple Flutter plugin to open the maps application (or browser) on all platforms.
version: 2.3.0
homepage: https://github.com/pikaju/flutter-maps-launcher
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
url_launcher: ^6.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.example.maps_launcher
pluginClass: MapsLauncherPlugin
ios:
pluginClass: MapsLauncherPlugin
windows:
pluginClass: MapsLauncherPlugin
macos:
pluginClass: MapsLauncherPlugin
linux:
pluginClass: MapsLauncherPlugin
web:
pluginClass: MapsLauncherWeb
fileName: maps_launcher_web.dart