forked from aeyrium/aeyrium-sensor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (21 loc) · 690 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (21 loc) · 690 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
name: aeyrium_sensor
description: A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.
version: 1.0.5
author: Diego Velásquez - Aeyrium Inc. <diego@aeyrium.com>
homepage: https://github.com/aeyrium/aeyrium-sensor/
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
test: ^1.3.0
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
androidPackage: com.aeyrium.sensor
pluginClass: AeyriumSensorPlugin