From b7827495f4ccf0d5ab555018ae4849c09034989a Mon Sep 17 00:00:00 2001 From: Yehuda Ringler Date: Fri, 31 Jul 2020 08:35:28 -0400 Subject: [PATCH] pass in custom field names to query all --- lib/flutter_wordpress.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/flutter_wordpress.dart b/lib/flutter_wordpress.dart index eb24c6e..2086e05 100644 --- a/lib/flutter_wordpress.dart +++ b/lib/flutter_wordpress.dart @@ -327,6 +327,8 @@ class WordPress { fetchTags: fetchTags, fetchFeaturedMedia: fetchFeaturedMedia, fetchAttachments: fetchAttachments, + customFieldNames: customFieldNames, + postType: postType )); } }