Skip to content

Commit 0db0c8d

Browse files
committed
Fix tags and move usage information
1 parent 3ee8739 commit 0db0c8d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Easy to use, just add to `pubspec.yaml` as dependency and then import:
1919
Platform is a singleton, and the default way to access an instance of Platform is to call static getters:
2020
`Platform.instance` or `Platform.I` or `platform`
2121

22+
## Usage
23+
24+
![](example.png)
25+
[Example of using the library](https://pub.dev/packages/platform_info/example) to get the current platform info
26+
2227
## Platform Information
2328

2429
Provides platform information such as:
@@ -124,11 +129,6 @@ You can use nested methods to compose more complex queries.
124129
5. Build mode
125130
6. Call [orElse] if any callback was not called
126131

127-
## For example
128-
129-
![](example.png)
130-
[Example of using the library](https://pub.dev/packages/platform_info/example) to get the current platform info
131-
132132
## Coverage
133133

134134
[![](https://codecov.io/gh/PlugFox/platform_info/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/PlugFox/platform_info/branch/master)

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ funding:
1515
- https://boosty.to/plugfox
1616

1717
topics:
18-
- ws
19-
- websocket
18+
- platform
19+
- info
2020
- cross-platform
21-
- reconnect
22-
- socket
21+
- device
22+
- information
2323

2424
platforms:
2525
android:

0 commit comments

Comments
 (0)