Releases: dart-lang/core
Releases · dart-lang/core
package:characters v1.4.1
- Run
dart formatwith the new style. - Performance improvement for non-BMP characters.
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
allowedHelpargument in usage output. Ordering will
depend on key order for the passedMap. - Fix the repository URL in
pubspec.yaml. - Added option
hideNegatedUsagetoArgParser.flag()allowing a flag to be
negatablewithout 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/coremonorepo.
package:collection v1.19.1
- Move to
dart-lang/coremonorepo.
package:typed_data v1.4.0
- The type of the
bufferconstructor argument toTypedDataBufferis 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/coremonorepo.
package:platform v3.1.6
- Move to
dart-lang/coremonorepo.
package:path v1.9.1
- Require Dart 3.4
- Move to
dart-lang/coremonorepo.