add ansiSupported (#4)

* add ansiSupported

* review comments
5 files changed
tree: c4a1a6325d5264966c5b774b250f8563b300f6b0
  1. dev/
  2. lib/
  3. test/
  4. .analysis_options
  5. .gitignore
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Platform

Build Status - Coverage Status -

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.