Bump pub to 59406faad8959e332da98260bab894feb8500908 Changes: ``` > git log --format="%C(auto) %h %s" b2c03b4..59406fa https://dart.googlesource.com/pub.git/+/59406faa Add 'tag_pattern' feature to git dependencies (4427) https://dart.googlesource.com/pub.git/+/141f46ec Use UTC for testing timestamps passed to git (4580) https://dart.googlesource.com/pub.git/+/6e9a308d Clarify relationship between Description and ResolvedDescription (4579) https://dart.googlesource.com/pub.git/+/935bec68 Move hasMultipleVersions to Description (4576) https://dart.googlesource.com/pub.git/+/99e84bc4 Resolve pubspec dependencies relative to the Resolved description of their containing package (4575) https://dart.googlesource.com/pub.git/+/0264dd07 Fix dependency_overrides validator in workspaces (4564) https://dart.googlesource.com/pub.git/+/21fc6784 Suggest using code-fences in bug template (4556) https://dart.googlesource.com/pub.git/+/96d38c78 Improve the bug reporting template (4554) https://dart.googlesource.com/pub.git/+/cc6968e6 Fix handling of ignore patterns ending in * (4552) ``` Diff: https://dart.googlesource.com/pub.git/+/b2c03b448a47fdd52800609b9222cd737be3a934..59406faad8959e332da98260bab894feb8500908/ Change-Id: I482de99d3219a9fa6e8e423237b984bb1fbeb499 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/429320 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Jonas Jensen <jonasfj@google.com>
Dart is:
Approachable: Develop with a strongly typed programming language that is consistent, concise, and offers modern language features like null safety and patterns.
Portable: Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend. Compile to JavaScript or WebAssembly for the web.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app. Diagnose app issues using DevTools.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents in our repo at docs.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.