An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Pub Package](https://img.shields.io/pub/v/os.svg)](https://pub.dartlang.org/packages/os)
[![package publisher](https://img.shields.io/pub/publisher/os.svg)](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. | [![pub package](https://img.shields.io/pub/v/os.svg)](https://pub.dev/packages/os) |
| [os_cpu](os_cpu/) | API for CPU information. Works in all platforms, including browsers. | [![pub package](https://img.shields.io/pub/v/os_cpu.svg)](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. | [![pub package](https://img.shields.io/pub/v/os_files.svg)](https://pub.dev/packages/os_files) |