- Run
dart formatwith the new style.
- Move to
dart-lang/coremonorepo.
- 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.copyWithfunction.
- 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:testto 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
stdinSupportsAnsiandstdinSupportsAnsi - Removed
ansiSupported
- Updated
LocalPlatformto use newdart.ioAPI 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
PlatformandLocalPlatform
- Initial version