Skip to content

Commit

Permalink
Fix tags and move usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jun 30, 2023
1 parent 3ee8739 commit 0db0c8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Easy to use, just add to `pubspec.yaml` as dependency and then import:
Platform is a singleton, and the default way to access an instance of Platform is to call static getters:
`Platform.instance` or `Platform.I` or `platform`

## Usage

![](example.png)
[Example of using the library](https://pub.dev/packages/platform_info/example) to get the current platform info

## Platform Information

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

## For example

![](example.png)
[Example of using the library](https://pub.dev/packages/platform_info/example) to get the current platform info

## Coverage

[![](https://codecov.io/gh/PlugFox/platform_info/branch/master/graphs/sunburst.svg)](https://codecov.io/gh/PlugFox/platform_info/branch/master)
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ funding:
- https://boosty.to/plugfox

topics:
- ws
- websocket
- platform
- info
- cross-platform
- reconnect
- socket
- device
- information

platforms:
android:
Expand Down

1 comment on commit 0db0c8d

@vercel
Copy link

@vercel vercel bot commented on 0db0c8d Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

platform-info – ./

platform-info.vercel.app
platform-info-git-master-plugfox.vercel.app
platform-info-plugfox.vercel.app

Please sign in to comment.