extension_discovery
A convention and utilities for package extension discovery.
2.1.0
6.3M downloads/mo
#112 most downloaded on pub.dev
dart-lang/tools
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 13 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2023 to Sep 2024
2024
2025
2026
Releases
latest 4-
2.1.027 Sep 2024Release notes
Open source →- Require Dart 3.4.
- Update to the latest version of
package:dart_flutter_team_lints. - Add
findPackageConfig()allowing for automatic discovery of the packageConfig based on a package directory.
-
2.0.001 Sep 2023Release notes
Open source →- Use
extension/<package>/config.yamlinstead ofextension/<package>/config.jsonfor better consistency with other tooling. - Require that the top-level value in
extension/<package>/config.yamlis always aMap, and that the structure can be converted to a JSON equivalent structure.
- Use
-
1.0.128 Aug 2023Release notes
Open source →- Support optional
packageUri. - Improve error messaging for
package_config.jsonparsing. - Update the package description.
- Support optional
-
1.0.002 Aug 2023