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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -