-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpubspec.yaml
39 lines (35 loc) · 890 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
39
name: maps_launcher
description: Simple Flutter plugin to open the maps application (or browser) on all platforms.
version: 3.0.0+1
homepage: https://github.com/pikaju/flutter-maps-launcher
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
url_launcher: ^6.2.6
web: ">=0.5.1 <2.0.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