- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Transfers the package source from https://github.com/flutter/packages to https://github.com/dart-lang/platform.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Fixes new lint warnings.
- Adds example app.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Transfers the package source from https://github.com/google/platform.dart to https://github.com/flutter/packages.
- Removed
Platform.packageRoot
, which was already marked deprecated, and which didn't work in Dart 2.
- Added
FakePlatform.copyWith
function.
- Added string constants for each of the supported platforms for use in switch statements.
- First stable null safe release.
- Update supported SDK range.
- Update supported SDK range.
- Update supported SDK range.
- Migrate package to null-safe dart.
- Add
operatingSystemVersion
- Declare compatibility with Dart 2 stable
- Update dependency on
package:test
to 1.0
- Relax sdk upper bound constraint to '<2.0.0' to allow 'edge' dart sdk use.
- Bumped maximum Dart SDK version to 2.0.0-dev.infinity
- Added
localeName
- Bumped minimum Dart SDK version to 1.24.0-dev.0.0
- Added
stdinSupportsAnsi
andstdinSupportsAnsi
- Removed
ansiSupported
- Updated
LocalPlatform
to use newdart.io
API for ansi color support queries - Bumped minimum Dart SDK version to 1.23.0-dev.10.0
- Added
ansiSupported
- Bumped minimum Dart SDK version to 1.23.0-dev.9.0
- Minor doc updates
- Added const constructors for
Platform
andLocalPlatform
- Initial version