Is there some dart library to read and write pubspecs? -
i'm searching dart library able read , write pubspecs.
i saw pub package (https://github.com/dart-lang/pub) has pubspec class, couldn't find pub on pub ironically.
any other packages on pub ?
pubspecs written in yaml (yaml ain't markup language) , therefore should've been looking yaml parsers in dart. fortunately, there's simple , straightforward library can use: https://pub.dartlang.org/packages/yaml
Comments
Post a Comment