platform 3.0.0-nullsafety.1 copy "platform: ^3.0.0-nullsafety.1" to clipboard
platform: ^3.0.0-nullsafety.1 copied to clipboard

outdated

A pluggable, mockable platform abstraction for Dart.

Platform #

Build Status - Coverage Status - 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.

90
likes
0
pub points
100%
popularity

Publisher

verified publisherflutter.dev

A pluggable, mockable platform abstraction for Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on platform