faraday 2.0.3 copy "faraday: ^2.0.3" to clipboard
faraday: ^2.0.3 copied to clipboard

outdated

g_faraday command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate faraday

Use it

The package has the following executables:

$ faraday

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add faraday

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  faraday: ^2.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:faraday/faraday.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

g_faraday command-line application.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, ansicolor, args, dio, g_json, logging, path, recase, shell, yaml

More

Packages that depend on faraday