You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
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.