Releases: dart-lang/core
Releases · dart-lang/core
package:lints v6.0.0
core
:- added strict_top_level_inference (#836)
recommended
:- added unnecessary_underscores (#856)
- Require Dart 3.8.
package:args v2.7.0
- Remove sorting of the
allowedHelp
argument in usage output. Ordering will
depend on key order for the passedMap
. - Fix the repository URL in
pubspec.yaml
. - Added option
hideNegatedUsage
toArgParser.flag()
allowing a flag to be
negatable
without showing it in the usage text. - Fixed #101, adding check for mandatory when using
.option()
.
package:async v2.13.0
- Fix type check and cast in SubscriptionStream's cancelOnError wrapper
package:os_detect v2.0.3
- Move to
package:web
. - Require Dart 3.5
package:lints v5.1.1
- Updated the SDK lower bound to 3.6.
- Move to
dart-lang/core
monorepo.
package:collection v1.19.1
- Move to
dart-lang/core
monorepo.
package:typed_data v1.4.0
- The type of the
buffer
constructor argument toTypedDataBuffer
is now
TypeDataList<E>
(instead ofList<E>
). While this is breaking change
statically there was a runtime cast that makes this change a no-op in
practice. - Require Dart 3.5
- Move to
dart-lang/core
monorepo.
package:platform v3.1.6
- Move to
dart-lang/core
monorepo.
package:path v1.9.1
- Require Dart 3.4
- Move to
dart-lang/core
monorepo.
package:os_detect v2.0.2
- Require Dart 3.0
- Make work with VM's platform-constants.
- Move to
dart-lang/core
monorepo.