|
5 | 5 | [](https://github.com/PlugFox/platform_info/actions) |
6 | 6 | [](https://codecov.io/gh/PlugFox/platform_info) |
7 | 7 | [](https://pub.dev/packages/platform_info) |
| 8 | +[](https://pub.dev/packages/platform_info) |
| 9 | +[](https://pub.dev/packages/platform_info/score) |
| 10 | +[](https://github.com/plugfox/platform_info) |
8 | 11 | [](https://en.wikipedia.org/wiki/WTFPL) |
9 | 12 | [](https://github.com/tenhobi/effective_dart) |
| 13 | +[](https://github.com/PlugFox/platform_info/) |
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 | ## About |
@@ -49,31 +54,31 @@ Provides platform information such as: |
49 | 54 |
|
50 | 55 | + The number of individual execution units of the machine (`0` if not available) |
51 | 56 |
|
52 | | - + Operating system is known type |
| 57 | + + Operating system is a known type |
53 | 58 |
|
54 | | - + Is a web-based applications |
| 59 | + + Is a Web-based applications |
55 | 60 |
|
56 | 61 | + Is a I/O supporting for non-web applications |
57 | 62 |
|
58 | 63 | + Is a mobile device (Android, iOS) |
59 | 64 |
|
60 | 65 | + Is a desktop device (Windows, macOS, Fuchsia) |
61 | 66 |
|
62 | | - + Is material design device (Android, Fuchsia) |
| 67 | + + Is Material design device (Android, Fuchsia) |
63 | 68 |
|
64 | | - + Is cupertino design device (macOS, iOS) |
| 69 | + + Is Cupertino design device (macOS, iOS) |
65 | 70 |
|
66 | | - + isLinux |
| 71 | + + is Linux |
67 | 72 |
|
68 | | - + isMacOS |
| 73 | + + is macOS |
69 | 74 |
|
70 | | - + isWindows |
| 75 | + + is Windows |
71 | 76 |
|
72 | | - + isAndroid |
| 77 | + + is android |
73 | 78 |
|
74 | | - + isIOS |
| 79 | + + is iOS |
75 | 80 |
|
76 | | - + isFuchsia |
| 81 | + + is fuchsia |
77 | 82 |
|
78 | 83 | + `when` method allowing to compose a complex condition |
79 | 84 |
|
|
0 commit comments