-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
45 lines (38 loc) · 937 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
40
41
42
43
44
45
name: platform_info
description: >
Contains info about current platform
such as Build mode and Operating system.
version: 5.0.0
repository: https://github.com/PlugFox/platform_info/tree/master
issue_tracker: https://github.com/PlugFox/platform_info/issues
homepage: https://github.com/PlugFox/platform_info
#author: Plague Fox <plugfox@gmail.com>
#documentation: https://pub.dev/documentation/platform_info/latest
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- platform
- info
- cross-platform
- device
- information
platforms:
android:
ios:
linux:
macos:
web:
windows:
screenshots:
- description: 'Example of using the library to get the current platform info'
path: example.png
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
meta: ^1.9.1
web: ^1.0.0
dev_dependencies:
lints: ">=4.0.0 <5.0.0"
test: ^1.24.2