tree: 14fb7de9dbbd23e9f2865117ab0a977aaea4eb23 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. AUTHORS
  6. CHANGELOG.md
  7. dart_test.yaml
  8. LICENSE
  9. pubspec.yaml
  10. README.md
packages/platform/README.md

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.