Commit Graph

7 Commits

Author SHA1 Message Date
Sam Rawlins e2204d36d7 DAS plugins: Update various docs
Work towards https://github.com/dart-lang/sdk/issues/61876

* Make a few notes about support beginning with Dart 3.10.
* Make a few notes indicating that plugins can only analyze Dart
  sources.
* Use the handy `> [!NOTE]` and `> [!WARNING]` syntax.
* Add a note about how plugins are resolved, and the dependency on
  analysis_server_plugin ^0.3.0.

Change-Id: I6ed5b3611a0ab4ff005917b0c5cff1b6fa9d5c95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/459240
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2025-11-03 11:49:49 -08:00
Hassnaa Mohamed fc8b3d7927 docs: add notice linking to analysis_server_plugin
Closes https://github.com/dart-lang/sdk/pull/61820

GitOrigin-RevId: f45bed09b1360eeb3ff1119caf3edc188fdc27af
Change-Id: I77d6708b9a52fe40ed81a9e99e12b7df4ab01f2f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457580
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2025-10-31 14:28:35 -07:00
Devon Carew 62bb4b76d5 [pkg] normalize the headers of the pkg/ readmes
Change-Id: Ida2006d0dd2bbb7d441f15e494fd8c929f15a765
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246680
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2022-05-31 21:00:13 +00:00
Ahmed Ashour d6975c1905 master branch to main
Fixes #47190

TEST=None, only markdown files where edited.

Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2021-09-15 06:22:23 +00:00
Sam Rawlins 2a5ece5d89 Fix analyzer_plugin tutorial link
Note that this link is dead on pub.dev: https://pub.dev/packages/analyzer_plugin

Change-Id: Ibdf97510d927517be651cb5f866601aa275ae7e3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124081
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2019-11-04 16:32:18 +00:00
Brian Wilkerson 0484f28335 Initial documentation for the plugin package
R=devoncarew@google.com

Review-Url: https://codereview.chromium.org/2973753003 .
2017-07-06 11:37:52 -07:00
Brian Wilkerson 53f498ad6d Create the directory for the plugin package
R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2659523006 .
2017-01-30 13:21:37 -08:00