swagger_ui_darto 0.0.1
swagger_ui_darto: ^0.0.1 copied to clipboard
The Swagger UI Darto is a plugin developed exclusively for the Darto framework.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add swagger_ui_dartoWith Flutter:
$ flutter pub add swagger_ui_dartoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
swagger_ui_darto: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:swagger_ui_darto/swagger_ui_darto.dart';