Open
Description
It would be very helpful to expose additional properties that are defined in the pubspec as a Map<String, dynamic>
.
Context:
With the Jaspr framework there are additional configuration options developers can set in the puspec under the jaspr
key. This is similar to how Flutter has some configuration under the flutter
key that is already supported by this package.
I'm depending on another package (custom_lint) that uses pubspec_parse to provide the pubspec values, and I have no other way to access these values.
I'm happy to make a PR for this.