Yaml 加载器无法正确解析带变量的 pubspec.yml 文件 例如: 当 yml 有以下类似变量的时候 ` appid: &appid 123 `
Yaml 加载器无法正确解析带变量的 pubspec.yml 文件
例如:
当 yml 有以下类似变量的时候
`
appid: &appid 123
`