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
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: