dreamsoftin / flutter_wordpress

Flutter WordPress API
https://pub.dartlang.org/packages/flutter_wordpress
MIT License
198 stars 122 forks source link

Fix fetch calls #60

Closed mclark4386 closed 2 years ago

mclark4386 commented 3 years ago

Currently the package will make a call per extra fetch per post. This MR will make it try to only make 1 extra call per fetch and then merge the results into the posts afterward.