Contentful API
This package implements a wrapper around the Contentful Content Delivery api. www.contentful.com/developers/docs/references/content-delivery-api
Features
You can use the Contentful class to fetchDocuments by inputing your own queries, or use the wrappers such as fetchDocumentsByType, in which you can specify the ContentType.
Getting started
flutter pub add contentful_api
Usage
import Contentful from 'package:contentful_api/contentful_api.dart'