简体   繁体   中英

Swagger-ui in Dart

I'm using Dart, and i want to implements swagger-ui, as a web on my proyect. I have the json/yaml file of my API and that API running on local. The JS+Css+Html Option of swagger-ui works fine, but, is there a way to generate a web like this in Dart?

I guess I am confused what you want to do.

Dart has it's own documentation generator, dartdoc , that works out of the box for any package. I don't know of any support for swagger or if it offers any particular advantages for Dart users.

An example for args package: https://www.dartdocs.org/documentation/args/0.13.7/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM