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.
Changelog #
0.2.0+3-hotfix #
- Bug Fix
fetchBusinessSearch()should no longer always return anullforimageUrlwhenasObjectis set totrue.
0.2.0+3 #
- Bug Fixes
fetchBusinessSearch()should no longer throwLocation.fromMap(): removed?? []that conditionally returned an emptyList<dynamic>if theString? crossStreetswasnull.
- Updated example.md
0.2.0+2 #
- Null Safety + Passing Static Analysis Fixes
- Used pana v0.21.7 to reformat files and pass static analysis
- Added example.md
- Moved
# How to use the Yelp Fusion Clientfrom README.md->example.md
0.2.0+1 #
- Null Safety + Passing Static Analysis
- Override hashCode to every object
- Removed unused import
- Changed
o -> otherto match operator overrides
0.2.0-nullsafety #
- Null Safety
- Completely reformatted dartdoc comments
/** */ -> ///
- Updated pubspec.yaml
- Migrated to Null Saftey using the dart migration tool
- Fixed
fetchBusinessSearch()required params logical bug
0.1.0+1 #
- Initial Release Fixes
- Fixed dartdoc comments
/** */ -> ///
- Updated
pubspec.yaml - Removed using
nullinif nulloperators
0.1.0 #
- Initial Release
- Comes with Support for Yelp Fusion API Endpoints:
AutocompleteBusiness DetailsBusiness ReviewsBusiness Search