Contentful Flutter
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.
Demo
Watch the video
Installation π»
Add contentful_flutter
to your pubspec.yaml
:
dependencies:
contentful_flutter:
Install it:
flutter packages get
Libraries
- contentful_flutter
- Contentful package for flutter