Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 480 Bytes

Pub

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.