https://github.com/dint-dev/os
Various operating system related packages for Dart/Flutter developers.
https://github.com/dint-dev/os
Last synced: 2 months ago
JSON representation
Various operating system related packages for Dart/Flutter developers.
- Host: GitHub
- URL: https://github.com/dint-dev/os
- Owner: dint-dev
- License: apache-2.0
- Created: 2023-06-26T21:23:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T14:18:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-03T03:44:25.556Z (about 1 year ago)
- Language: Dart
- Homepage: https://pub.dev/packages/os
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dartlang.org/packages/os)
[](https://pub.dev/packages/os/publisher)# Introduction
This repository contains various cross-platform Dart/Flutter packages related operating systems.
Licensed under the [Apache License 2.0](LICENSE).| Package | Description | Version |
|---|---|---|
| [os](os/) | API for information about the operating system and the environment. Works in all platforms, including browsers. | [](https://pub.dev/packages/os) |
| [os_cpu](os_cpu/) | API for CPU information. Works in all platforms, including browsers. | [](https://pub.dev/packages/os_cpu) |
| [os_files](os_files/) | API for accessing various operating system directories and files. Works in all platforms, including browsers. | [](https://pub.dev/packages/os_files) |