Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Dec 16, 2024
1 parent 516932e commit f4fbbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Documentation improved.
* Added Testing.
* Code refactoring.
* Updated Readme.

## 3.3.1
* Updated dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (PlatformDetail.isMacOS) {
### Get a device description
If you need more detailed information about the device and operating system it is running on. In web you will get information from the browser:
```dart
final descriptionDevice = await PlatformDetail.deviceInfo();
final descriptionDevice = await PlatformDetail.deviceInfoDetails();
```

### Light/Dark Mode
Expand Down

0 comments on commit f4fbbcc

Please sign in to comment.