-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 773 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 773 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
25
26
27
28
29
30
31
32
33
34
35
36
name: geofencing_api
description: "This plugin is used to implement circular and polygon geofencing service."
version: 2.0.0
homepage: https://github.com/Dev-hwang/geofencing_api
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
meta: ^1.12.0
vector_math: ^2.1.4
fl_location: ^5.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: com.pravera.geofencing_api
pluginClass: GeofencingApiPlugin
ios:
pluginClass: GeofencingApiPlugin
web:
pluginClass: GeofencingApiWeb
fileName: geofencing_api_web.dart