Update to 1.1.0-g3, which has the API of 2.0.0 but works with Dart SDK 1.23.0-dev.9.0 (#10)
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.