analysis_server_plugin_core
Core components to build a custom Dart analysis server plugin.
What this package is like to depend on
Last release 22 days ago
02 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 6 of 6 stable releases
2 versions withdrawn
withdrawn after publishing
1 months old
8 releases · first in 2026
8 releases in the last 12 months
see the full history below
Release timeline
8 releases · Jul 2026 to Aug 2026Releases
latest 8-
1.1.502 Aug 2026Release notes
Open source →Changed
- Updated documentations.
- Updated
loghubconstraint from^1.0.0to^1.0.1.
-
1.1.429 Jul 2026 -
1.1.329 Jul 2026 withdrawn -
1.1.226 Jul 2026 -
1.1.126 Jul 2026 -
1.1.026 Jul 2026 withdrawnRelease notes
Open source →Added
PluginBuilder<C>for type-safe, builder-based plugin construction with shared session management.SessionedRuleFactory<C>typedef for registering session-managed lint and warning rules viaPluginBuilder.
-
1.0.120 Jul 2026Release notes
Open source →Added
PathStringExtensionsonStringwithnormalizePathSeparators,ensureTrailingPathSeparator, andsurroundingPathSeparatorfor cross-platform path manipulation.RuleContextExtensionsonRuleContextwithpackageRelativeUnitPath(pathSeparator:)for resolving file paths relative to the package root.- README with installation instructions, quick-start guide, and component reference.
Changed
PathStringExtensionsmethods now take a requiredpathSeparatorparameter instead of hardcoding/.packageRelativeUnitPathis now a method requiring apathSeparatorparameter.
Fixed
ensureTrailingPathSeparatornow uses the providedpathSeparatorinstead of hardcoded/.surroundingPathSeparatornow uses the providedpathSeparatorinstead of hardcoded/.packageRelativeUnitPathnow correctly appendspathSeparatorinstead ofpackageRootwhen the root lacks a trailing separator.
-
1.0.018 Jul 2026