Files
sdk/pkg/meta
Sam Rawlins 7e5885e78a analyzer: Allow awaitNotRequired on a Future-returning typedef
This includes bumping meta to 1.18.1.

To support https://github.com/flutter/flutter/issues/168555

Change-Id: I6830a413efcf9939467e97faf58b1255d2d3d8eb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/475760
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2026-01-26 18:14:50 -08:00
..

pub package package publisher

This package defines annotations that can be used by the tools that are shipped with the Dart SDK.

Library Structure

The annotations in this package are defined in two libraries.

The library in meta.dart defines annotations that can be used by static analysis tools to provide a more complete analysis of the code that uses them. Within the SDK, these tools include the command-line analyzer (dart analyze) and the analysis server that is used to power many of the Dart-enabled development tools.

The library in dart2js.dart defines annotations that provide hints to dart2js to improve the quality of the JavaScript code that it produces. These annotations are currently experimental and might be removed in a future version of this package.

Support

Post issues and feature requests on the GitHub issue tracker.

Questions and discussions are welcome at the Dart Analyzer Discussion Group.

License

See the LICENSE file.