-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 802 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 802 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
name: client_information
description: This is a plugin that lets you get the basic information from your application's client. It's easy to use and supports different platforms (Android, iOS, and Web).
version: 2.2.0
homepage: https://github.com/Kent1011/client_information
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: '>=1.20.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
uuid: ^4.2.1
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
flutter:
plugin:
platforms:
android:
package: kent.chien.client_information
pluginClass: ClientInformationPlugin
ios:
pluginClass: ClientInformationPlugin
web:
pluginClass: ClientInformationWeb
fileName: client_information_web.dart