shelf_swagger_ui library Null safety

Present, clean and professional documentation with Swagger + shelf;

Classes

SwaggerUI
This class starts all the default attributes to start swagger-ui. In addition to receiving the Spec (YAML/JSON) it is also possible to configure the title and enable "deepLink".

fileSchemaPath: Schema path (YAML/JSON).
title: Defines the title that is visible in the browser tab.
docExpansion: (Default DocExpansion.list), Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing).
deepLink: (Default true) enables the use of deep-links to reference each node in the url (ex: /swagger/#/post).
syntaxHighlightTheme: (Default SyntaxHighlightTheme.agate) Highlight.js syntax coloring theme to use. (Only these 6 styles are available).
persistAuthorization: (Default false) If set to true, it persists authorization data and it would not be lost on browser close/refresh.


Example:

Enums

DocExpansion
Controls the default expansion setting for the operations and tags.
SyntaxHighlightTheme
Highlight.js syntax coloring theme to use. (Only these 6 styles are available).