retrofit_craft_plugin 0.4.0
retrofit_craft_plugin: ^0.4.0 copied to clipboard
craft_runner plugin that generates a grouped, versioned retrofit API client aggregator.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add retrofit_craft_pluginWith Flutter:
$ flutter pub add retrofit_craft_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
retrofit_craft_plugin: ^0.4.0Alternatively, 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:retrofit_craft_plugin/retrofit_craft_plugin.dart';