- 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.
- 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.
- Support optional
packageUri. - Improve error messaging for
package_config.jsonparsing. - Update the package description.
- Initial version.