google_vision_cli 2.0.1
google_vision_cli: ^2.0.1 copied to clipboard
A CLI tool for making API requests to Google Vision API using the google_vision package.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate google_vision_cliUse it
The package has the following executables:
$ vision
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add google_vision_cliWith Flutter:
$ flutter pub add google_vision_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
google_vision_cli: ^2.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:google_vision_cli/google_vision_cli.dart';