yelp_fusion_client 0.2.0+3-hotfix
yelp_fusion_client: ^0.2.0+3-hotfix copied to clipboard
A Dart Client to access the business endpoints of Yelp Fusion API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yelp_fusion_clientWith Flutter:
$ flutter pub add yelp_fusion_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yelp_fusion_client: ^0.2.0+3-hotfixAlternatively, 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:yelp_fusion_client/yelp_fusion_client.dart';