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

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

With Flutter:

 $ flutter 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: ^3.0.0

Alternatively, 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:faraday/faraday.dart';
1
likes
105
pub points
0%
popularity

Publisher

unverified uploader

g_faraday command-line application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on faraday