# platform **Repository Path**: valox/platform ## Basic Information - **Project Name**: platform - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-09 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Pub](https://img.shields.io/pub/v/platform.svg)](https://pub.dartlang.org/packages/platform) A generic platform abstraction for Dart. Like `dart:io`, `package:platform` supplies a rich, Dart-idiomatic API for accessing platform-specific information. `package:platform` provides a lightweight wrapper around the static `Platform` properties that exist in `dart:io`. However, it uses instance properties rather than static properties, making it possible to mock out in tests.