contentful_flutter 0.0.1+1 copy "contentful_flutter: ^0.0.1+1" to clipboard
contentful_flutter: ^0.0.1+1 copied to clipboard

Contentful package for flutter

Contentful Flutter #

Static Badge License: MIT

Contentful package for flutter, features included in the package: ✅ Get entries ✅ Get entry by Id ✅ The Entry is a generic type and could be defined in any way ✅ We implemented ContentfulFlutterBuilder so it saves you time to implement the widgets and the logic to return the article especially with bulleted and numbered lists.

Installation 💻 #

Add contentful_flutter to your pubspec.yaml:

dependencies:
  contentful_flutter:

Install it:

flutter packages get