The public API, like loadYaml, depends on an ErrorListener interface which is not exported.
People need to import package:yaml/src/error_listener.dart in order to use the API, which is against style guidelines.
See StackOverflow question for an example.
The library should probably be exported by yaml.dart.
The public API, like loadYaml, depends on an
ErrorListener
interface which is not exported.People need to import
package:yaml/src/error_listener.dart
in order to use the API, which is against style guidelines. See StackOverflow question for an example.The library should probably be exported by
yaml.dart
.