flusmic
flusmic copied to clipboard
A functional and kind of elegant Prismic.io integration for Dart and Flutter.
This PR should fix the current CORS error in Web(check #39).
**Describe the bug** With flutter web, I get a CORS error when using flusmic to query Prismic. This is because the Dio instance is instantiated with contentType: "application/json" (line 18...
On our Prismic page, we have two types of Documents: Guides and Articles. Articles are linked to Guides, but when i'm fetching Guides **linkedDocuments** property is empty. Is there a...