yelp_fusion_client 0.2.0+2
yelp_fusion_client: ^0.2.0+2 copied to clipboard
A Dart Client to access the business endpoints of Yelp Fusion API.
0.2.0+2 Null Safety + Passing Static Analysis (23 February 2022) #
- 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 (23 February 2022) #
- Override hashCode to every object
- removed unused import
- changed
o -> otherto match operator overrides
0.2.0 Null Safety (22 February 2022) #
- Fixed 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 (9 March 2021) #
- Fixed dartdoc comments
/** */ -> ///
- Updated pubspec.yaml
- Removed using
nullinif nulloperators
0.1.0 Initial Release (9 March 2021) #
- Comes with Support for Yelp Fusion API Endpoints:
Autocomplete,Business Details,Business Reviews, andBusiness Search